npx skills add majiayu000/claude-skill-registry --skill a --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /analyze - Explore → Interrogate → Bridge Structured Q&A that converges on decisions. Questions evolve based on answers. ## Arguments - `/analyze` — asks "What needs solving?" - `/analyze <topic>` — skips opening question - `/analyze resume` — finds last decision tracker in conversation, continues ## Flow ### 1. EXPLORE 1. Read relevant codebase files (5-10). For greenfield projects, ask about constraints instead. 2. Identify decision points. Form an opinion on each from codebase evidence. 3. Output: `"~N decisions to work through (some will be auto-decided)"` ### 2. INTERROGATE One question at a time via `AskUserQuestion`. **Auto-decide** when codebase evidence makes one option overwhelmingly correct. Present initial auto-decisions as a batch before the first human question: ``` ### Auto-decided (review before we continue) 1. ✅ (auto) [topic]: [answer] — [rationale] ``` Ask: "Want to revisit any of these, or move on?" If flagged, convert to regular question. **Questions:** - Order options by recommendation strength (best first) - All option slots are for real answers — user can type "go back" or "park" via Other **After each answer:** - Reassess: does this reveal new decisions (
- Arguments
- Flow
- 1. EXPLORE
- 2. INTERROGATE
- 3. BRIDGE
- Rules
What does the a skill do?
Trigger: /a. Never auto-trigger on think, scan, consider, or examine.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill a --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
