I got tired of copy-pasting the same CLAUDE.md, rules, and skills across projects. So I built updose — a boilerplate manager for AI coding tool configurations.
It works with Claude Code, Codex, and Gemini CLI.
What it does: - Search and install community-shared boilerplates (rules, skills, agents, commands) with one command
npx updose search <query>
npx updose add <owner/repo>
- Publish your own setup so others can use it npx updose init
npx updose publish
Built with TypeScript. Open source (MIT). Feedback welcome.