-
Notifications
You must be signed in to change notification settings - Fork 0
Plugins
github-actions[bot] edited this page Jun 15, 2026
·
2 revisions
The crickets plugins — what each is and ships. Every one is a native host plugin generated from src/<group>/; see Plugin anatomy for the shared structure, and Install crickets plugins to get them.
-
Developer Workflows — the phase-gated dev loop (
/setup…/bugfix) + the explorer / evaluator agents; the base the others enhance. Also ships token-efficiency primitives:terseoutput-style,edit-over-writerule,compact-nudge-resumehook, and phase-aware model defaults on the typed agents. -
Developer Safety — operator control + safety:
kill-switch·steer·commit-on-stop+ the commit conventions. -
Code Review — standalone adversarial review of any diff or PR; sharpens
/review. Theadversarial-reviewer(+ cross-model) agents ·evidence-tracker. -
GitHub CI — CI + dependency-update tooling: the
dependabot-fixerskill (requiresdeveloper-workflows). -
Wiki Maintenance — Diátaxis-shape, house-voice wiki upkeep:
wiki-author·diataxis-author·documenter·wiki-watch. -
PII Guardrail — scan diffs + the working tree for personal info before commit/push: the
pii-scrubberskill. -
Token Audit (
token-audit) — deterministic JSONL cost analyzer; the/token-auditcommand reads the session transcript and emits a per-turn cost breakdown. Standalone; declares thetoken-auditcapability thatstatus-line-meterenhances. -
Status Line Meter (
status-line-meter) — live context/cost meter for the Claude Code status line: used-%, 5h-window cost, and floor-share badge. Reads the session JSONL incrementally; soft-depends ontoken-audit'spricing.pyvia runtime discovery (graceful-skip when absent). Enhancestoken-audit.
-
2026-06-14 —
token-auditandstatus-line-meterplugins shipped (Part C); four token-efficiency primitives added todeveloper-workflowsv0.13–0.17 (Part D):terseoutput-style,edit-over-writerule,compact-nudge-resumehook, phase-aware model routing. - 2026-06-09 — Plugins section added; Developer Safety is the first per-plugin page (it folds in the retired quality-gates recipe).
- 2026-06-09 — Plugins section complete — all six plugin pages now live (developer-workflows · developer-safety · code-review · github-ci · wiki-maintenance · pii).
Reference · Plugin anatomy · Install crickets plugins · Home
🔧 How-to
🏛️ Architecture
-
Plugins
- Developer Workflows
- Developer Safety
- Code Review
- GitHub CI
- Wiki Maintenance
- PII Guardrail
- Token Audit · Status Line Meter
- Customization model
- Build & distribution
- Host adapters
- Harness interface ↔ Agent M