What problem does it solve? When starting a new project or switching stacks, Claude Code commands like /implement, /ship, and /debug need to know the correct typecheck, lint, test, dev, and build commands. This Skill writes the chosen tech stack configuration once so all downstream workflow commands use the right tooling automatically. ## Core Features & Use Cases - Preset Stacks: Ships five ready-made presets — react-vite, python, go, laravel, and node-express — each with a full command table (typecheck, lint, test, test-watch, dev, build). - Custom Stacks: Helps draft a custom tech-stack.md when your stack is not covered by a preset. - Automatic Integration: Writes to .claude/config/tech-stack.md so /implement, /ship, and /debug pick up the correct commands without further setup. - Use Case: You scaffold a new Laravel project and run the skill with the laravel preset; from then on, /ship runs Pest, Pint, and PHPStan with the correct vendor paths. ## Quick Start Ask the AI to set the project stack to react-vite so the tech stack config file is written and workflow commands use the right npm scripts.