performance
97Command
Diagnose or fix Bun/TypeScript performance. Loads the performance skill, then works the task through its workflow.
Command
Diagnose or fix Bun/TypeScript performance. Loads the performance skill, then works the task through its workflow.
Command
Prepare a Bun service for production. Loads the production skill, then works the task through its workflow.
Command
Start or restructure a Bun/TypeScript project. Loads the project-setup skill, then works the task through its workflow.
Command
Harden or security-review a Bun/TypeScript service. Loads the security skill, then works the task through its workflow.
Command
Write, fix or review Bun tests. Loads the testing skill, then works the task through its workflow.
Command
Build, review or debug an OpenTUI terminal UI. Loads the tui skill, then works the task through its workflow.
Skill Claude CodeCodex
Router for the eight Bun/TypeScript skills — setup, HTTP, errors, testing, security, production, performance, TUI. Says which to read for a task, without loading them. Any Bun or TS work.
Skill Claude CodeCodex
Error handling and resilience for Bun/TypeScript — operational vs programmer errors, AppError hierarchy, centralized handler, boundary validation, timeout/retry/circuit breaker. Copyable, tested.
Skill Claude CodeCodex
Build or review a Bun HTTP service — Bun.serve declarative routes, middleware composition, request context, status/ETag/streaming helpers, graceful lifecycle. Ships tested middleware with measured routing gotchas.
Skill Claude CodeCodex
Diagnose and fix Bun/TypeScript performance — event-loop blocking, measured native fast paths, benchmarking that does not lie, streaming, caching, workers, memory. Ships a tested benchmark harness.
Skill Claude CodeCodex
Ship a Bun service — graceful shutdown ordering, structured logging, liveness vs readiness, multi-stage Docker, signals and PID 1, frozen lockfiles, CI. Ships tested logger, shutdown and health code plus a Dockerfile.
Skill Claude CodeCodex
Start or restructure a Bun/TypeScript project — folder structure by business component, strict tsconfig, typed env config, workspaces and catalogs, bunfig, linting. Ships a tested config parser and measured install-layout facts.
Skill Claude CodeCodex
Harden or review a Bun/TypeScript service — secrets, password and token handling, SQL injection, authn/authz, rate limiting, CORS and security headers, dependency audit. Ships tested guards with measured Bun crypto behaviour.
Skill Claude CodeCodex
Write and fix Bun tests — bun:test surface, component tests over HTTP, doubles, coverage gating, flake control. Ships a tested harness, fake upstream and builders. Includes a measured silent-coverage-gate trap.
Skill Claude CodeCodex
Build, review, or debug OpenTUI terminal UIs — React JSX or core constructs, Yoga flexbox, gradient meters, colour screenshots. Any Bun/TypeScript TUI. Only Bun is tested; Node/Deno at own risk.
Plugin Claude Code
MCP runtime for external AI models. Proxies OpenRouter, Ollama and LM Studio, runs blind team voting across models, manages async sessions, and streams channel notifications. Required by code-analysis, dev, multimodel, designer and seo.
Skill Claude CodeCodex
Runs models through the claudish MCP tools — team, createsession, runprompt — and resolves model IDs against the live catalog. Use when the user mentions claudish, OpenRouter, or external AI models.
Plugin Claude Code
Read-only codebase investigation and code search behind one stable tool surface. Finds code by meaning or structure, traces callers, callees and blast radius, and dispatches a detective agent for deep dives. The search engine is named in project settings and is swappable.
Agent
Investigates a codebase read-only — locates implementations, traces how a feature works end to end, maps inbound and outbound dependencies, and tracks a bug to its origin. Use for questions about code that is unfamiliar, spread across several files, or behaving unexpectedly. Returns file:line locations and the flow…
Command
Investigate a codebase read-only — understand architecture, trace how a feature works, locate an implementation, or track a bug to its origin.
Command
Show what the code-analysis plugin provides — its agent, commands, skills, tool surface, and which one to reach for.
Command
Install and verify the ripgrep shim, check the code-analysis MCP server starts, and report the active search engine and its health.
Hook
Runs before the agent uses a tool for ^Bash$ tool calls, executing block-git-add-private.sh. From MadAppGang/magus.
Skill Claude CodeCodex
Finds code by meaning, structure or exact text, then reads only the spans returned. Use when searching a codebase, locating a symbol, tracing callers, or about to open three or more files.