用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill task-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Conduct deep academic research for philosophy, neuroscience, cognitive science, and theoretical computer science (computability, complexity, AI theory, logic). Use when user asks to: research academic topics, find scholarly papers, conduct literature reviews, analyze citations, synthesize research findings, explore philosophical arguments, investigate consciousness/cognition, study computability/decidability/Turing machines, or analyze academic debates. Triggers on: 'research papers', 'literature review', 'academic sources', 'scholarly articles', 'philosophy of mind', 'computability theory', 'neuroscience studies', 'find papers on', 'what does the research say'.
Create clear action plans with steps, success criteria, and risk awareness. Use before implementing features, making changes, starting projects, or anytime you need a roadmap to success. Triggers on "plan this", "how should we approach", "what's the strategy", "steps to complete", or when facing complex multi-step work.
Add keyboard navigation to a feature using CommandRegistryService. Use when implementing keyboard shortcuts, vim-style navigation, or hotkeys for a page or component.
基于 SOC 职业分类
正在显示 SKILL.md
| name | task-skill |
| description | 汎用的なタスクを実施する |
課されたタスクを遂行する
既存のコードやテキストの調査および現状把握において、以下のルールを遵守する
*.md や docs/ ディレクトリ配下の内容、コード内コメントには有益な情報が残されている場合が多いので活用する
実装やリファクタリング、コードへのドキュメンテーションにおいて、以下のルールを遵守する
branch-prefix/task-name の形式で定義する
branch-prefix については、指示の先頭または末尾に #branch-prefix の形式で指定があった場合はその値を、指定がなかった場合は yktakaha4 を利用するtask-name については、指示の内容を英語で要約したものをケバブケースで設定する#task-123 型エラーを修正して と入力された場合、ブランチ名は task-123/fix-type-errors のようになるco-authored-by を追加してくださいタスクの実行結果の記録方法において、以下のルールを遵守する
dir/subdir/code.py:123-125 を示すリンクは、 [dir/subdir/code.py:123-125](../dir/subdir/code.py#L123) となる${base_dir}/tkhstmp/task_${YYYYMMDD}_${調査概要の英語表現}.md に保存する
${base_dir} は、Gitリポジトリの場合はリポジトリルート、そうでない場合はコーディングエージェントの実行を開始した時の作業ディレクトリmkdir -p tkhstmp/ 相当の操作で作成するtkhstmp/ に保持すればよく、gitへのコミットは不要です記録の出力形式を以下に示す
# ${作業概要の日本語表現}
- 作業日: ${記録の出力時刻}
- Git: ${ブランチ名} ${コミットSHA}
## まとめ
${3行程度の箇条書きで記録の要約を記載する}
---
${ルールを遵守する範囲で自由に記述する}