extract-prompt
Analyze a conversation and extract a reusable prompt that captures the successful pattern. Generalizes specific instructions into templates.
npx skills add majiayu000/claude-skill-registry --skill extract-prompt-charly-vibes-wai-2 --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.
# Extract Reusable Prompt from Conversation Analyze this conversation and extract a reusable prompt that captures the successful pattern. ## Process ### Step 1: Analyze the Conversation Review the entire conversation and identify: **What was the goal?** - What were we trying to accomplish? - What problem were we solving? **What made it successful?** - What specific instructions led to good results? - What constraints or guidelines were important? - What structure or process did we follow? **What was the key pattern?** - Can this be generalized beyond this specific case? - What made this approach effective? - What would need to change for different contexts? ### Step 2: Extract the Pattern Identify the core pattern: **The problem it solves:** [General class of problems this addresses] **The approach:** [The method or structure that worked] **Critical elements:** - [Key instruction 1 that made it work] - [Key instruction 2] - [Key constraint or guideline] **Optional elements:** - [Things that helped but aren't essential] ### Step 3: Generalize the Instructions Convert the specific conversation into general instructions: **From specific:** "Read src/auth/oauth.ts and explain how it wo
- Process
- Step 1: Analyze the Conversation
- Step 2: Extract the Pattern
- Step 3: Generalize the Instructions
- Step 4: Structure the Prompt
- Critical Rules
- Step 1: [Name]
- Step 2: [Name]
- Guidelines
- Step 5: Provide Context from This Conversation
- Step 6: Determine Filename
- Step 7: Classify and Tag
- Step 8: Present Draft
What does the extract-prompt skill do?
Analyze a conversation and extract a reusable prompt that captures the successful pattern. Generalizes specific instructions into templates.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill extract-prompt-charly-vibes-wai-2 --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.
