Skip to content
github-actions[bot] edited this page May 25, 2026 · 49 revisions

Crickets — Inspired by the Noisy Cricket

Inspired by the Noisy Cricket — agent primitives that punch far above their weight.

CI Latest release License: MIT

Works with Claude Code + Antigravity — see compatibility

Crickets is the noisy cricket — small, focused agent customizations that punch above their weight. Skills, hooks, sub-agents, bundles, MCP servers, slash commands, status lines, output styles, workflows, rules, snippets, settings-fragments. The primitives you carry into any project to make Agent M (agentic-harness) effective.

This wiki is the contributor-facing documentation for Crickets itself. Every page is written for a single reader intent (learn / do / look up / understand) per the Diátaxis convention.

Note

Repo: github.com/alexherrero/agent-toolkit. Public, MIT-licensed. PII guardrails (script + skill + pre-push hook) are foundational — see Purpose and scope for why.

📚 New here? Learn by doing.

🔧 Trying to do something specific?

  • Install agent-toolkit into a project — drop the shipped customizations into a target project.
  • Add a skill — add a new standalone skill.
  • Add a bundle — package multiple primitives that ship together.
  • Use the evaluator — dispatch the evaluator sub-agent for PASS / NEEDS_WORK grading against a precise rubric.
  • Use the base hooks — kill-switch, steer, commit-on-stop. Operator-precision control for long-running Claude Code sessions.
  • Use the evidence-tracker hook — default-FAIL evidence enforcement on /work task closeouts (4th base hook; agent must Read evidence files before flipping PLAN.md [x]).
  • Use the design skill/design author walks the 10-section template, /design translate splits into parts, /design sequence generates a PLAN.md per part. Hand-off to harness /work + /review for execution.
  • Use the memory skill/memory save captures durable preferences / workflows / fixes; /memory evolve supersedes existing entries (preserves audit trail). Recall (auto-injection at SessionStart + UserPromptSubmit), reflection sidecar, idea ledger, discovery come in subsequent parts of the MemoryVault design.
  • Use the diataxis-author skill/diataxis author / check / repair / migrate / classify covering the full Diátaxis-wiki lifecycle. See the diataxis-author design.
  • Use the quality-gates bundle — one-command install of the 4 base primitives (evaluator + kill-switch + steer + commit-on-stop + evidence-tracker) most harness /work sessions want.

📖 Looking up a detail?

💡 Want to know why?

Architecture decisions

Designs

The canonical "Why we built X" entry points (published via the /design skill, surfaced here when the parent design's last queued part hits Status: done and harness /release transitions the design to launched).

Conventions

Page templates, filename rules, and the Diátaxis four-mode split mirror the sibling repo's documentation convention — see agentic-harness/harness/documentation.md. The mode-purity lint (scripts/check-wiki.py --strict) is the same.

Clone this wiki locally