architect
01Agent
A software-architecture adviser for planning systems, large refactors, and technical decisions. It examines a codebase, gathers requirements, proposes component and data designs, and records trade-offs.
Agent
A software-architecture adviser for planning systems, large refactors, and technical decisions. It examines a codebase, gathers requirements, proposes component and data designs, and records trade-offs.
Agent
An agent that diagnoses and fixes TypeScript, compiler, dependency, and build errors with the smallest practical code change.
Agent
A code-review agent that checks software for quality, security, maintainability, testing, and performance issues. It reports findings by priority and includes suggested fixes.
Agent
A PostgreSQL database review agent focused on query performance, schema design, security, and reliability. PostgreSQL is a database system used to store and query application data.
Agent
A documentation-maintenance agent that maps how a codebase is organised and how its modules depend on one another. It updates documentation such as README files, guides, and generated code maps to match the code.
Agent
An end-to-end testing agent for checking complete user journeys through an application, such as signing in and submitting a form. It prefers Agent Browser, a browser-automation tool with meaning-based element selectors, and can use Playwright as a fallback.
Agent
A Go-focused troubleshooting agent for build failures, `go vet` problems, compiler errors, and linter warnings. Go is a programming language, and `go vet` checks code for common mistakes.
Agent
A Go code-review agent for Go, a programming language known for built-in support for concurrent tasks. It examines changed Go files for common security, error-handling, correctness, and performance problems.
Agent
A planning agent for complex features, architecture changes, and large refactors, which are substantial reorganisations of existing code. It turns a request into an ordered implementation plan with affected files, dependencies, risks, and tests.
Agent
A Python code-review agent that checks changed Python files for style, correctness, and common security mistakes.
Agent
A code-cleanup guide that finds unused files, exports, imports, packages, and repeated code, then removes them carefully. It can also record deletions in a log.
Agent
A security-review agent for finding vulnerabilities in code, settings, dependencies, and version history, including exposed passwords or API keys.
Agent
A guide for test-driven development, or TDD, where you write a test before the code it checks. It follows a repeatable cycle: make a test fail, write the smallest working code, then improve it.
Agent
A background agent that reviews recorded coding-session activity to find repeated patterns and turn them into reusable working habits.