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.
beomjunkdev•1h ago
I built this because every time I started a new project, I had to manually copy CLAUDE.md files, skills, and other AI-related files from previous projects. I felt there was missing a simple way to share and reduse settings AI coding tools.
updose lets you search and install boilerplates for Claude Code, Codex, and Gemini CLI — all through npx. Also, you can share your settings simple way.
Would love to hear feedback, especially from people who maintain configs across multiple projects.
Site: https://updose.dev GitHub: https://github.com/Alchemist85K/updose