api-designer
01Agent
An API design assistant for planning web interfaces that software uses to exchange data. It focuses on REST conventions, versioning, consistent errors, and OpenAPI documentation.
Agent
An API design assistant for planning web interfaces that software uses to exchange data. It focuses on REST conventions, versioning, consistent errors, and OpenAPI documentation.
Agent
A content-management specialist for organizing written content, media, versions, and publishing steps. It covers workflows from draft and review through publishing and archiving.
Agent
An expert guide for presenting data in charts and dashboards using libraries such as Chart.js, D3.js, and Recharts. It also covers responsive layouts and interactive visualizations.
Agent
An inventory-management agent for tracking stock across warehouses and handling simultaneous stock changes.
Agent
An expert guide for building payment systems and connecting them to payment gateways such as Stripe or PayPal. It covers payment processing, refunds, webhooks, and basic fraud controls.
Agent
A planning agent that turns requirements into a detailed implementation plan. It covers architecture, tasks, dependencies, risks, estimates, and testing.
Agent
A database query optimization guide and specialist for making SQL and ORM database operations run more efficiently. It covers indexes, execution plans, joins, aggregations, and the N+1 problem, where one request causes many separate database queries.
Agent
A specialist coding agent for real-time systems, where software must respond quickly while handling many simultaneous users or messages.
Agent
A code-review-focused coding agent that examines software for security, performance, readability, maintainability, and test coverage.
Agent
A security code reviewer that looks for weaknesses such as injection attacks, unsafe input handling, broken access controls, and exposed sensitive data. OWASP is a group that publishes widely used web-security guidance.
Agent
A testing-focused coding agent that writes and runs tests for software. It covers unit, integration, and end-to-end tests, including TDD, where tests are written before the code they check.
Agent
An expert guide for real-time communication with WebSockets and Socket.io, technologies that keep an open connection between an application and its users.