Add Project Setup banner
TheDecipherist TheDecipherist

Add Project Setup

Development community

Description

--- description: Create a named project profile interactively scope: starter-kit allowed-tools: Read, Edit, AskUserQuestion --- # Add Project Setup — Interactive Profile Creator Create a named, reusable profile in `claude-mastery-project.conf` through an interactive wizard. The profile can then be used with `/new-project my-app <profile-name>` or set as default with `/set-project-profile-default <profile-name>`. **Arguments:** $ARGUMENTS ## Steps ### 1. Read the config file Read `claude-ma

Installation

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

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

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

Full documentation available on GitHub

View Source Repository