소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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".
SKILL.md 표시 중
| 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.