AI Agent Development Support Tool
npm install @k2works/claude-code-booster
npm install @k2works/claude-code-booster
`
Usage
- Initialize/copy all assets to your project root:
`sh
npx boost
`
- Update only .claude and docs directories in an existing project:
`sh
npx boost --update
`
$3
- .claude: prompts, commands, and config shipped with this package
- docs: documentation templates
$3
- Existing files under .claude and docs will be overwritten.
- Other files are left untouched.
Development
`
npm install
npm start
``