Fetches up-to-date framework docs for setup, APIs, and code examples.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "documentation-lookup" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/documentation-lookup/SKILL.md 2. Save it as ~/.claude/skills/documentation-lookup/SKILL.md 3. Reload skills and tell me it's ready
Based on the latest React docs, explain the correct use of useEffect, including dependency array rules, common pitfalls, and a functional component example.
Returns guidance grounded in the latest React docs, plus caveats and runnable example code.
Using the latest Next.js docs, show me how to create dynamic routes in the App Router, including folder structure and page examples.
Provides the current routing approach, folder layout, and matching code examples.
Based on the latest Prisma docs, explain how to define a one-to-many relation and run related queries, with schema and query examples.
Outputs the current Prisma relation model syntax and related query examples.
When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools resolve-library-id and query-docs) instead of relying on training data.
/vercel/next.js) from a library name and query.Activate when the user:
Use this skill whenever the request depends on accurate, up-to-date behavior of a library, framework, or API. Applies across harnesses that have the Context7 MCP configured (e.g. Claude Code, Cursor, Codex).
Call the resolve-library-id MCP tool with:
Next.js, Prisma, Supabase).You must obtain a Context7-compatible library ID (format /org/project or /org/project/version) before querying docs. Do not call query-docs without a valid library ID from this step.
From the resolution results, choose one result using:
/org/project/v1.2.0).Call the query-docs MCP tool with:
/vercel/next.js).Limit: do not call query-docs (or resolve-library-id) more than 3 times per question. If the answer is unclear after 3 calls, state the uncertainty and use the best information you have rather than guessing.
libraryName: "Next.js", query: "How do I set up Next.js middleware?"./vercel/next.js) by name and benchmark score.libraryId: "/vercel/next.js", query: "How do I set up Next.js middleware?".middleware.ts example from the docs if relevant.libraryName: "Prisma", query: "How do I query with relations?"./prisma/prisma).libraryId and the query.include or select) with a short code snippet from the docs.libraryName: "Supabase", query: "What are the auth methods?".…
Orchestrate parallel AI agent workflows with dmux for faster development execution.
Audit, plan, and implement SEO improvements for better search visibility.
Search PubMed literature, MeSH terms, PMIDs, and citation data efficiently.
Apply modern, safe, idiomatic C++ standards for writing, review, and refactoring.
Design reliable deployment workflows, CI/CD pipelines, and production release strategies.
Run pre-release verification for Spring Boot builds, tests, scans, and diffs.
Resolve library names and fetch up-to-date docs for faster development.
Get context-aware docs, types, and examples for any npm package.
Retrieve the latest documentation and references for a queried library.
Fetch version-pinned AI/ML docs and changelogs to reduce hallucinated APIs.
Turn any LLM into a codebase expert with search, mapping, and security insights.
Retrieve the latest library documentation with version-matched code examples for reference.