Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub akhilyad/deployy --plugin hyrex-docsHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-docs:doc-gen [--target PATH][--target 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 docs via MCP worker dispatch:
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 docs via MCP worker dispatch:
mcp__hyrex__hooks_worker-dispatch({ trigger: "document" })
For continuous doc maintenance via CronCreate:
CronCreate({ schedule: "0 */2 * * *", prompt: "Run document worker" })
Detect drift by comparing current code against existing docs and flagging inconsistencies.
Scoped generation:
npx @hyrex/cli@latest hooks worker dispatch --trigger document --scope apinpx @hyrex/cli@latest hooks worker dispatch --trigger document --scope fullStore the approach: mcp__hyrex__memory_store({ key: "doc-pattern", value: "APPROACH", namespace: "patterns" })