context7/SKILL.md
Retrieve real-time, version-specific documentation for libraries using Context7 (Upstash). Use this BEFORE generating code for fast-moving libraries (e.g., Aiogram, Supabase, Next.js) to prevent hallucinations.
npx skillsauth add snqb/my-skills context7Install 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.
Context7 is an MCP-based tool that fetches up-to-date documentation for code libraries. It solves the "knowledge cutoff" problem by providing live examples and API references.
ALWAYS use this skill when:
aiogram, langchain, next, supabase).The tool is run via npx.
# Fetch documentation for a specific library/query
npx -y @upstash/context7-mcp search "QUERY"
1. Fetching Aiogram 3.x syntax:
npx -y @upstash/context7-mcp search "aiogram 3 router webhook setup"
2. Checking specific error:
npx -y @upstash/context7-mcp search "supabase js v2 auth unknown method"
3. Getting latest best practices:
npx -y @upstash/context7-mcp search "next.js 15 server actions patterns"
npx fails, ensure you have internet access.documentation
Enrich Markdown articles with inline Wikipedia links. First mention of each notable entity gets a hyperlink. Use when asked to add wiki links, enrich, or add references to .md files.
development
Structured visual QA: screenshot → batch issues → fix all → verify. Replaces the 300-cycle screenshot→edit death spiral. Optional bishkek review as exit gate. Use when building/polishing UI with browser testing, or when user asks for N iterations/reviews.
development
Find complex code, analyze intent, recommend battle-tested library replacements. Uses radon/eslint for detection, GitHub quality search for alternatives.
research
Research real-world UI patterns from curated galleries (Collect UI, Component Gallery, Mobbin). Use when exploring what exists: dropdowns, accordions, inputs, navigation, cards, modals, etc.