DEV Community
•
2026-04-16 20:39
Stop Rebuilding Your Claude Code Setup - Scaffold It Once with Worclaude
Every time I started a new project with Claude Code, I rebuilt the same .claude/ directory from scratch - agents, commands, skills, hooks, permissions. Copy from the last repo, tweak, fix what broke, repeat.
So I built Worclaude - a CLI that does it in seconds.
One command
npm install -g worclaude
worclaude init
It asks three things: project type, tech stack, which agent cate...