What problem does it solve?
This Skill prevents backend projects from drifting across languages by defining one authoritative set of conventions for API responses, error codes, authentication, environment configuration, project metadata, and frontend integration contracts.
Core Features & Use Cases
- Unified API Conventions: Establishes the response envelope, business error codes, pagination format, JWT handling, naming rules, and HTTP status behavior.
- Contract-First Documentation: Provides structured templates and rules for api-contract.md, project guides, version records, CLAUDE.md, and AGENTS.md.
- Cross-Stack Reuse: Serves as the shared convention source for Java, Go, Python, and Node.js backend generation skills without duplicating rules.
- Use Case: When generating or reviewing a backend project, use this Skill to keep implementation, API documentation, environment variables, authentication, and frontend integration aligned with a single cross-language standard.
Quick Start
Ask the backend convention skill to define the unified response format and API contract rules for your project.