create-slash-commands

Create Claude Code slash commands with XML-structured YAML frontmatter and Markdown body.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill create-slash-commands-marcus-mok-gh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-slash-commands
Source: https://github.com/Marcus-Mok-GH/Claude-code-conductor/tree/main/.claude/skills/create-slash-commands
Command: npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill create-slash-commands-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of creating and managing Claude Code slash commands, providing a structured approach to define, configure, and deploy commands efficiently.

Core Features & Use Cases

  • Expert Guidance: Offers detailed instructions for creating slash commands.
  • XML Structure: Ensures consistency and clarity in command definitions.
  • Dynamic Context: Allows commands to interact with the current conversation or project state.
  • Use Case: For a developer looking to automate repetitive tasks within Claude Code, this Skill provides a framework to create custom commands for code reviews, issue tracking, and more.

Quick Start

Use the 'create-slash-commands' skill to create a new slash command for code reviews by following the provided XML structure and guidelines.

Frequently Asked Questions about create-slash-commands

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

FAQPage Schema
How do I create Claude Code slash commands for task automation?▼

To create Claude Code slash commands, you define objectives, processes, and success criteria using an XML-structured YAML frontmatter and a Markdown body to streamline your workflows.

What is the best way to structure YAML configuration for Claude Code commands?▼

The best way to structure YAML configuration for Claude Code commands is by using an XML-structured format that ensures consistency, clarity, and proper dynamic context loading within your definitions.

Do I need to know YAML and Markdown to build custom slash commands?▼

Yes, you need knowledge of YAML and Markdown to build custom slash commands, as these formats are required to define the frontmatter structure and the body content of the command.

Can I load dynamic context into Claude Code command automation?▼

Yes, you can load dynamic context into Claude Code command automation, allowing your commands to interact directly with the current conversation state or specific project environment.

How do I set tool restrictions when defining slash commands?▼

You can set tool restrictions when defining slash commands by configuring specific options within the XML-structured YAML frontmatter to limit command scope and behavior.

What are the limitations of using XML structure for Claude Code slash commands?▼

A limitation of using XML structure for Claude Code slash commands is that it requires strict adherence to the format, which may introduce a learning curve if you are unfamiliar with YAML configurations.