汎用LLM・AI開発⭐ リポ 34品質スコア 70/100
prompt-executor
./prompts/ディレクトリ内のプロンプトを様々なAIモデルで実行できます。ユーザーがプロンプト実行を依頼したときや、タスク実行の委譲、AIモデルへの処理依頼、worktrees/tmuxでのプロンプト実行、または検証ループを伴うプロンプト実行が必要な場合に使用してください。
description の原文を見る
Execute prompts from ./prompts/ directory with various AI models. Use when user asks to run a prompt, execute a task, delegate work to an AI model, run prompts in worktrees/tmux, or run prompts with verification loops.
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
プロンプトエグゼキューター
自動承認セットアップ
ユーザーがエグゼキューターバッシュコマンドを手動で確認する必要がある場合は、以下のルールを ~/.claude/settings.json の permissions.allow に追加することを提案してください:
"Bash(PLUGIN_ROOT=$(jq -r '.plugins.\"daplug@cruzanstx\"[0].installPath' ~/.claude/plugins/installed_plugins.json):*)"
追加用クイックコマンド:
# プロンプトエグゼキューターの自動承認ルールを追加
jq '.permissions.allow += ["Bash(PLUGIN_ROOT=$(jq -r '"'"'.plugins.\"daplug@cruzanstx\"[0].installPath'"'"' ~/.claude/plugins/installed_plugins.json):*)"]' ~/.claude/settings.json > /tmp/settings.json && mv /tmp/settings.json ~/.claude/settings.json
`./prompts/
...
詳細情報
- 作者
- diegosouzapw
- ライセンス
- 不明
- 最終更新
- 2026/3/2
Source: https://github.com/diegosouzapw/awesome-omni-skill / ライセンス: 未指定