ソース情報
- リポジトリ
- nirecom/agents
- ソースの最終更新活動
- 2026年3月23日 15:24
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/nirecom/agents --skill start-taskコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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.
SOC 職業分類に基づく
SKILL.md を表示中
| name | start-task |
| description | Start a task (phase implementation, incident response, or improvement) |
| disable-model-invocation | true |
| argument-hint | [task-id] |
Start a task (phase implementation, incident response, or improvement)
$TASK_ID - Task identifier (e.g., 3E, 4, incident-xxx)
Determine the docs location based on the current project:
../ai-specs/projects/engineering/langchain/docs/ within the project rootarchitecture.md, todo.md (and other existing docs)CLAUDE.md.context-private/handoff-phase{$TASK_ID}.md (if exists).context-private/completion-phase{prev}.md (if exists — determine prev from todo.md Status Summary or history.md)ops.md (for incident/infrastructure tasks)architecture.md, todo.md, CLAUDE.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.