okapi skills

21 tagged okapi, measured the same way as everything else here.

Browse within: ai-agent-skills 21go-okapi 21okapi-go 21okapi-skiils 21

openapi

01

jkaninda/okapi-skills

Skill Claude CodeCodex

Okapi generates OpenAPI from your routes and serves three interactive UIs. The default document is OpenAPI 3.1 (JSON Schema 2020-12); a 3.0 view is served alongside for legacy consumers.

3 16d ago A 0 tokens original MIT

overview

02

jkaninda/okapi-skills

Skill Claude CodeCodex

Skill "overview" from jkaninda/okapi-skills, covering okapi overview, project structure, core types, constructors and app configuration.

3 16d ago A 0 tokens original MIT

route_definition

03

jkaninda/okapi-skills

Skill Claude CodeCodex

Okapi's RouteDefinition is a declarative alternative to imperative route registration (.Get(), .Post(), etc.). Instead of chaining method calls, you describe each route as a struct and register it with app.Register(). This keeps route metadata — method, path, handler, documentation, middleware — in one place, making…

3 16d ago A 0 tokens original MIT