From fp-docs
Display all fp-docs commands grouped by type with descriptions. Quick reference for discovering available documentation operations.
npx claudepluginhub tomkyser/fp-docsThis skill uses the workspace's default tool permissions.
Engine: orchestrate
Generates usage documentation including cheatsheets, references, and guides from project sources like commands and skills using .usage-docs.yaml config. Supports sync check mode.
Proactively searches codebase documentation for functions, classes, APIs, and comments before task implementation using Bash tools like docs-search.sh.
Share bugs, ideas, or general feedback.
Engine: orchestrate Operation: help Instruction: none
Run the following Bash command to get the grouped command list:
node "{plugin-root}/fp-tools.cjs" help grouped --raw
Present the markdown output directly to the user as a formatted command reference.
Additionally, mention these two meta-commands that are not listed in the standard reference:
/fp-docs:do "description" -- Route natural language to the right command. Describe what you want in plain English and the smart router will match it to the appropriate fp-docs operation./fp-docs:help -- This command. Display the grouped command reference.