meta-prompt

Generate Claude Code slash command prompts with a six-section template.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/Agent-Genesis/multi-agent-orchestration --skill meta-prompt-agent-genesis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-prompt
Source: https://github.com/Agent-Genesis/multi-agent-orchestration/tree/main/apps/orchestrator_3_stream/.claude/skills/meta-prompt
Command: npx skills add https://github.com/Agent-Genesis/multi-agent-orchestration --skill meta-prompt-agent-genesis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of custom slash commands for Claude Code, ensuring consistency and adherence to project standards.

Core Features & Use Cases

  • Slash Command Generation: Creates well-structured .md files for custom commands.
  • Template Adherence: Follows a defined structure including frontmatter, purpose, variables, instructions, workflow, and report sections.
  • Use Case: When a user needs a new command like /review-code or /generate-plan, this Skill can generate the entire prompt file based on their requirements.

Quick Start

Use the meta-prompt skill to generate a new slash command prompt for reviewing code quality.

Frequently Asked Questions about meta-prompt

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

FAQPage Schema
How do I generate custom slash commands for Claude Code?

To generate custom slash commands for Claude Code, use the meta-prompt skill to create structured prompt files. It outputs markdown files adhering to a strict 6-section format for the .claude/commands/ directory.

What structure does a Claude Code slash command prompt need?

A Claude Code slash command prompt requires a 6-section structure: Frontmatter, Purpose, Variables, Codebase Structure, Instructions, Workflow, and Report. This template ensures command consistency and project standard adherence.

How do I automate creating .md files for Claude Code commands?

You automate creating .md files for Claude Code commands by providing your requirements to the meta-prompt skill. It generates the entire prompt file, automating workflow creation and ensuring template adherence for commands like /review-code.

Does the slash command generator require external dependencies?

The slash command generator requires no external dependencies. It operates independently using bundled references and assets to produce the defined command prompt structure.

What is the best way to build a custom Claude Code workflow command?

The best way to build a custom Claude Code workflow command is using a structured template generator. This ensures the generated prompt includes necessary variables, instructions, and reporting sections for reliable automation.

Why should I use a template for Claude Code developer tools?

Using a template for Claude Code developer tools ensures consistency and adherence to project standards across custom commands. It enforces a defined structure, preventing formatting errors when generating new slash commands.