Show HN: Updose – A boilerplate for AI coding tool configs

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.
github.com

1 point

beomjunkdev

3 hours ago


1 comment

beomjunkdev 3 hours ago

Hi, I'm the author.

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