customaize-agent:create-command

Generates Claude slash command files with YAML frontmatter and Scopecraft structure.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/luicabref97/sushi-jungle-web --skill customaize-agent-create-command-luicabref97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customaize-agent:create-command
Source: https://github.com/luicabref97/sushi-jungle-web/tree/main/.agents/skills/customaize-agent-create-command
Command: npx skills add https://github.com/luicabref97/sushi-jungle-web --skill customaize-agent-create-command-luicabref97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes uncertainty and manual effort when creating new Claude slash commands by enforcing consistent file structure, required YAML frontmatter, and project conventions so commands work reliably across project and user contexts.

Core Features & Use Cases

  • Scaffold Generation: Produce command files that start with YAML frontmatter (description required, optional argument-hint) and follow Scopecraft command patterns.
  • Pattern Selection & Integration: Classify commands into planning, implementation, analysis, workflow, or utility types and integrate MCP tools rather than shell CLI where applicable.
  • Documentation & Resources: Create or update supporting templates, references, and guidance entries and choose proper project vs user locations for command placement.
  • Use Case: A developer needs a project-specific validator command that creates issues via MCP tools and includes clear frontmatter and usage hints.

Quick Start

Create a new command named validate-api with required YAML frontmatter, a clear argument-hint, context references to docs/claude-commands-guide.md, and MCP tool usage for task creation.

Frequently Asked Questions about customaize-agent:create-command

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

FAQPage Schema
How do I create Claude slash commands with the correct YAML frontmatter?

Creating Claude slash commands requires files starting with YAML frontmatter including a required description and optional argument-hint. This skill generates command files enforcing this frontmatter-first structure and Scopecraft-compliant patterns automatically.

What is the correct structure for a Claude command file?

A valid Claude command file uses YAML frontmatter at the top, followed by a Scopecraft-compliant body. The frontmatter must include a description and can specify an argument-hint for user inputs and context references.

How do I integrate MCP tools into Claude command workflows?

Integrating MCP tools into Claude commands involves explicitly calling MCP tools within the command body for task creation and updates instead of using shell CLI commands. This skill classifies command patterns and enforces explicit MCP tool usage.

Can I generate both project-specific and user-level Claude commands?

Yes, you can generate both project and user slash commands. The skill selects proper project versus user locations for command placement and creates supporting templates, references, and guidance entries accordingly.

What are the available command patterns for Claude automation?

Available Claude command patterns include planning, implementation, analysis, workflow, and utility types. The skill classifies your command intent into one of these categories and applies the corresponding Scopecraft structure.