A software-architecture advisor for planning systems, designing new features, and making technical decisions. Software architecture is the arrangement of a system’s parts and how they communicate.
A build-error agent for TypeScript and JavaScript projects. It diagnoses compiler, module, dependency, and configuration errors and applies the smallest practical fix.
A personal communications assistant that sorts incoming email, chat messages, and calendar information into four priority levels. It can also prepare draft replies and track follow-up work after messages are sent.
A PostgreSQL database review agent for checking SQL queries, database structure, security, connections, and performance. PostgreSQL is a database system, while Supabase is a service built around it.
A documentation and code-structure specialist that keeps code maps, README files, and guides aligned with a software repository. A code map shows how folders, modules, dependencies, and data flows fit together.
An end-to-end testing role for checking complete user journeys through a website or application. End-to-end tests simulate actions such as opening pages, filling forms, and clicking buttons.
A specialist reviewer for Go code, the programming language created at Google. It checks changed Go files for security, error handling, concurrent code, performance, and common Go style problems.
An agent focused on finding and safely removing unused code, duplicate logic, unused exports, dependencies, and imports, then refactoring where appropriate.
A security code reviewer that checks applications for common weaknesses, exposed secrets, unsafe input handling, and authentication or access-control problems.