Verify UI, console, network, performance and accessibility in a real browser through the Chrome DevTools MCP server.
Trains Claude to ship features as thin, working vertical slices — implement, test, verify, commit — instead of dumping an entire feature at once.
Debug multi-cause bugs by splitting them into competing hypotheses, investigating them in parallel, and arbitrating the true root cause from evidence.
A skill that fetches live Vercel AI SDK docs and AI Gateway model data so Claude codes against the current API instead of stale memory.
Reviews GitHub pull requests with six parallel specialist subagents, adversarial verification, and confidence/severity gates so only high-signal findings get posted.
Delegates coding, code review, and plan review to the OpenAI Codex CLI with strict sandbox and review-safety rules.
An end-to-end workflow that turns a GitHub issue into a tested fix and a submitted pull request.
A practical WCAG 2.2 AA toolkit for news and academic sites: alt text rules, accessible charts, keyboard patterns, and automated axe-core audits.
A principles skill for managing attention and evidence so long agent sessions stop dropping instructions.
Gives Claude production-grade Electron patterns for security, IPC, tray, PTY terminals, WebRTC, and cross-platform packaging.
A skill that performs multi-file renames and pattern replacements safely using a Grep → Edit → verify workflow.
A reference skill that guides Claude to design PostGIS tables with the right geometry types, SRIDs, and spatial indexes.
Teaches Claude to create, fork, and share Ghost managed PostgreSQL databases via CLI or MCP for agent workflows.
Runs and safely fixes lint/format issues with Ruff for Python and Biome for JavaScript/TypeScript.
Scans a repo for nine kinds of technical debt and produces a prioritized, effort-estimated cleanup report with optional safe auto-fixes.
Diagnoses your LaTeX toolchain, installs only the missing packages, and gives the exact compile pipeline for your project.
Launches a local web dashboard that visualizes the knowledge graph Understand Anything generated for your codebase.
Query an AST-derived code graph as virtual files to answer structural questions like "what calls X?" and "what breaks if I change this?".
Read an AST-derived code graph as plain files to instantly answer structural questions like "what calls X?" and "what breaks if I change this?".
Drive all of Azure DevOps — work items, PRs, pipelines, wikis, test plans, policies — through natural language in Claude Code.