16,158 mods tagged anthropic that install into Claude Code, measured the same four ways as everything else here: what each costs in tokens on every session, what a security scan found and why, whether it is the original, and what changed.
Author a new terva skill, a reusable SKILL.md instruction set that terva loads on demand. Install it where terva discovers it, in the project .terva/skills/ or the global $TERVAHOME/skills/. Use for create/add/write-a-skill requests, not extensions.
Onboard a project into this governance layer: scan a repo that was pasted or cloned into Projects/, draft its bible from what the code actually shows, create its tracker and workspace pointer, register it in the composition manifest, and echo the reconstructed setup back for correction. Use this whenever the user…
Capture a failed or blocked task before it disappears. Categorizes the failure mode, extracts what was learned, and generates either a retry packet with the root cause fixed or an escalation message with specific decision points. Use whenever an agent returns a blocker, error, or partial result.
A review process for a pull request, which is a proposed set of code changes. It examines the changed code and its surrounding files for bugs, security problems, design issues, and lint errors.
Use TypeCast to turn LLM output into validated, typed JVM values. Reach for it whenever code calls an LLM and then parses/validates the response by hand: extraction of case classes or Java records from text, classification/routing via sealed traits, constraint enforcement with retry, streaming partial JSON into a UI…
Measure what a change to an AI coding setup actually saved, in dollars. Compares recorded before/after usage from the AI Insights MCP server — either two specific sessions by id, or everything in one period against another — and attributes the cost difference to the factor that moved it: fewer API calls, less context…
A Chinese company and executive background-check workflow examines a named person together with a company's Unified Social Credit Code, the identifier used for Chinese businesses.
Run B1 (McAdams) + B2 (neural) baselines on the same eval set as the user's anonymization system, return a delta table (EER / WER / linkability). Use when the user asks "how does my system compare to baseline?" or "is this better than B1?" or wants a quick sanity check of their anonymizer against canonical references.…
Use when designing, architecting, planning, or debugging any system with an LLM in it — agents, agent loops, RAG and retrieval, prompt pipelines, multi-agent or subagent orchestration, tool use and MCP, memory and context management, evals, or production guardrails. Trigger BEFORE committing to an approach — choosing…
Use when the user wants to plan, dispatch, review or deploy software sprints in a multi-chat orchestration pattern — running parallel multi-agent work across isolated git worktrees without context bloat in long Claude sessions. Skill provides a portable workflow with auto-discovery of project profile, modular addons…
David's built-in skills — create-agent, create-job, create-dashboard — bundled with the David VS Code extension and auto-loaded into every David-spawned agent's Claude Code session via --plugin-dir.
★not rated 2 3mo agoA
tokens not measured
originalMIT
Reconcile every AI coding agent's conversations (Claude Code, Codex, Gemini, Cursor, Aider, opencode, Cline + 11 more) with git and docs into one cited ground truth, and distill durable ADR/PDR/BDR decision records.
★not rated 2 1mo agoA
tokens not measured
originalMIT
Write features, fix bugs, and create PRs for the NanoClawbster codebase. Works in an isolated dev workspace, pushes via Composio (CI validates on GitHub Actions), and deploys after user approval.
Review database migrations for safety: locking, rollback, data loss, and performance risks. Triggers on "review migration", "check migration", "migration safety".
Plan a week of meals around the staples someone already keeps on hand. Produces an editable N-day plan (default 5 cooking nights + 2 flex days for leftovers or eating out), a grocery list grouped by store section, prep/cook notes with thaw/make-ahead timing, and short recipes. Optionally estimates per-plate calories…
Use when selecting, benchmarking, or tuning Ollama models on constrained edge hardware; analysing LLM inference performance and context window behaviour; designing or evaluating prompt injection detection approaches; or producing model research documentation. Produces research notes, configuration recommendations, and…
★not rated 2 26d agoA68 tokens
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: