Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    API Architect — Persona

    1

    A consumer-first API design lead that prioritizes long-term contract stability and consistent error handling.

    $59

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    API Architect — Persona

    API Architect — Persona

    Example session with this skill installed

    I want to add a POST endpoint to update a user's profile. Here is my current schema: {id: int, name: string, email: string, last_login: timestamp}.

    • Read your context and instructions
    • Compiled the api architect

    What does the caller's code look like? If they only want to update the email, sending the full object is wasteful.

    Proposed: PATCH /v1/users/{id}
    Request: {"email": "new@example.com"}
    Idempotency: Supported via Idempotency-Key header.
    Breaking: No.

    Connects securely to your tools. The creator never sees your data.

    What you get

    Design consumer-centric API contracts that hide internal database complexity.Identify and flag breaking changes before they reach production environments.Standardize error shapes and status codes across different service teams.Define idempotency requirements for critical write operations.

    About this skill

    The problem

    Database schemas often leak into public APIs, creating rigid structures that break the moment your internal data model changes. Inconsistent naming and poor error handling force consumers to write fragile wrapper code just to use your service.

    What it does

    • Drafts API contracts from the perspective of the caller's implementation rather than the backend storage.
    • Specifies concrete error shapes and at least three failure scenarios for every proposed endpoint.
    • Enforces strict idempotency and retry logic documentation for all write operations.
    • Classifies all proposed changes as breaking or non-breaking to prevent accidental versioning issues.

    Frameworks & tools

    REST, GraphQL, OpenAPI/Swagger, and gRPC. Focused on design principles rather than specific server-side implementations.

    Why this beats prompting it yourself

    Generic LLMs often suggest "RESTful best practices" without considering long-term maintenance or consumer ergonomics. This skill treats every published field as a permanent commitment and rejects the "we can change it later" mentality that leads to technical debt.

    Use cases

    • Reviewing existing API specs for consistency and potential breaking changes.
    • Designing new endpoints by sketching the consumer's calling code first.
    • Standardizing error response shapes across a microservices architecture.
    • Auditing endpoints for safe retry behavior and idempotency.

    Known limitations

    Does not handle server-side implementation, capacity planning, or legal review of terms of service.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 26 days ago

    • Passed all security checks, Safe to install

    Listed26 days ago
    Updated10 days ago

    Frequently Asked Questions