command-create

Create Claude Code slash command templates with frontmatter contracts.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill command-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-create
Source: https://github.com/hyxklee/AI-DEV-ToolKit/tree/main/claude/skills/command-create
Command: npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill command-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of Claude Code slash commands to give users explicit control over action-triggered tasks.

Core Features & Use Cases

  • Creates structured command templates including a name, description, argument hints, and allowed tools
  • Provides a predictable pattern for deploying user-triggered actions with clear guardrails
  • Use Case: When integrating new features that require manual activation or safety checks before running with side effects

Quick Start

Ask the AI to generate a new slash command by specifying the command name and optional description.

Frequently Asked Questions about command-create

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

FAQPage Schema
How do I create Claude Code slash commands for user-triggered actions?

You can create Claude Code slash commands by using a frontmatter-driven contract that enforces a name and description, generating a structured template with argument hints and allowed tools for explicit user activation.

What is the best way to structure custom slash commands with guardrails?

The best way to structure custom slash commands is through a predictable template pattern that includes frontmatter, argument hints, and allowed tools, providing clear guardrails for deploying manual action triggers.

When do I need a slash command template for development workflows?

You need a slash command template when integrating new features that require manual activation or safety checks before running with side effects across your development workflows.

Can I include optional scripts and references when I generate a new slash command?

Yes, you can include optional scripts, references, and assets as needed when generating a new slash command, alongside the required frontmatter fields and structured template.

Does the command creation process require dependencies or components?

No, the command creation process requires no dependencies or components, allowing you to directly generate structured slash command templates within your environment.

Why use a frontmatter-driven contract for slash command automation?

A frontmatter-driven contract ensures every slash command has a mandatory name and description, enforcing predictable structure and clear guardrails for user-triggered actions.