jervis-boost
v0.2.0
Published
Jervis Boost CLI — AI productivity toolkit for dev teams
Downloads
167
Readme
Jervis Boost
Jervis Boost is an AI productivity toolkit for development teams. It teaches coding agents about a project through skills and roles, keeps project memory, and runs quality gates before changes ship.
Quick start
Run the guided setup from your project root:
npx --yes jervis-boost@latest setupOr install the command globally:
npm install --global jervis-boost
jervis-boost setupThe setup creates .jervis/boost.config.ts, detects the stack, configures an MCP server when requested, synchronizes agent instructions, and generates project memory.
Common commands
jervis-boost init
jervis-boost detect --apply
jervis-boost sync
jervis-boost gate --all
jervis-boost summary init
jervis-boost mcp setup
jervis-boost dashboardUse jervis-boost --help or jervis-boost <command> --help to see every option. The CLI includes skills, roles, policies, profiles, workflows, hooks, architecture, design, dashboard, and MCP commands.
Requirements
- Node.js 18 or later
- A project you can write
.jervis/files to
See the getting-started guide and the CLI reference.
License
MIT
