Help us improve
Share bugs, ideas, or general feedback.
From hyrex-docs
Generate API documentation from source code with JSDoc and OpenAPI support
npx claudepluginhub akhilyad/deployy --plugin hyrex-docsHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-docs:api-docs <source-path><source-path>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate API documentation from TypeScript/JavaScript source:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
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.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Generate API documentation from TypeScript/JavaScript source:
@param, @returns, @throws, @example annotationsDispatch via MCP: mcp__hyrex__hooks_worker-dispatch({ trigger: "document", scope: "api" })
Conventions:
@param with type and description@returns with type and description@throws for known error conditions@example for non-obvious usage