meta-prompt

Generate custom slash command templates for Claude Code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/deachne/Indy-Dev-Dan-agents --skill meta-prompt-deachne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-prompt
Source: https://github.com/deachne/Indy-Dev-Dan-agents/tree/main/apps/orchestrator_3_stream/.claude/skills/meta-prompt
Command: npx skills add https://github.com/deachne/Indy-Dev-Dan-agents --skill meta-prompt-deachne

SYSTEM DOCUMENTATION & REQUIREMENTS

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.