openapi
01Skill 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.
21 tagged okapi, measured the same way as everything else here.
Browse within: ai-agent-skills 21go-okapi 21okapi-go 21okapi-skiils 21
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.
Skill Claude CodeCodex
Skill "overview" from jkaninda/okapi-skills, covering okapi overview, project structure, core types, constructors and app configuration.
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…