command-writer

Generate standardized Claude Code slash command files with YAML frontmatter and variable syntax.

31|6|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/MatiasComercio/agentic-config --skill command-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-writer
Source: https://github.com/MatiasComercio/agentic-config/tree/main/core/skills/command-writer
Command: npx skills add https://github.com/MatiasComercio/agentic-config --skill command-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of Claude Code custom commands, turning complex workflows into simple one-word triggers.

Core Features & Use Cases

  • Expert Command Creation: Guides you through YAML frontmatter, variable syntax, and safety patterns.
  • Use Case: Need a command to automatically deploy to staging? This Skill helps you build it with proper structure and validation.

Quick Start

Create a new command called 'deploy' that handles your specific project setup.

Frequently Asked Questions about command-writer

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

FAQPage Schema
How do I create custom slash commands for Claude Code?

Custom slash commands are one-word triggers that automate workflows in Claude Code. This Skill generates standardized Markdown command files with YAML frontmatter, variable syntax, and safety patterns, letting you turn complex tasks into simple commands across project, personal, or global scopes.

What structure do Claude Code custom commands require?

Claude Code commands need YAML frontmatter defining metadata, argument hints, allowed-tools, and safety gates. This Skill enforces proper formatting, variable syntax, and validation rules so your commands are non-destructive, auditable, and consistent across repositories.

Can I automate deployment or workflow tasks with custom commands?

Yes. This Skill helps you build commands for deployment, CI/CD triggers, and repetitive workflows by providing templates with correct syntax, Bash output conventions, and project-agnostic controls that adapt to your specific setup without manual restructuring.

Do I need to know YAML and Markdown syntax to create commands?

This Skill guides you through YAML frontmatter and Markdown command structure, so you don't need deep prior knowledge. It generates templates with enforced patterns and validation rules, reducing setup time from hours to minutes.

What's the difference between project, personal, and global command scopes?

Project commands apply to a single repository, personal commands to your user account across projects, and global commands to all Claude Code workspaces. This Skill delivers templates for each scope so your automation fits the right context.

How do I ensure my custom commands are safe and auditable?

This Skill implements safety gates, documentation practices, and non-destructive command patterns so your automation is verifiable and reversible. Templates include argument validation and allowed-tools restrictions to prevent unintended actions.