Remove Project banner
TheDecipherist TheDecipherist

Remove Project

Development community

Description

--- description: Remove a project created by the starter kit scope: starter-kit argument-hint: <project-name> allowed-tools: Read, Edit, Bash(rm:*), Bash(ls:*), AskUserQuestion --- # Remove Project — Unregister and Optionally Delete Remove a project from the starter kit registry and optionally delete its files from disk. **Arguments:** $ARGUMENTS ## Steps ### 1. Read the registry Read `~/.claude/starter-kit-projects.json`. If the file does not exist, tell the user: > No projects have been

Installation

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

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

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

Full documentation available on GitHub

View Source Repository