ソース情報
- リポジトリ
- nirecom/agents
- ソースの最終更新活動
- 2026年3月23日 15:24
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/nirecom/agents --skill complete-taskコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Edit source code for the current task. Delegates editing and lint/typecheck/self-repair to a subagent.
Plan and write test cases with high reasoning effort. Test iteration runs in a subagent to minimize confirmations.
Conduct a decision-tree interview with the user to lock in requirements, motivation, scope, and non-goals before planning.
| name | complete-task |
| description | Complete a task and run post-processing |
| disable-model-invocation | true |
| argument-hint | [task-id] |
Complete a task and run post-processing
$TASK_ID - Task identifier (e.g., 3E, 4, incident-xxx)
.context-private/handoff-phase{$TASK_ID}.md), verify all completion criteria are metCLAUDE.md (if applicable).context-private/completion-phase{$TASK_ID}.md containing:
/update-docs to update project documentationtodo.md to history.md.context-private/ is gitignored — Glob and Grep cannot see it.
Use ls (Bash) to list files, and Read to read them directly by path.