yeisonrestrepo

Cc Init — Development skill for Claude Code

Development community

(Conductor) Initialize or re-sync the project environment.

How to install Cc Init

Installs to ~/.claude/commands/yeisonrestrepo-code-conductor-cc-init.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yeisonrestrepo/code-conductor/HEAD/.claude/commands/cc-init.md -o ~/.claude/commands/yeisonrestrepo-code-conductor-cc-init.md

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

What Cc Init does


description: "(Conductor) Initialize or re-sync the project environment"

Step 1 — Detect project state

List files in the project (exclude `.git/`, `.claude/`, `node_modules/`, and dot-files, max depth 3). Count source files found.

If the count is 0 or only `CLAUDE.md` / config files exist, treat this as a **new/empty project** (`IS_NEW=true`). Otherwise set `IS_NEW=false`.

Step 2 — Auto-detect and collect project identity

If the stack detector is present in the project, run it

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Dotenv Vault — Sync environment variables across machines for consistent Claude Code behavior 1.2k ★
  • Initialize Ralph The Marketer — Set up a new Ralph Marketer copywriting project in the current directory 698 ★

Full documentation available on GitHub

View Source Repository