Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (boostmyagent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
boostmyagent
Public installer for Boost OS.
npx boostmyagent@latest installThat single command:
- Downloads the latest Boost OS release.
- Installs the default Boost OS layers (builder, core, decisions, docs, memory) into
./.agents/skills/by default, or./.claude/skills/when Claude project signals are detected or--target claudeis provided. - Writes
./AGENTS.mdso any agent that respects theAGENTS.mdconvention (Cursor, Codex, and compatible agents) can pick up the kernel. - Creates
./.agents/memory/project.mdand./.agents/memory/decisions.mdso future sessions start with project context. - Asks no questions. Safe to run unattended from another agent.
Other commands
npx boostmyagent@latest install --target auto # default
npx boostmyagent@latest install --target claude # force .claude/skills
npx boostmyagent@latest install --target agents # force .agents/skills
npx boostmyagent@latest install --adapters none # default OS only
npx boostmyagent@latest install --adapters firebase,stripe
npx boostmyagent@latest update # re-install latest
npx boostmyagent@latest status
npx boostmyagent@latest logoutupdate re-uses the saved adapter selection from the previous install.
Conventions
- Adapters are opt-in. Install Firebase, Stripe, or Supabase adapters only when the project has chosen those providers.
- Installs are always project-local.
--target autouses.agents/skills/as the portable default and chooses.claude/skills/only when Claude project signals exist without existing.agentssignals. - Existing project files are preserved. If
AGENTS.mdor a skill folder already exists and was not previously installed by this CLI, it is left alone with a warning. - Existing project memory is preserved. Initial memory is created only when the memory files are missing.
- Boost OS is in public preview. The CLI downloads releases from boostmyagent.com without a license check. Paid licensing is a later phase.
Environment
BOOSTMYAGENT_API_URL— override the API base URL for staging/dev.