coderigup
v0.2.0
Published
Rig your project with team AI-coding standards — installer for Claude Code, Kiro, and AGENTS.md-compatible tools.
Readme
coderigup
Node CLI that installs team AI-coding standards into a project — Claude Code, Kiro CLI, or AGENTS.md-compatible tools. Published on npm as coderigup (the name rigging was taken). See docs/exec-plans/active/v2-cli-rewrite.md for the design.
Public usage
npx coderigup init # auto-detect language, install Claude Code config
npx coderigup init --target kiro # install Kiro CLI config
npx coderigup init --target all # both
npx coderigup upgrade --target all # refresh after a new release
npx coderigup uninstall # remove coderigup-managed files (keeps user files)Dev
cd cli
pnpm install
pnpm dev -- init --dry-run # run a command via tsx
pnpm build # compile to dist/
node dist/index.js init # run the built artifact
pnpm test # vitest
pnpm lint # eslint + prettier --checkPublish
pnpm pack # produce coderigup-*.tgz (prepack copies sources, postpack cleans up)
pnpm publish # to npm (only after verifying the tarball)prepack runs scripts/copy-sources.mjs to bundle rules/ / skills/ / agents/ / commands/ / hooks/ / settings.json from the repo root into cli/. postpack runs the same script with --clean so the dev tree stays tidy.
Local link
pnpm build
pnpm link --global
coderigup --help