meta-prompt

Generates Claude Code slash command prompts from a predefined template structure.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/mhmdsamir92/research-agent --skill meta-prompt-mhmdsamir92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-prompt
Source: https://github.com/mhmdsamir92/research-agent/tree/main/apps/orchestrator_3_stream/.claude/skills/meta-prompt
Command: npx skills add https://github.com/mhmdsamir92/research-agent --skill meta-prompt-mhmdsamir92

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of custom slash commands for Claude Code, ensuring they adhere to established templates and best practices for discoverability and functionality.

Core Features & Use Cases

  • Slash Command Generation: Creates well-structured .md files for custom commands in .claude/commands/.
  • Template Adherence: Follows a defined structure including Frontmatter, Purpose, Variables, Instructions, Workflow, and Report sections.
  • Use Case: A developer needs to create a new command to analyze code for security vulnerabilities. They use this Skill to generate the review-security.md file, ensuring all necessary sections and configurations are included.

Quick Start

Use the meta-prompt skill to generate a new slash command prompt for analyzing 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 a predefined template structure to create reusable `.md` files in the `.claude/commands/` directory, ensuring proper frontmatter, variables, and workflow sections are included.

What is the structure of a Claude Code slash command prompt?

A Claude Code slash command prompt structure includes defined Frontmatter, Purpose, Variables, Instructions, Workflow, and Report sections to ensure discoverability and functional best practices.

Can I use template generation to create a Claude Code command for code analysis?

Yes, you can use template generation to create a Claude Code command for code analysis, producing a structured `.md` file that includes necessary variables and workflow instructions for the task.

Why do my custom Claude Code commands lack discoverability and functionality?

Custom Claude Code commands lack discoverability and functionality when they fail to adhere to established template structures, missing essential sections like Frontmatter, Purpose, Variables, Instructions, Workflow, and Report.

Do I need prior prompt engineering experience to define Claude Code variables and workflows?

No, you do not need prior prompt engineering experience, as the template generation enforces best practices for command definition, automatically structuring variables, instructions, and workflow sections for your AI development tasks.