prompt-creation
Techniques and templates for creating optimal prompts following Anthropic conventions
npx skills add majiayu000/claude-skill-registry --skill prompt-creation-fusengine-agents --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.
# Prompt Creation Skill for creating high-performance prompts following 2025 best practices and Anthropic conventions. ## Documentation - [techniques.md](docs/techniques.md) - Structuring techniques (CoT, Few-shot, etc.) - [templates.md](docs/templates.md) - Reusable templates ## Anthropic Official Structure (9 Elements) Each system prompt should cover these 9 aspects: ### 1. Task Context ```markdown # Task Context You are an expert [ROLE] specializing in [DOMAIN]. Your goal is to [PRIMARY_OBJECTIVE]. ``` ### 2. Tone Context ```markdown # Tone - Tone: [formal/casual/technical/friendly] - Length: [concise/detailed/adaptive] - Format: [prose/lists/tables/mixed] ``` ### 3. Task Description + Rules ```markdown # Task Description Here are important rules: - Always [MANDATORY_BEHAVIOR] - Never [FORBIDDEN_BEHAVIOR] - If [CONDITION] then [ACTION] If unsure, say "I don't have enough information to answer." ``` ### 4. Examples (Few-shot) ```markdown # Examples <example> Input: [STANDARD_CASE_INPUT] Output: [EXPECTED_OUTPUT] </example> <example> Input: [EDGE_CASE_INPUT] Output: [EXPECTED_OUTPUT] </example> ``` ### 5. Input Data ```markdown # Input Data <document> [USER_PROVIDED_CONTENT] </doc
- Documentation
- Anthropic Official Structure (9 Elements)
- 1. Task Context
- 2. Tone Context
- 3. Task Description + Rules
- 4. Examples (Few-shot)
- 5. Input Data
- 6. Immediate Task
- 7. Precognition (Scratchpad)
- 8. Output Formatting
- 9. Prefill (Assistant Turn)
- Emphasis Techniques
- Creation Workflow
- Forbidden
What does the prompt-creation skill do?
Techniques and templates for creating optimal prompts following Anthropic conventions
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill prompt-creation-fusengine-agents --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.
