From stack-agents
Shared Context7 MCP lookup instructions for all stack agents. Provides library ID references, fetch-vs-knowledge decision rules, and fallback behavior when Context7 is unavailable.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stack-agents:context7-lookupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Shared skill preloaded into all stack agents. Use Context7 MCP tools to fetch current documentation for any library in the stack.
Shared skill preloaded into all stack agents. Use Context7 MCP tools to fetch current documentation for any library in the stack.
Fetch from Context7 when:
Use built-in knowledge when:
mcp__MCP_DOCKER__get-library-docsUse this tool directly with a hardcoded libraryId and a topic string. This skips the resolve step and is faster.
mcp__MCP_DOCKER__get-library-docs
libraryId: "/websites/tanstack_start"
topic: "createServerFn"
Each agent has its own list of hardcoded library IDs. Use the correct ID for the library you're looking up.
mcp__MCP_DOCKER__resolve-library-idUse this only when you need a library NOT in your hardcoded list:
mcp__MCP_DOCKER__resolve-library-id
libraryName: "zod"
This returns a libraryId you can then pass to get-library-docs.
If Context7 tools fail or timeout:
When you need knowledge about a library, pattern, or framework not covered by your preloaded skills:
npx skills find <keyword> to discover available skillsnpx skills add <skillName> to add it to the projectExamples:
npx skills find stripe → npx skills add stripe-integrationnpx skills find framer → npx skills add framer-motion-animatornpx skills find zod → npx skills add zodFetches 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.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub flyingwebie/skills --plugin stack-agents