Turns a feature request into a phased, documentation-grounded implementation plan that survives fresh chat contexts.
Turns your current work into a GitHub pull request, then monitors and fixes CI until every check passes.
Systematically works through every unresolved review thread on the current branch's PR — fix, test, commit, reply, resolve.
A specialist skill for designing, building, and polishing command-line tools with commander, click, typer, or cobra.
A skill documenting the `.claude/plugin-name.local.md` convention for storing and reading per-project Claude Code plugin configuration.
A reference skill for wiring MCP servers (stdio, SSE, HTTP, WebSocket) into Claude Code plugins, covering config, auth, and debugging.
Turns Claude into an orchestrator that delegates each phase of an implementation plan to subagents and commits only after verification.
Debug multi-cause bugs by splitting them into competing hypotheses, investigating them in parallel, and arbitrating the true root cause from evidence.
Reviews REST APIs by linting the OpenAPI spec, detecting breaking changes, and grading design quality.
Copies, registers and validates the Cisco Webex adapter for a NanoClaw project via the Chat SDK bridge.
Copies, registers and verifies the Resend email adapter for NanoClaw, then wires your own address as owner and sends a hello email.
Designs startup-grade AWS architectures and produces CloudFormation/CDK/Terraform code plus cost-optimization plans.
Re-runs each installed NanoClaw skill's own idempotent apply step so their code is refreshed from the upstream branches.
Generates Angular code and architectural guidance following official style guides for signals, forms, routing, DI, and testing.
A rulebook that makes Claude write Next.js 15 + React 19 + Shadcn/ui code following consistent Server Component and App Router best practices.
Searches and applies up-to-date web platform best-practice guides before any HTML/CSS/client-side JS work.
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.
Finds temporal and changelog-style language in code comments ("new", "now", "improved") and rewrites them to describe what the code does and why.
A four-mode code quality skill covering technical-debt cleanup, Ruff/Biome linting, a Python quality gate, and a multi-language universal gate.
Verify UI, console, network, performance and accessibility in a real browser through the Chrome DevTools MCP server.