用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dirac-run/dirac --skill new-tool命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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: