-
Notifications
You must be signed in to change notification settings - Fork 0
Install Into Project
Note
Goal: Install the crickets plugins (developer, github-ci, pii, wiki) into Claude Code and/or Antigravity as native host plugins.
Prereqs: claude (Claude Code) and/or agy (Antigravity) on your PATH; git. No clone needed for the one-liner or the Claude marketplace.
crickets ships as native host plugins generated from one source of truth (ADR 0013) — the old install.sh dispatcher is gone (ADR 0014). Pick one of three modes; all land the same plugins.
The recommended one-liner — installs the default set on whichever host(s) are present:
curl -fsSL https://raw.githubusercontent.com/alexherrero/crickets/main/bootstrap.sh | bashIt detects claude / agy, adds the marketplace, and installs developer, github-ci, pii, wiki.
Claude Code — one word, straight from GitHub:
claude plugin marketplace add alexherrero/crickets
claude plugin install developer@crickets # + github-ci@crickets, pii@crickets, wiki@cricketsAntigravity (agy 1.0.2) — install by path from a clone:
git clone https://github.com/alexherrero/crickets.git ~/Antigravity/crickets
agy plugin install ~/Antigravity/crickets/dist/antigravity/plugins/developerClaude Code — load a single plugin for one session (great for trying one out):
claude --plugin-dir ~/Antigravity/crickets/dist/claude-code/plugins/piiAntigravity — the same agy plugin install <path> as above, pointed at any single dist/antigravity/plugins/<group> dir.
claude plugin list # the @crickets plugins, enabled (scope user)
agy plugin list # the imported pluginsHooks fire on both hosts. Note: on Antigravity, kill-switch / steer are advisory only (the host runs plugin hooks observe-only) — see Compatibility.
- Develop a crickets plugin locally — the source → generate → dogfood loop.
- Compatibility — per-host component + hook support matrix.
- ADR 0013 · ADR 0014 — why native plugins, why the installer was retired.
🔧 How-to
- Install plugins
- Using code review
- Provision a repo's wiki
- Declare a project's Architecture
- Maintain a wiki — wiki-watcher
- Review a change — code review
- In-flight decision review — /doubt
- Author a design (pending)
- Run a named plan
- Spawn a worker in a worktree
- Run isolated tasks
- Configure main branch protection
- Integrate a worker
- See every active plan
- Run a coordinator-directed worker team (pending)
- Install the vault backend (pending)
- Sync a project board