New Project banner
TheDecipherist TheDecipherist

New Project

Development community

Description

--- description: Create a new project with all scaffolding rules applied scope: starter-kit argument-hint: <path> [profile-or-options...] allowed-tools: Bash, Write, Read, AskUserQuestion --- # New Project Scaffold Create a new project with all best practices from the Claude Code Mastery Guides. **Arguments:** $ARGUMENTS ## Argument Parsing ### Step 0 — Read the config file Before parsing arguments, read `claude-mastery-project.conf` (in the starter kit root or `~/.claude/claude-mastery-pr

Installation

Installs to ~/.claude/commands/thedecipherist-claude-code-mastery-project-starter-kit-new-project.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/HEAD/.claude/commands/new-project.md -o ~/.claude/commands/thedecipherist-claude-code-mastery-project-starter-kit-new-project.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository