Setup Environment banner
TechNickAI TechNickAI

Setup Environment

Git community

Description

--- description: Initialize development environment for git worktree --- # Setup Development Environment <objective> Get the development environment ready for productive work with context-aware setup that adapts to git worktrees vs new machines. </objective> <context-awareness> Detect whether this is a git worktree or new machine setup: - Current path within .gitworktrees/? → worktree setup - node_modules already exists in main repo? → worktree setup - Neither? → new machine setup For worktr

Installation

Installs to ~/.claude/commands/technickai-heart-centered-prompts-setup-environment.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TechNickAI/heart-centered-prompts/HEAD/.claude/commands/setup-environment.md -o ~/.claude/commands/technickai-heart-centered-prompts-setup-environment.md

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

Full documentation available on GitHub

View Source Repository