Turns a feature request into a phased, doc-grounded implementation plan that survives fresh chat contexts.
A repeatable, checklist-driven review skill for Flutter/Dart PRs, MRs, branches, and diffs, ending in severity-tagged findings and a verdict.
A skill that guides Claude to structure Flutter apps with layered UI/Domain/Data architecture and feature-first folders.
Copies, registers, and validates the Discord bot adapter for a NanoClaw project, then wires up credentials and your DM channel.
Installs and wires a local monitoring dashboard into a NanoClaw project, showing agent groups, sessions, token usage and live logs.
An installer skill that wires an Emacs channel into NanoClaw over a local HTTP bridge, giving you a chat buffer and org-mode integration inside Emacs.
Wires a stdio MCP server into the NanoClaw agent-runner so the containerized agent can call local models served by the Atomic Chat desktop app.
Installs a zero-dependency, read-only web dashboard that builds its tabs and tables at runtime from any CLI that lists resources as JSON.
Scans a TypeScript project for unused code, confirms each candidate via LSP, then removes it through parallel per-file batches with atomic commits.
A QA harness that exercises the omo Codex plugin in a real codex app-server using an isolated CODEX_HOME and a local mock model, with hook firing proven by notifications.
Installs, repairs and tests Claude Code hooks so risky commands are blocked mechanically instead of by polite instructions.
Systematically works through every unresolved review thread on the current branch's PR — fix, test, commit, reply, resolve.
Turns your current work into a GitHub pull request, then monitors and fixes CI until every check passes.
Turns Claude into an orchestrator that delegates each phase of an implementation plan to subagents and commits only after verification.
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.
A pre-npm-publish gate that splits unpublished changes into up to 10 groups for parallel deep review, adds a 5-agent holistic pass, and an oracle release synthesis.
Turns a vague or large request into ONE decision-complete work plan: explores the codebase first, asks only the forks it cannot resolve, and writes the plan only after your explicit approval.
Finds temporal and changelog-style language in code comments ("new", "now", "improved") and rewrites them to describe what the code does and why.