afrexai-api-architectDesign, build, test, document, and secure production-grade APIs. Covers the full lifecycle from schema design through deployment, monitoring, and versioning....
Install via ClawdBot CLI:
clawdbot install 1kalin/afrexai-api-architectGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://api.example.com/v1Audited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
An online retailer needs to redesign their legacy REST API to support mobile apps, third-party integrations, and microservices. The API Architect would create a design-first specification with proper resource modeling for products, orders, and payments, implement standardized error handling, and set up comprehensive test suites.
A healthcare provider needs to build a secure, compliant API for exchanging patient data between hospitals, clinics, and insurance systems. The API Architect would design a GraphQL API with fine-grained field selection, implement strict authentication/authorization, create detailed OpenAPI documentation, and set up monitoring for sensitive data access.
A financial technology startup needs to build a production-grade payment processing API with high reliability requirements. The API Architect would design idempotent endpoints for payment processing, implement rate limiting and circuit breakers, create comprehensive test suites including load testing, and establish clear versioning strategies for backward compatibility.
A smart home company needs an API to manage millions of connected devices with real-time status updates. The API Architect would design efficient pagination using cursor-based patterns, implement WebSocket or Server-Sent Events for real-time updates, create comprehensive monitoring dashboards, and design proper error handling for unreliable network conditions.
A software-as-a-service company needs to expose a public API for third-party developers to build integrations. The API Architect would design clear, consistent REST endpoints following naming conventions, create comprehensive OpenAPI documentation with examples, implement API key authentication and rate limiting, and build developer portal with SDKs.
Companies monetize their APIs directly by charging developers for access based on usage tiers, number of API calls, or premium features. This requires robust rate limiting, billing integration, and comprehensive developer documentation to attract and retain paying customers.
Companies build APIs to enable third-party developers to create integrations, extensions, or complementary services that enhance the core platform's value. This drives ecosystem growth and locks in customers through network effects and integration dependencies.
Large organizations treat APIs as internal products that enable different teams and microservices to communicate efficiently. This reduces duplication, accelerates development, and creates consistency across the organization's digital products.
💬 Integration Tip
Always implement structured error responses with request IDs for debugging, and use API gateways for cross-cutting concerns like authentication, rate limiting, and logging to maintain consistency across endpoints.
Scored Jun 19, 2026
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Provides AI agents with authoritative knowledge on modern software development, emerging technologies, AI, AI systems, and applied engineering practices.