command-development

Create custom slash commands for Claude Code with YAML frontmatter and Bash execution.

196|20|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/xiaoyuge886/aigc --skill command-development-xiaoyuge886
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-development
Source: https://github.com/xiaoyuge886/aigc/tree/main/plugins/claude-plugins-official-main/plugins/plugin-dev/skills/command-development
Command: npx skills add https://github.com/xiaoyuge886/aigc --skill command-development-xiaoyuge886

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complexity of creating, organizing, and maintaining custom slash commands for Claude Code, ensuring developers can build reusable and efficient workflows without trial-and-error.

Core Features & Use Cases

  • Command Structure: Provides comprehensive guidance on Markdown-based command files and YAML frontmatter configuration.
  • Dynamic Workflows: Enables the creation of interactive commands using dynamic arguments, file references, and inline Bash execution.
  • Use Case: A team lead can use this Skill to define a standardized /review-pr command that automatically fetches PR details, runs linting, and generates a quality report, ensuring consistent code reviews across the entire project.

Quick Start

Use the command-development skill to create a new slash command that reviews code for security vulnerabilities using specific bash tools.

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 for Claude Code?

You create custom slash commands for Claude Code by writing Markdown-based command files with YAML frontmatter to define configuration, dynamic arguments, and file references for interactive workflows.

Can I execute bash scripts inline within a Claude Code slash command?

Yes, Claude Code slash commands support inline Bash execution, allowing you to run scripts directly within the command workflow to automate tasks like fetching details or running linting.

What is the best way to organize custom slash commands for a development team?

The best way to organize custom slash commands is through namespacing and plugin-specific integration, ensuring command discovery and standardized workflows across the entire project.

How do I pass dynamic arguments to a slash command in Claude Code?

You pass dynamic arguments to a slash command by configuring them in the YAML frontmatter of the Markdown command file, enabling interactive and reusable command workflows.

Does Claude Code support file references inside slash command definitions?

Yes, Claude Code supports file references inside slash command definitions, allowing commands to automatically load and process specific files when the workflow is triggered.