command-development

Create and manage Claude Code slash commands using Markdown files.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/jmolz/m0lz.02 --skill command-development-jmolz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-development
Source: https://github.com/jmolz/m0lz.02/tree/main/.agents/skills/command-development
Command: npx skills add https://github.com/jmolz/m0lz.02 --skill command-development-jmolz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides guidance for Claude Code users to efficiently create, configure, and use slash commands, thereby simplifying workflow management and enhancing productivity.

Core Features & Use Cases

  • Comprehensive Guide: Offers an in-depth guide to creating Claude Code slash commands.
  • Markdown Format: Provides guidance on the format and structure of slash command Markdown files.
  • Dynamic Arguments: Explains the use of dynamic arguments for slash commands.
  • File References: Details the use of file references within slash commands.
  • Bash Execution: Shows how to execute bash commands within slash commands.
  • Best Practices: Offers best practices for slash command development.
  • Use Case: For instance, a user looking to automate code reviews or generate reports can use this skill to create custom slash commands for these tasks.

Quick Start

Use the command-development skill to learn how to create a slash command for code reviews.

Frequently Asked Questions about command-development

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

FAQPage Schema
How do I create custom slash commands in Claude Code?

Create custom slash commands in Claude Code by writing Markdown files that define instructions, incorporating dynamic arguments, file references, and bash execution to automate workflows and streamline interactions.

What is the correct format for Claude Code slash command files?

Claude Code slash command files use a Markdown format that supports dynamic arguments and file references, allowing you to structure instructions and execute bash commands for workflow automation.

Can I use dynamic arguments and file references in Claude Code commands?

Yes, Claude Code slash commands support dynamic arguments and file references, enabling you to pass variable inputs and incorporate external file contexts directly into your automated workflows.

How do I execute bash commands within a Claude Code slash command?

Execute bash commands within Claude Code slash commands by embedding bash execution syntax directly in the Markdown file, allowing automated scripts and system tasks to run during your workflow.

What are the best practices for slash command development in Claude Code?

Best practices for slash command development include structuring Markdown files clearly, leveraging dynamic arguments efficiently, and using file references and bash execution to maximize workflow automation and productivity.

Does Claude Code slash command development require any external dependencies?

No external dependencies are required to develop Claude Code slash commands; the skill relies solely on Markdown file formatting and built-in Claude Code features to create and manage command automation.