context-api-contracts

Official

Align frontend & backend, prevent API errors.

Authorstars-end
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Managing frontend-backend API contracts, routes, clients, and type definitions across a codebase can be complex, leading to type mismatches and integration issues.

Core Features & Use Cases

  • API Endpoint Navigation: Explore backend API routes (v1, v2) and frontend API clients for various services, understanding the full API surface.
  • Cross-Stack Type Clarity: Understand how TypeScript contracts and database types ensure consistent data flow between frontend and backend, preventing "Type error" issues.
  • Middleware & Testing Insights: Locate backend middleware for authentication/CORS and find integration/E2E tests for API validation.
  • Use Case: When adding new API endpoints or debugging "404 Not Found" errors, this Skill provides immediate context on API design, contracts, and client integration.

Quick Start

Ask about "API design" or "type mismatches" to get context on API endpoint definitions, request/response types, and cross-stack integration.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: context-api-contracts
Download link: https://github.com/stars-end/affordabot/archive/main.zip#context-api-contracts

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository