skills/context7-docs/SKILL.md
Query up-to-date library/framework documentation via Context7 MCP. Use when subagents need latest API docs, code examples, or version-specific references to avoid outdated code generation.
npx skillsauth add kjaylee/misskim-skills context7-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetch latest documentation and code snippets for any library/framework via Context7 MCP (Upstash).
mcporter installed (/opt/homebrew/bin/mcporter)mcporter config add context7 --transport http --url "https://mcp.context7.com/mcp"mcporter list context7 --schema| Tool | Purpose |
|------|---------|
| resolve-library-id | Find Context7 library ID from a name |
| query-docs | Fetch docs/snippets for a library ID |
mcporter call context7.resolve-library-id \
query="How to set up authentication" \
libraryName="next.js" \
--output json
Returns matching libraries with:
/org/project format (e.g. /vercel/next.js)mcporter call context7.query-docs \
libraryId="/vercel/next.js" \
query="app router middleware setup" \
--output json
Returns up-to-date documentation and code examples.
resolve-library-id first, then query-docs (unless user provides /org/project format directly)./org/project/version format from resolve results.When a subagent needs latest docs for implementation:
1. mcporter call context7.resolve-library-id query="<task description>" libraryName="<lib>"
2. Pick best library ID from results
3. mcporter call context7.query-docs libraryId="<id>" query="<specific question>"
4. Use returned docs/snippets in implementation
| Library | Likely ID |
|---------|-----------|
| Next.js | /vercel/next.js or /websites/nextjs |
| React | /facebook/react |
| Prisma | /prisma/prisma |
| Tailwind | /tailwindlabs/tailwindcss |
| Stripe | /stripe/stripe-node |
Always verify with resolve-library-id — IDs may change.
testing
게임 아이디어를 검토해 와우 팩터 5개를 추가하고, 스펙→TC→구현→QA→런칭까지 한 번에 밀어붙이는 일일 게임 런칭 써클. 기존 자동 게임 파이프라인을 대체/승격할 때 사용.
data-ai
Advanced YouTube analysis, transcripts, and metadata extraction.
development
Modern web design engineering skills including design tokens, advanced UI/UX methodologies, accessibility, and game-specific UI patterns. Use for building commercial-grade, performant, and accessible web interfaces.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".