ソース情報
- リポジトリ
- wcygan/agent-skills
- ソースの最終更新活動
- 2026年8月11日 20:45
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/wcygan/agent-skills --skill implementコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Use PromptKit’s official docs, machine-readable indexes, registry items, blocks, primitives, and source code to answer, debug, or implement React AI UI requests involving prompt-kit or prompt-kit.com. Trigger when a request names PromptKit, a PromptKit component, block, primitive, or registry URL. Verify current APIs, dependencies, shadcn setup, React/Next.js/Tailwind compatibility, and AI SDK assumptions. Change project files only when implementation is explicitly requested.
Coordinate a bounded multi-agent software task from decomposition through verified integration. Use for concurrent workers, dependent tasks, or shared integration ownership.
Create a beginner-friendly visual explainer with big pictures and few words as one self-contained HTML document. Use for ELI5 explanations of modules, tradeoffs, incidents, and unfamiliar topics.
| name | implement |
| description | Implement a piece of work based on a spec or set of tickets. |
Implement the work described by the user in the spec or tickets.
Use /tdd where possible, at pre-agreed seams.
Run typechecking regularly, single test files regularly, and the full test suite once at the end.
Once done, use /code-review to review the work.
Commit your work to the current branch.