command-development

Design and manage custom slash commands for Claude Code environments.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/AVVlasov/bro-learn-web --skill command-development-avvlasov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-development
Source: https://github.com/AVVlasov/bro-learn-web/tree/main/.claude/skills/command-development
Command: npx skills add https://github.com/AVVlasov/bro-learn-web --skill command-development-avvlasov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the challenge of creating, organizing, and maintaining custom slash commands for Claude Code, ensuring that your automated workflows are consistent, discoverable, and efficient.

Core Features & Use Cases

  • Command Structure: Learn the standard Markdown and YAML frontmatter format for defining robust slash commands.
  • Dynamic Workflows: Implement dynamic arguments, file references, and bash execution to create context-aware automation.
  • Use Case: A developer can use this skill to build a custom /review-pr command that automatically fetches PR details, runs linting, and provides a security analysis report.

Quick Start

Use the command-development skill to guide me through creating a new slash command that executes a bash script with custom arguments.

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 using YAML and bash?

Yes, you can implement dynamic arguments within your slash command's YAML frontmatter to drive context-aware bash execution, passing specific variables into your automated Claude Code workflows.

What is the standard structure for a Claude Code slash command?

A standard Claude Code slash command uses Markdown combined with YAML frontmatter to define robust, context-aware instructions that facilitate automated agent-based workflows.

Can I integrate custom bash scripts into Claude Code slash commands?

Yes, you can integrate custom bash scripts into Claude Code slash commands by referencing them within the command structure, enabling automated execution of scripts with dynamic arguments.

How do I organize and namespace multiple custom slash commands?

You can organize multiple custom slash commands by applying namespacing conventions and plugin integration, ensuring your automated workflows remain consistent and discoverable.

Does Claude Code slash command development require specific dependencies?

No specific dependencies are required to develop Claude Code slash commands, as the skill relies on standard Markdown and YAML frontmatter formats.