npx claudepluginhub darkroomengineering/cc-settingsThis skill is limited to using the following tools:
**CRITICAL**: Always fetch current documentation before implementing with ANY external library. APIs change. Your training data is outdated.
Fetches up-to-date library documentation via Context7 API. Use proactively for any external library like React, Next.js, Supabase when querying APIs, patterns, best practices, implementing features, debugging issues, or needing current docs.
Fetches current library APIs, framework patterns, code examples, and migration guides via Context7 REST API for React, Next.js, Prisma, Express, Vue, Angular, Svelte, and npm/PyPI packages. Use for 'how to use X' or API queries.
Fetches up-to-date library/framework docs via Context7 MCP (resolve-library-id, query-docs) for setup questions, API references, code examples.
Share bugs, ideas, or general feedback.
CRITICAL: Always fetch current documentation before implementing with ANY external library. APIs change. Your training data is outdated.
# Step 1: Resolve library ID
mcp__context7__resolve-library-id { "libraryName": "gsap" }
# Step 2: Fetch docs for specific topic
mcp__context7__get-library-docs {
"context7CompatibleLibraryID": "greensock/docs",
"topic": "ScrollTrigger",
"tokens": 10000
}
| Library | Context7 ID | Topics |
|---|---|---|
| GSAP | greensock/docs | ScrollTrigger, Timeline, Tweens |
| Lenis | darkroom/lenis | setup, scrollTo, events |
| Three.js | mrdoob/three.js | Scene, Camera, Renderer |
| Framer Motion | framer/motion | animate, variants, gestures |
| Radix | radix-ui/primitives | Dialog, Dropdown, Tabs |
| Next.js | vercel/nextjs | App Router, Server Components |
| React Router | remix-run/react-router | loaders, actions, route modules |
| React | facebook/react | hooks, components, patterns |
| Sanity | sanity-io/sanity | GROQ, schemas, studio |
| Vite | vitejs/vite | config, plugins, asset pipeline |
Before writing code with a library:
bun info <package>After fetching docs, summarize: