Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Write or audit public API docs for Remix packages. Use when adding or tightening JSDoc on exported functions, classes, interfaces, type aliases, or option objects.
Use this skill when documenting public APIs in Remix packages.
The goal is to document the API users can actually import, not every helper in src/lib.
Work from the package exports outward, add concise JSDoc to the public declarations, and make sure the result passes the repo's ESLint JSDoc rules.
src entry files that back those exports.src/lib.pnpm run lint.The source of truth is the package's package.json.
package.json exports.src/.src/*.ts entry files define the public surface by re-exporting symbols from src/lib.src/lib is public only if it is re-exported by one of those public src/*.ts entry files.Rules:
src/lib is public.src/lib.npx skills add remix-run/remix --skill write-api-docsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.