Endpoint banner
anpato anpato

Endpoint

Development community

Description

--- description: Add an OpenAPI-first endpoint — schema, route definition, handler, verification argument-hint: <method> <path> — <what it does> --- Add the endpoint: **$ARGUMENTS** Follow the repo's OpenAPI-first convention exactly — read the `openapi-route` skill and `src/app.ts` before writing anything. 1. **Zod schemas first**, named and registered with `.openapi('Name')` so they appear as named components in the spec rather than inlined anonymous shapes. 2. **`createRoute({...})`** wi

Installation

Installs to ~/.claude/commands/anpato-planet-express-endpoint.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/anpato/planet-express/HEAD/.claude/commands/endpoint.md -o ~/.claude/commands/anpato-planet-express-endpoint.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository