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>"tools
Explicit-only Kimi Code CLI frontend/UI advisor for UI audits, redesigns, components, screenshots, before/after comparison, layout, styling, accessibility, responsive behavior, and visual polish. Use only when the user explicitly invokes `$kimi-ui-advisor` and wants Codex to ask Kimi for structured UI suggestions, then review, apply, and verify them in the repo.
development
Run a Codex-only structured code review closeout for local, branch, or commit diffs. Use when the user asks for autoreview, Codex review, structured closeout review, final review before commit/ship, or review after non-trivial code edits.
tools
Use this skill for Firecrawl CLI web work: web search, URL scraping, site mapping, crawling, structured extraction, page interaction, monitoring changes, offline site download via x download, and parsing local documents such as PDF, DOCX, XLSX, HTML, DOC, ODT, or RTF. Trigger for requests to search the web, look up current info, fetch/read/scrape a URL, extract website data, crawl docs, click/fill/login/paginate a page, monitor page changes, save a site offline, or parse a document. Do not trigger for generic local file reads/edits, git/deploy/code tasks, or Firecrawl app integration work.
tools
Triage unresolved Sentry issues into ranked groups, GitHub issue plans, branches, subspawn worktree assignments, PRs, and closeout loops using the sentry CLI, GitHub CLI, and local verification. Use when asked to prioritize Sentry backlogs, group production issues, create GitHub issues or PRs from Sentry evidence, or parallelize Sentry fixes.