Meta Prompt

Generate prompt variations from templates for new commands and skills.

1|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/seanchiuai/claude-web-template --skill meta-prompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Meta Prompt
Source: https://github.com/seanchiuai/claude-web-template/tree/main/.claude/skills/meta-prompt
Command: npx skills add https://github.com/seanchiuai/claude-web-template --skill meta-prompt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the tedious task of creating new prompts and commands from templates, reducing the time spent on drafting prompts and ensuring consistency across skills.

Core Features & Use Cases

  • Template-driven generation: Create new prompts by adapting existing templates for commands, skills, or workflows.
  • Variation and experimentation: Produce multiple prompt variants to test different phrasings and tool usage.
  • Use Case: When you need to create a new slash command quickly based on a proven pattern.

Quick Start

Read the closest template in .claude/skills/*/SKILL.md, define your new name and domain, then write the new skill to .claude/skills/{name}/SKILL.md and test with a sample input.

Frequently Asked Questions about Meta Prompt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate prompt variations from templates automatically?

Generate prompt variations by reading an existing template from .claude/skills/*/SKILL.md, defining your new name and domain, then writing the adapted prompt to .claude/skills/{name}/SKILL.md. This automates creating new commands and skills while preserving workflow structure and updating domain-specific terms.

Can I create multiple prompt variants to test different phrasings?

Yes, template-driven generation lets you produce multiple prompt variants with different phrasings and tool usage patterns. Test each variant with sample input to find the most effective phrasing for your specific use case.

How do I adapt a proven prompt pattern into a new slash command quickly?

Identify the closest matching template in your skills directory, define the new command name and domain, then generate the new skill file by adapting the template's structure, examples, and domain terminology while maintaining YAML frontmatter validity.

What happens to workflow structure when creating new prompts from templates?

Workflow structure is preserved during generation—functional requirements ensure YAML frontmatter remains valid, domain-specific terms update appropriately, and examples refresh for your new context while maintaining the original command's logic and flow.

Do I need specific knowledge to create skill variations from templates?

No; start with a template you understand, follow the quick-start pattern of defining name and domain, then test with sample input. The template structure handles the complexity, letting you focus on domain-specific customization.