Agent skill · AI & Agents

prompt-creation

Techniques and templates for creating optimal prompts following Anthropic conventions

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: ReadWrite
Path: skills/ai-llm/prompt-creation-fusengine-agents/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

# 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

What's inside
Steps it walks through
  1. Documentation
  2. Anthropic Official Structure (9 Elements)
  3. 1. Task Context
  4. 2. Tone Context
  5. 3. Task Description + Rules
  6. 4. Examples (Few-shot)
  7. 5. Input Data
  8. 6. Immediate Task
  9. 7. Precognition (Scratchpad)
  10. 8. Output Formatting
  11. 9. Prefill (Assistant Turn)
  12. Emphasis Techniques
  13. Creation Workflow
  14. Forbidden
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going