skills/context7-research/SKILL.md
Deep library, dependency, framework, and API documentation research using Context7 MCP tools only. Use when you need up-to-date docs, version-specific API reference, migration guidance, or to verify code against official documentation. Triggers on requests like “look up docs”, “API reference”, “how do I use X”, “latest/current”, “deprecated”, “breaking changes”, “best practices”, or whenever correctness depends on primary documentation.
npx skillsauth add bjornmelin/dev-skills context7-researchInstall 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.
Use Context7 as the source of truth for library/framework documentation during implementation, reviews, and debugging.
libraryName: product/package/framework name (e.g., next.js, zod, supabase)objective: what you need to do (e.g., “configure SSR auth”, “migrate v3->v4”, “use hook X”)version: only if the user specifies one or you can infer it from repo context (otherwise default to “latest”)./org/project (or /org/project/version) format, skip resolution.mcp__context7__resolve-library-id with:
libraryName: extracted namequery: the full user objective (not just a keyword)mcp__context7__query-docs with the selected libraryId and a tight query (see Query Budget).libraryId used (and version if applicable)UNVERIFIED and ask for the smallest clarification needed.Use at most 3 mcp__context7__query-docs calls per user request. Plan the queries up-front:
If you can’t cover everything within 3 calls, ask the user to narrow scope (or pick the highest-impact subquestion).
UNVERIFIED) or version-dependent.references/playbook.mdreferences/troubleshooting.mdreferences/design-spec.mdassets/report-template.mdpython3 scripts/new_report.py --out ./context7-research.md --library-name "<name>" --question "<objective>"development
Pre-PR multi-model review, parallel opus and codex exec adversarial lanes, then adversarial verification of merged findings. Read-only. Use before shipping nontrivial diffs.
tools
Independent gpt-5.6 diff review via the Codex CLI, normal or steerable adversarial with JSON findings. Use before shipping nontrivial changes.
development
Delegate implementation, investigation, or bulk work to gpt-5.6 codex via pinned codex exec. Use for clear-spec builds, migrations, debugging, or any task MODELS.md routes to codex.
development
Adversarial pre-mortem: imagine the plan failed, work backwards to surface risky assumptions + irreversible bets, then harden them. Proactively offer it (after the current request; confirm first) before a hard-to-reverse or one-way-door call (API, schema, framework, a hire), an all-upside plan, or unvalidated assumptions. Also on request.