slash-command-creator

Create reusable Claude Code slash command templates from Markdown prompts.

3|2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/AeyeOps/aeo-skill-marketplace --skill slash-command-creator-aeyeops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slash-command-creator
Source: https://github.com/AeyeOps/aeo-skill-marketplace/tree/main/aeo-claude/skills/slash-command-creator
Command: npx skills add https://github.com/AeyeOps/aeo-skill-marketplace --skill slash-command-creator-aeyeops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you quickly convert bespoke Markdown prompts into reusable Claude Code slash commands, eliminating manual replication and reducing error-prone prompt crafting.

Core Features & Use Cases

  • Reusable Templates: Convert single-use prompts into sharable slash commands.
  • Frontmatter-Driven Discovery: Promote consistent metadata for fast discovery and invocation.
  • Workflow Automation Patterns: Compose multi-file prompts and automate argument handling across projects.

Quick Start

Place your Markdown prompt in a file under .claude/commands/, then define the frontmatter fields (description, argument-hint, allowed-tools, model, and disable-model-invocation) to enable discovery and auto-invocation.

Frequently Asked Questions about slash-command-creator

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

FAQPage Schema
How do I convert Markdown prompts into reusable Claude Code slash commands?

You convert Markdown prompts into reusable Claude Code slash commands by placing the file under the .claude/commands/ directory and defining frontmatter fields like description, argument-hint, and allowed-tools to enable discovery and auto-invocation.

What frontmatter fields are required for Claude Code command templates?

Frontmatter fields for Claude Code command templates include description, argument-hint, allowed-tools, model, and disable-model-invocation, which enforce configuration, handle arguments, and manage variable substitution for workflow automation patterns.

Can I automate argument handling and variable substitution in Claude Code prompts?

Yes, you can automate argument handling and variable substitution in Claude Code prompts by configuring frontmatter fields in your Markdown templates, enforcing consistent workflow automation patterns across multi-file prompt compositions.

What's the best way to debug command syntax for Claude Code slash commands?

The best way to debug Claude Code slash command syntax is by validating the frontmatter configuration and variable substitution logic in your Markdown prompt templates, ensuring all required fields are correctly defined under the .claude/commands/ directory.

Do I need any dependencies to create Claude Code slash commands from Markdown?

No dependencies are required to create Claude Code slash commands from Markdown; you only need to place your prompt files in the .claude/commands/ directory and apply the correct frontmatter configuration for discovery.