Generates and optimizes custom Claude Code slash commands with standardized YAML frontmatter and argument handling.
The write-command skill provides a structured framework for extending Claude Code's functionality through custom slash commands. It guides developers through the process of defining command metadata, handling positional arguments, and implementing execution logic using a standardized template. Whether you are automating recurring tasks or creating domain-specific shortcuts, this skill ensures your commands follow best practices for frontmatter, file structure, and validation, making your Claude Code environment more powerful and tailored to your specific development workflow.
主な機能
01Position-based argument handling ($1, $2) and validation logic
02Comprehensive validation checklist for command consistency
03Automated directory structure initialization via helper scripts
04Standardized YAML frontmatter generation for command metadata
05Support for integrated bash execution and file reference syntax
064 GitHub stars
ユースケース
01Standardizing project-specific documentation workflows for a development team
02Creating a custom /deploy command that accepts environment and branch arguments
03Automating complex multi-step CLI operations into single-slash shortcuts