Convert Project To Starter Kit banner
TheDecipherist TheDecipherist

Convert Project To Starter Kit

Git community

Description

--- description: Convert an existing project to use the Claude Code Starter Kit — non-destructive merge scope: starter-kit argument-hint: <project-path> [--force] allowed-tools: Read, Write, Edit, Bash, Grep, Glob, AskUserQuestion --- # Convert Existing Project to Starter Kit Merge all Claude Code Starter Kit infrastructure (commands, hooks, skills, CLAUDE.md rules, project-docs templates) into an existing project. Non-destructive — preserves everything the user already has. **Arguments:** $A

Installation

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

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

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

Full documentation available on GitHub

View Source Repository