command-development

Standardize Claude Code slash command workflows across frontmatter, scripts, and documentation.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/dobrinz123/claude-skills-share --skill command-development-dobrinz123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-development
Source: https://github.com/dobrinz123/claude-skills-share/tree/main/plugins/plugin-dev/skills/command-development
Command: npx skills add https://github.com/dobrinz123/claude-skills-share --skill command-development-dobrinz123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slash command development in Claude Code is scattered across docs, prompts, and plugin components, making reuse and consistency difficult.

Core Features & Use Cases

  • Standardized frontmatter fields and command patterns for reliable discovery and execution
  • Plugin-integration patterns (scripts, references, assets) to build end-to-end workflows
  • Interactive and non-interactive command design patterns for a variety of use cases

Quick Start

Create a minimal slash command with frontmatter to get started.

Frequently Asked Questions about command-development

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

FAQPage Schema
How do I create a slash command in Claude Code with frontmatter?

Creating a slash command in Claude Code requires defining standardized frontmatter fields and command patterns for reliable discovery and execution. You start with a minimal frontmatter setup, then expand into complex interactive workflows as needed.

What is the best way to structure Claude Code plugin components for automation?

Structuring Claude Code plugin components involves applying standardized integration patterns across scripts, references, and assets. This enforces consistent execution and builds reliable end-to-end automation workflows for various use cases.

Can I build interactive workflows with Claude Code slash commands?

Yes, you can build interactive workflows using Claude Code slash commands. The command development process includes design patterns for both interactive and non-interactive scenarios, allowing you to create dynamic end-to-end workflows for various use cases.

How do I standardize slash command documentation and script references?

You standardize slash command documentation by scanning for official frontmatter fields, script references, and best practices. This enforces consistent training content and reliable execution across all command development workflows.

Why does my Claude Code slash command fail to execute consistently?

Inconsistent slash command execution occurs when frontmatter fields and script references lack standardization across the plugin. Applying consistent command patterns and verifying official frontmatter fields resolves these discovery and execution issues.