A system-architecture agent for planning new subsystems, major technology choices, and designs that span several modules. It records decisions as ADRs, or short documents explaining an architecture decision and its reasons.
A build-error-fixing agent for compiler, TypeScript, import, dependency, and other build errors. TypeScript is a programming language that checks many code mistakes before the program runs.
A code review agent that checks finished features or modules, and code before a Git commit, for security weaknesses, quality problems, and technical debt.
A runtime bug investigator who finds the root cause of software behaving incorrectly while it runs. It first makes the problem reproducible, narrows down where it occurs, tests explanations, and writes a test that reproduces it before changing the code.
A deployment and operations specialist for putting software into production and running it reliably. It covers automated build-and-release pipelines, containers, Kubernetes, infrastructure-as-code, zero-downtime releases, and production monitoring.
A documentation specialist that builds a map of the codebase and maintains API documentation and the technical README from the source code. An API is the defined way that software components communicate.
An end-to-end testing specialist that uses Playwright to check complete user journeys in a web interface. It also checks whether those journeys work across different browsers.
A planning guide for large coding tasks and refactors. It creates a staged blueprint with clear checks for completion and saves it in the project's plans/ folder.
A cleanup specialist for removing code that is no longer used, unused exports, duplicate code, and related dependencies. It uses tools such as knip, ts-prune, and depcheck to find cleanup candidates.
A security reviewer for application code and infrastructure. It checks common web risks from the OWASP Top 10, exposed secrets, dependencies, and infrastructure settings.
A guide to test-driven development (TDD), where you write a failing test, make it pass, and then improve the code. It applies different test-coverage targets to standard and critical tasks.
A testing specialist who strengthens tests after code has been implemented. It reads test reports, adds coverage where the code is weak, and maintains the testing setup.
A frontend UI builder for creating web pages and interface components. It follows the project's DESIGN.md rules and design tokens, which are shared values for things such as colors, spacing, and typography.
Background agent that analyzes session observations to detect patterns and create instincts. Uses Haiku for cost-efficiency. v2.1 adds project-scoped instincts.
★not rated 11 yesterdayA33 tokens
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: