-
Notifications
You must be signed in to change notification settings - Fork 0
Reference
github-actions[bot] edited this page Jun 9, 2026
·
10 revisions
Look up how crickets is built — what a plugin is, the kinds you can author, where each lands, the manifest contract, and the host hooks.
- Plugin anatomy — what a crickets plugin is and how it's structured (the anchor — start here).
-
Customization Types — the primitive kinds (
skill·agent·command·hook·snippet). - Per-Host Paths — where each kind lands inside the generated plugin, per host.
-
Manifest Schema — the frontmatter +
group.yamlcontract. - Compatibility — supported hosts + per-plugin and per-hook effectiveness.
-
Antigravity Limitations — the
agyhost-gaps register + crickets mitigations. - Hooks · Operator-control hooks — the hook catalog + how to drive the control trio.
- Evaluator — the read-only rubric grader + its dispatch contract.
- Wiki Watch Config — the wiki-watcher config contract.
- Style-learning loop — how the wiki stays in your voice + what invokes it.
- Modify a plugin · Add a skill — author and extend a plugin.
- 2026-06-08 — the whole Reference section rewritten for v3.0 (Compatibility · Per-Host-Paths · Customization-Types · Manifest-Schema · the new Plugin-Anatomy anchor); this index added.
Get started · Do · Designs · Home
🔧 How-to
- Plugin anatomy
- Repo layout
- Compatibility
- CI gates
- Troubleshooting
- Customization Types
- Manifest Schema
- Per-Host Paths
- Hooks
- Evaluator
- Antigravity Limitations
- Wiki Watch Config
- Style-learning loop
- Modify a plugin
- Add a skill
- Add a plugin
- Named plans
- Coordinator roles (pending)
- Obsidian vault backend (pending)
- GitHub Projects
- Testing Conventions
- Releasing Conventions
- Design Docs