πŸ”Œ

design

πŸ”ŒPlugin

alexherrero/crickets

Installation

Add marketplace in Claude Code:
$/plugin marketplace add alexherrero/crickets
Step 2. Install plugin:
$/plugin install design@crickets
VibeIndex|
What it does
|

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

πŸͺ

Part of

alexherrero/crickets

0
-
AddedJul 13, 2026

More from this repository10

πŸ”Œ
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.

πŸ”Œ
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.

πŸ”Œ
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.

πŸ”Œ
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).

πŸ”Œ
maintenanceπŸ”ŒPlugin

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

πŸ”Œ
github-projectsπŸ”ŒPlugin

One-way, deterministic board-sync β€” synthesizes a vault project's roadmap/plan/progress state onto a GitHub Project board via six locked per-type templates, a single idempotent project_sync.py write path, and a vault==board drift gate. The vault stays the agent's source of truth; the board is the generated human source.

πŸ”Œ
conventionsπŸ”ŒPlugin

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.

πŸ”Œ
privacyπŸ”ŒPlugin

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

πŸ”Œ
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.

πŸ”Œ
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.