15 plugins indexed from public GitHub repos.
MCP server for Postgres: introspect schemas, explain query plans, and run read-only queries over stdio. No ORM, no magic.
Generates unit tests from real call sites, hunts flaky tests by rerunning suspects in isolation, and exposes coverage data over MCP.
OpenAPI-first API documentation. Skills keep specs, prose, and SDK examples in sync; an MCP server serves the spec registry.
Drives headless Chromium and Firefox over MCP. Navigate, screenshot, and assert on real pages without pulling in a test framework.
Code review skills for agent workflows: diff triage, test-gap detection, and API surface checks that run before a human ever opens the PR.
Exposes dashboards, alert state, and SLO burn rates from your observability stack to agents over streamable HTTP.
Dependency and secret scanning for agent workflows. Skills audit lockfiles and diffs; the MCP server serves a live advisory feed.
Keeps READMEs, API references, and changelogs in sync with the code they describe. Regenerates only the sections that drifted.
Data-wrangling skills backed by an embedded DuckDB MCP server. Profile a dataset first, then clean it column by column.
Reviews SQL migrations for lock-heavy DDL, missing indexes on new foreign keys, and irreversible operations before they hit production.
Accessibility audit skills: WCAG 2.2 page audits, contrast fixes, and ARIA reviews that produce concrete patches instead of checklists.
Rollout planning and incident notes as skills, plus an SSE feed of fleet deploy events so agents can see what shipped where.
Streams distributed traces to agents over SSE so they can watch a deploy settle in real time. Pairs well with an incident-response skill.
Splits messy working trees into reviewable commits and writes Conventional Commits messages that actually describe the change.
Issue tracker integration for agents: search and file tickets over HTTP, with a local stdio cache server for offline triage.