Agent skill · AI & Agents

extract-prompt

Analyze a conversation and extract a reusable prompt that captures the successful pattern. Generalizes specific instructions into templates.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/extract-prompt-charly-vibes-wai-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Process
  2. Step 1: Analyze the Conversation
  3. Step 2: Extract the Pattern
  4. Step 3: Generalize the Instructions
  5. Step 4: Structure the Prompt
  6. Critical Rules
  7. Step 1: [Name]
  8. Step 2: [Name]
  9. Guidelines
  10. Step 5: Provide Context from This Conversation
  11. Step 6: Determine Filename
  12. Step 7: Classify and Tag
  13. Step 8: Present Draft
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going