From fp-docs
Generate or update API Reference sections in documentation files. Extracts function signatures from source code and creates formatted reference tables.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fp-docs:api-refThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Engine: api-refs
Engine: api-refs Operation: (subcommand) Instruction: framework/instructions/api-refs/{subcommand}.md
$ARGUMENTS
Parse the first word as the subcommand (generate|audit). Pass remaining arguments as scope.
npx claudepluginhub tomkyser/fp-tools --plugin fp-docsProvides templates and patterns for API and symbol reference docs using scannable tables for parameters/returns, runnable examples, and consistent structure. Triggers on reference docs, API reference, parameters table.
Generates documentation in three modes: function-level (JSDoc/docstrings), module-level (directory READMEs), and API reference (endpoints/exports). Reads and matches existing project doc style.
Generates API references, configuration guides, schema documentation, and technical references with parameter details, examples, and cross-references.