meta-prompt

Community

Generates Claude Code slash-command prompts

Authordeachne
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill generates well-structured custom slash commands for Claude Code. These commands are stored in .claude/commands/*.md and can be invoked with /command-name. The skill ensures the frontmatter, variables, workflow, and reporting sections are properly formed and ready to fill.

Core Features & Use Cases

  • Slash command scaffolding: Creates a full command skeleton from a user prompt.
  • Frontmatter-driven configuration: Ensures model, description, and tool restriction fields are correct.
  • Use Case: When building new /commands, generate a ready-to-save prompt template.

Quick Start

Provide a user prompt like: "Create a /lint-pr command that checks the repository for style violations." The prompt template will be output to .claude/commands/ and ready for customization.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: meta-prompt
Download link: https://github.com/deachne/Indy-Dev-Dan-agents/archive/main.zip#meta-prompt

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository