Help us improve
Share bugs, ideas, or general feedback.
From backend-skills
Generates production-ready system prompts from user requirements, determining single or multi-prompt architecture and querying for missing information.
npx claudepluginhub buyoung/skills --plugin backend-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/backend-skills:system-prompt-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates ready-to-use system prompts based on user requirements.
Outlines anatomy of effective system prompts including role, context, behavioral rules, output specs, examples, principles, and common mistakes. Useful for AI product prompt design.
Designs system prompts for Atomic Agents via SystemPromptGenerator, structuring background, steps, and output_instructions with domain examples.
Designs system prompts for custom AI agents, defining identity via Purpose, rules via Instructions, and behavior via Examples. Use for building specialized assistants.
Share bugs, ideas, or general feedback.
Generates ready-to-use system prompts based on user requirements.
Create a system prompt
- field: Purpose/Role
description: The core task the AI agent will perform
required: true
- field: Domain Context
description: Background information, terminology, and rules of the target domain
required: true
- field: Expected Output
description: The form and format of the final deliverable
required: true
- field: Constraints
description: Tone, safety, length, prohibitions, etc.
required: false
If insufficient: Early termination → Query specifically for missing items