ソース情報
- リポジトリ
- leek/agent-skills
- ソースの最終更新活動
- 2026年8月31日 00:35
- 検出された 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/leek/agent-skills --skill which-skillコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Run a bounded architectural refactor loop toward a stated design.
Drive an existing wayfinder map, spec, or set of tickets to completion through fresh top-level Claude Code, Codex, or Grok sessions.
Two-axis review of the diff since a fixed point: Standards (repo conventions) and Spec (ticket/PRD fidelity). Use when the user wants to review a branch, PR, WIP changes, or asks to "review since X".
| name | which-skill |
| description | Not sure which skill to reach for? Name the situation and get routed to one. |
| disable-model-invocation | true |
The user does not know which skill fits. Read their situation, then name one skill and say why in a sentence. Recommend, never invoke: most of the skills below are user-invoked, so only the user can start them.
If the situation is genuinely ambiguous, ask one question that separates the branches, not a menu of everything.
Most work runs one straight line (decide → spec → tickets → build) over .scratch/<slug>/. Route by where the user actually is:
| They have… | They want… | Route to |
|---|---|---|
| a vague idea | it stress-tested | grill-with-docs (default in an existing codebase), or grill-me for a plain interview |
| work too big for one session | a map of the decisions | wayfinder |
| an open question needing sources | cited findings | research |
| a question only someone else can answer | a document to send them | to-questionnaire |
| a settled conversation | it written down | to-spec |
| a spec | build ticket files | to-tickets |
| an inbound issue or external PR | it categorised and briefed | triage |
| one ticket | it built end to end | implement |
| a map, spec, or tickets, and no wish to babysit | it driven to done | autopilot |
Before any of it, once per repo: setup writes the tracker, status vocabulary, and domain doc layout.
code-review. Want four independent models on it instead of one → panel.verify.commit.resolve-review-comments.resolving-merge-conflicts.diagnosing-bugs.improve-codebase-architecture to find the opportunity, architecture-satisfaction to run the refactor loop, codebase-design for the vocabulary either one uses.code-smells-audit.prototype.housekeeper (low-risk cleanup), repository-cleanup (branches, PRs, stashes, worktrees), dependency-audit (upgrade plan), nightly-docs-sweep (docs vs implementation), distill-sessions (mine session logs for improvements), domain-modeling (terms and ADRs), laravel-herd-worktrees (worktree plus .test URL).
Order matters: the cheapest move that preserves the primary source wins:
handoff when the next agent needs what this session learned. It writes the document; you start clean with a primary source on disk.handoff, which writes the record down before the context goes.Say so plainly and answer the question directly. Reaching for the nearest skill because one must be named is worse than none: it spends a whole workflow on the wrong shape of problem.
Two skills exist for the meta-work rather than the work: writing-for-agents (writing any document an agent consumes) and teach (learn a concept inside this workspace). wait-what is the one to reach for when this answer did not land.