ソース情報
- リポジトリ
- dirac-run/dirac
- ソースの最終更新活動
- 2026年8月1日 21:32
- 検出された SKILL.md の言語
- 英語
- スター
- 1,465
- フォーク
- 82
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/dirac-run/dirac --skill new-toolコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | new-tool |
| description | Create a custom Dirac tool from user-provided or model-derived requirements |
You are creating a new custom tool for Dirac. The request may come directly from the user, or you may identify that a reusable tool would help accomplish the task.
Use requirements already established by the task and conversation. Ask the user only for details that are genuinely missing or ambiguous. If the requirements are clear, proceed without an interview.
snake_case identifier (e.g. run_tests, format_code, analyze_deps).snake_case)string | boolean | integer | array | object)~/.dirac/tools/): available in every workspace<workspace>/.dirac/tools/): available only in this project<task storage>/tools/): available only for this task, survives task resumeupsert_toolCall the upsert_tool tool with the gathered information. It handles code generation, compilation, validation, and smoke testing internally.
✓): proceed to Step 4.❌): read the error, adjust the requirements, and call upsert_tool again.Tell the user: