Create Command — Documentation skill for Claude Code
by scopecraft - Guides Claude through creating new custom commands with proper structure by analyzing requirements, templating commands by category, enforcing command standards, and creating.
How to install Create Command
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open scopecraft/command and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Create Command does
by scopecraft - Guides Claude through creating new custom commands with proper structure by analyzing requirements, templating commands by category, enforcing command standards, and creating...
One of 2 entries listed from scopecraft/command. The repository README
describes the whole collection, not this skill — read it on GitHub.
Alternatives in Documentation
- Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
- Question — Answer the user's question by analyzing the project structure and documentation 3.4k ★
- Hash — by hashintel - Features comprehensive repository structure breakdown with strong emphasis on coding standards 1.4k ★
Repository README
This is the README for scopecraft/command, shared by 2 entries
in this directory. It describes the repository, not this entry specifically.
Scopecraft Command
A powerful command-line tool and MCP server for managing Markdown-Driven Task Management (MDTM) files. Scopecraft helps you organize tasks, features, and development workflows with a structured approach.
**Version 2.0**: Now with two-state workflow (current/archive) and phase-based organization, parent tasks for complex features, and advanced subtask sequencing capabilities!
**Key Features:**
- Works with any AI IDE (Cursor, Claude Desktop, etc.) via flexible project root configuration
- Two-state workflow with phase-based task organization (current/archive + phase metadata)
- Parent tasks with subtask sequencing and parallel execution
- Supports MDTM format with TOML/YAML frontmatter
- Provides both CLI and MCP server interfaces
- Includes specialized Claude commands for feature development
- Automated project type detection
- Multi-project support with easy switching
Installation
Install from NPM
Global Installation (Recommended)
# Install globally with npm
npm install -g @scopecraft/cmd
# Or with yarn
yarn global add @scopecraft/cmd
# Or with bun
bun install -g @scopecraft/cmd
After installation, these commands will be available:
scopecraft/sc- CLI for task managementscopecraft-mcp/sc-mcp- MCP server (HTTP/SSE)scopecraft-stdio/sc-stdio- MCP server (STDIO transport)
Using with npx (No Installation)
# Run CLI commands directly
npx @scopecraft/cmd sc task list
npx @scopecraft/cmd sc feature create "New Feature"
# Run MCP STDIO server
npx --package=@scopecraft/cmd scopecraft-stdio --root-dir /path/to/your/project
Install from Source
# Clone repository
git clone https://github.com/scopecraft-ai/scopecraft-command.git
cd scopecraft-command
# Install dependencies
bun install
# Build project
bun run build
# Install globally
bun run install:global
Project Root Configuration
...
Related Skills
Lunar Prime
Load context for a new agent session by analyzing codebase structure and README
Prime Tts
Load context for a new agent session by analyzing codebase structure and README
Help Center Markdown
Agent Skill: build a markdown-backed help center — category folders of frontmatter articles, static landing/ca
Adding New Preset
Use when adding a new preset screening strategy to the MCP server. Ensures presets follow established patterns
Use Stepper
by zuplo - Reformats documentation to use React Stepper component, transforming heading formats, applying prop
Create Feature
Create a complete feature with tests, documentation, and proper integration.
Related Agents
Command Creator
Expert at creating new Claude Code custom commands with proper structure and best practices. Use when needing
Index Analyzer
MUST BE USED when analyzing PROJECT_INDEX.json to identify relevant code sections. Provides deep code intellig
Hatch3r Context Rules
Context-aware rules engine that applies coding standards based on file type, location, and project conventions