Help us improve
Share bugs, ideas, or general feedback.
From plugins-claude
Load Claude Code reference documentation into context for a task (e.g. creating skills, hooks, sub-agents, etc.)
npx claudepluginhub pcollinsonline/claude-asana --plugin plugins-claudeHow this skill is triggered — by the user, by Claude, or both
Slash command
/plugins-claude:prime-claude [load | doc-names...][load | doc-names...]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
!`CLAUDE_PLUGIN_DATA=${CLAUDE_PLUGIN_DATA} node ${CLAUDE_PLUGIN_ROOT}/dist/skills/prime-claude/index.js $ARGUMENTS`
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.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Designs test strategies and plans with testing pyramid. Covers APIs, frontend, data pipelines, infrastructure; outputs plans including coverage targets, examples, and gaps.
Share bugs, ideas, or general feedback.
!CLAUDE_PLUGIN_DATA=${CLAUDE_PLUGIN_DATA} node ${CLAUDE_PLUGIN_ROOT}/dist/skills/prime-claude/index.js $ARGUMENTS
If the output above contains "ERROR:", relay the error message to the user exactly as shown and stop. Do not proceed with any other work.
If the first argument was load, confirm which documents were fetched and that they are now available for future /prime-claude invocations.
Otherwise, you have been primed with the requested Claude Code reference documentation. Acknowledge which documents were loaded and ask the user what they'd like to build or work on.