From codeforerunner
Generate endpoint-level API documentation from route and handler files. Use when the user wants to document a public API or REST endpoints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codeforerunner:forerunner-api-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates API reference documentation at the endpoint level. Requires scan result and all route/handler files in context.
Generates API reference documentation at the endpoint level. Requires scan result and all route/handler files in context.
User asks to: document the API, generate API reference, write endpoint docs, create OpenAPI-style documentation.
/forerunner-scan first)Run forerunner generate --prompt-only api-docs — outputs the assembled prompt bundle to stdout. Read this output and execute the documentation task it describes.
Without CLI, get the prompt from:
src/codeforerunner/prompts/tasks/api-docs.mdsrc/codeforerunner/prompts/system/base.mdsrc/codeforerunner/prompts/partials/output-rules.mdStructured API reference covering: endpoint list, HTTP method, path, auth requirement, request parameters/body, response shape, status codes. Write to docs/api.md or return as Markdown. Append ## Gaps for endpoints without sufficient source evidence.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub derek-palmer/codeforerunner --plugin codeforerunner