·openapi-endpoints
</>

openapi-endpoints

How to add, update, and document OpenAPI endpoints in Recollect. Use when creating new App Router endpoints, updating endpoint schemas, writing supplement files, adding named examples, or registering edge function endpoints in the OpenAPI spec.

14Installs·1Trend·@timelessco

Installation

$npx skills add https://github.com/timelessco/recollect --skill openapi-endpoints

How to Install openapi-endpoints

Quickly install openapi-endpoints AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/timelessco/recollect --skill openapi-endpoints
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: timelessco/recollect.

SKILL.md

View raw

The spec is generated in two passes: (1) a filesystem scanner auto-infers schemas from handler factories, (2) a merge script overlays human-authored metadata from supplement files. The full human-readable guide is at docs/OPENAPIGUIDE.md.

Use one of the 4 handler factories from src/lib/api-helpers/create-handler.ts:

Supplements provide metadata the scanner can't infer: tags, summary, description, examples.

How to add, update, and document OpenAPI endpoints in Recollect. Use when creating new App Router endpoints, updating endpoint schemas, writing supplement files, adding named examples, or registering edge function endpoints in the OpenAPI spec. Source: timelessco/recollect.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/timelessco/recollect --skill openapi-endpoints
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from timelessco/recollect

Quick answers

What is openapi-endpoints?

How to add, update, and document OpenAPI endpoints in Recollect. Use when creating new App Router endpoints, updating endpoint schemas, writing supplement files, adding named examples, or registering edge function endpoints in the OpenAPI spec. Source: timelessco/recollect.

How do I install openapi-endpoints?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/timelessco/recollect --skill openapi-endpoints Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/timelessco/recollect