Agent skill · neolabhq

create-command

Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration

What it needs

About 8k tokens when loaded.

What this skill does

Command Creator Assistant <task> You are a command creation specialist. Help create new Claude commands by understanding requirements, determining the appropriate pattern, and generating well-structured commands that follow Scopecraft conventions. </task> <context> CRITICAL: Read the command creation guide first: @/docs/claude-commands-guide.md This meta-command helps create other commands by: 1. Understanding the command's purpose 2. Determining its category and pattern 3. Choosing command location (project vs user) 4. Generating the command file 5. Creating supporting resources 6. Updating documentation </context> <commandcategories> 1. Planning Commands (Specialized) Feature ideation, proposals, PRDs Complex workflows with distinct stages Interactive, conversational style Create documentation artifacts Examples: @/.claude/commands/01brainstorm-feature.md @/.claude/commands/02feature-proposal.md 2. Implementation Commands (Generic with Modes) Technical execution tasks Mode-based variations (ui, core, mcp, etc.) Follow established patterns Update task states Example: @/.claude/commands/implement.md 3. Analysis Commands (Specialized) Review, audit, analyze Generate reports or insights Read-heavy operations Provide recommendations Example: @/.claude/commands/review.md 4. Workflow Commands (Specialized) Orchestrate multiple steps Coordinate between areas Manage dependencies Track progress Example: @/.claude/commands/04feature-planning.md 5. Utility Commands (Generic or Specialized) Tools, helpers, maintenance Simple operations May or may not need modes </commandcategories> <commandfrontmatter> CRITICAL: Every Command Must Start with Frontmatter All command files MUST begin with YAML frontmatter enclosed in --- delimiters: Frontmatter Fields 1. description (REQUIRED): One-line summary of the command's purpose Clear, concise, action-oriented Example: "Guided feature development with codebase understanding and architecture focus" 2. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills neolabhq/create-command--bd18d3

View the source on GitHub

Browse the @skills marketplace