πŸ”Œ

conventions

πŸ”ŒPlugin

alexherrero/crickets

VibeIndex|
What it does
|

Day-to-day testing + release discipline in one plugin β€” tests-are-sacred, verification-first, the 3-layer pyramid, the pre-release checklist, changelog-shape, and paired-release coordination for cross-repo releases.

πŸͺ

Part of

alexherrero/crickets

Installation

Add marketplace in Claude Code:
/plugin marketplace add alexherrero/crickets
Step 2. Install plugin:
/plugin install conventions@crickets
0
-
AddedJul 13, 2026

More from this repository10

πŸ”Œ
privacyπŸ”ŒPlugin

Scan diffs and the working tree for personal information (emails, personal paths, API keys, phone numbers) before commit or push.

πŸ”Œ
development-lifecycleπŸ”ŒPlugin

The phase-gated developer loop β€” /setup /plan /work /review /release /bugfix β€” extracted from agentm as a standalone native plugin. The base other dev plugins enhance.

πŸ”Œ
designπŸ”ŒPlugin

Design-doc and ADR authoring β€” the /design command (author β†’ translate β†’ sequence) and the ADR skill for capturing architectural decisions with re-audit triggers.

πŸ”Œ
obsidian-vaultπŸ”ŒPlugin

The Obsidian/Google-Drive vault storage backend for the agentm memory engine β€” re-homed out of the kernel behind the V5-1 storage seam. Ships the `vault` named backend (and, across V5-2, the vault-specific machinery) as an agentm-discovered scripts/ payload.

πŸ”Œ
maintenanceπŸ”ŒPlugin

CI workflows + dependency-update tooling β€” the dependabot-fixer skill that repairs breakage on Dependabot PRs.

πŸ”Œ
tokensπŸ”ŒPlugin

Deterministic transcript-JSONL cost analyzer β€” per-message cost curve, 5h rolling window, floor breakdown, and cache-read vs cache-write vs fresh-input split. Prerequisite for Part C (status-line meter) and Part G (heat-based floor).

πŸ”Œ
wikiπŸ”ŒPlugin

Opinionated, template-driven wiki maintenance β€” the wiki-author authoring/learning skill, the documenter agent, the diataxis-evaluator, recent-wiki-changes, and the check-wiki.py linter. Maintains a wiki in the operator's voice; enhances developer-workflows' phase-boundary documentation when both are installed.

πŸ”Œ
code-reviewπŸ”ŒPlugin

Standalone adversarial code review of any diff or PR β€” the adversarial-reviewer (+ cross-model Gemini) agents, the evidence-tracker hook, a /code-review command, a /simplify command, and security-review + testing-strategy skills. Enhances developer-workflows' review capability when both are installed.

πŸ”Œ
researchπŸ”ŒPlugin

Discovery-to-watchlist research primitives. idea-search is a read-only scan over the agentm recall engine surfacing existing vault/codebase entries relevant to a question. learn-forward leans by name on agentm's approved-source forward-learning pipeline to mine operator-configured sources onto the watchlist. codebase-improvement applies a research insight's stale pattern against the operator's own repo, surfacing exactly one watchlist finding per match -- never auto-editing. All three are strictly discovery-surfacing: findings land in the watchlist for operator review, nothing is ever auto-adopted.

πŸ”Œ
developer-safetyπŸ”ŒPlugin

Universal control + safety layer β€” kill-switch, steer, commit-on-stop hooks plus commit-no-coauthor / worktrees-operator-initiated conventions. Usable in any session; enhances developer-workflows (its hooks engage across the phase loop) when both are installed.