Unpacks an installed Electron app's app.asar, restoring original sources from .js.map files or Prettier-formatting minified code.
Auto-detects your project's version file and changelogs, then bumps, documents, tags and publishes a release end to end.
A symptom-driven debugging guide for tool/function calling: no tool call, wrong arguments, runaway ReAct loops, or schema design from scratch.
Picks a multi-agent orchestration pattern from requirements, generates and validates provider-ready tool schemas, and evaluates run logs for cost, latency, and bottlenecks.
An adversarial review skill that forces Claude into three hostile reviewer personas so 'LGTM' is never an option.
Reviews a diff or file purely for what can be deleted or simplified — over-engineering, speculative abstractions, and reinvented stdlib.
Fans out one background agent per open issue/PR to produce evidence-backed, permalink-cited triage reports in /tmp — with zero writes to GitHub.
Case-by-case QA of opencode itself — CLI, HTTP server, plugin hooks/events over SSE, tmux TUI smoke, and read-only session DB investigation.
QA the omo Codex plugin in a fully isolated CODEX_HOME with a mock model, proving hooks actually fire without ever touching the user's real ~/.codex.
Splits a task into atomic PRs, builds each in its own git worktree, and loops through CI and bot review gates until merged.
Runs a three-layer, parallel multi-agent review of all unpublished changes before an npm publish and returns a SAFE/CAUTION/RISKY/BLOCK verdict plus a version-bump recommendation.
A setup skill that walks through installing claude-mem on Grok Bot via local worker, host-login observer, or remote cmem.ai.
Official skill that walks you through researching, implementing, testing, and evaluating high-quality MCP (Model Context Protocol) servers in TypeScript or Python.
Turns Claude into a senior architect that designs systems, weighs technology trade-offs, and writes ADRs.
Builds Angular 17+ features with standalone components, signals, NgRx state, RxJS patterns, bundle optimization, and TestBed tests.
Reads your PRD and Tech Design, then generates AGENTS.md, MEMORY.md, agent_docs/ and per-tool AI config files.
Executes the plan in AGENTS.md to build your MVP one feature at a time, with verification and progress tracking.
A playbook for splitting a large feature across multiple implementer agents using file ownership, interface contracts, and integration patterns.
Convenes each git worktree and PR as its own agent in a shared markdown room, then drives rounds until one consolidation plan emerges.
Maps a codebase into feature-grouped Mermaid flowcharts, hunts duplicated concerns with file:line evidence, and proposes the simplest unified architecture before a refactor.