command-development

Standardize slash-command frontmatter and YAML fields across plugins.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/SOLEROM/cldlab --skill command-development-solerom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-development
Source: https://github.com/SOLEROM/cldlab/tree/main/login/tildaClaude_cleanAfterAcceptKey/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development
Command: npx skills add https://github.com/SOLEROM/cldlab --skill command-development-solerom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides comprehensive guidance for designing, validating, and distributing Claude Code slash commands, ensuring consistent frontmatter, file structure, and plugin integration.

Core Features & Use Cases

  • Frontmatter templates: standardize fields and usage across commands and plugins.
  • Plugin-pattern guidance: demonstrates how to load resources, templates, agents, and skills for cohesive workflows.
  • Interactive and deterministic patterns: covers AskUserQuestion, Bash execution, file references, and multi-step workflows to build robust automation.

Quick Start

Create a new command file following the standard frontmatter and command structure, then add optional resources as needed.

Frequently Asked Questions about command-development

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

FAQPage Schema
How do I create Claude Code slash commands with standard frontmatter?

Standardizing slash-command prompts requires applying a consistent frontmatter schema and YAML fields across plugins to improve discoverability and maintain reliable, cohesive command workflows.

What is the best way to structure Claude Code plugin patterns for command development?

The best way to structure plugin patterns is to apply guidance for loading resources, templates, agents, and skills, ensuring your command development supports cohesive and robust interactive workflows.

How do I add validation and error handling to custom slash commands?

You add validation and error handling to custom slash commands by applying the provided frontmatter schema and plugin patterns, ensuring documentation patterns are included to support reliable distribution and maintenance.

Can I use interactive patterns like AskUserQuestion in Claude Code command development?

Yes, command development supports interactive and deterministic patterns including AskUserQuestion, Bash execution, file references, and multi-step workflows to build robust automation within your plugin.

Do I need any dependencies to start developing Claude Code commands?

No dependencies are required to start developing Claude Code commands, as the skill provides comprehensive guidance for designing, validating, and distributing commands using standard frontmatter and plugin integration patterns.