Loading...
Loading...
Provides up-to-date documentation and version guidance for external libraries. Use when working with any third-party library (JS, Python, Ruby, Go, .NET, etc.), when the user asks about a library-specific API or best practice, when debugging a dependency issue, or when installing or upgrading a dependency. Prefer this over guessing or relying on stale knowledge.
npx skill4agent add kittne/codex-skills-by-codex context7package.jsonpackage-lock.jsonpnpm-lock.yamlyarn.lockpyproject.tomlrequirements*.txtpoetry.lockPipfile.lockgo.modCargo.tomlCargo.lockGemfile.lock*.csprojpackages.lock.jsonresolve-library-idquery-docsresolve-library-idlibraryName: "<package/framework name>"
query: "<what the user is trying to do + API names + error strings>"query-docslibraryId: "</org/project[/version]>"
query: "<precise question with config keys / function names / expected behavior>"references/context7.mdQuery: "How do I configure CORS in FastAPI?"
Better: "FastAPI CORS middleware example with allowed origins and credentials"Query: "React state update in a loop"
Better: "React setState functional update in loop, avoid stale state"Query: "Prisma transaction"
Better: "Prisma $transaction interactive example with timeout and rollback behavior"vercel/next.js@nestjs/corerg -n "Required Tool Sequence|Resolve the library ID" references/context7.mdrg -n "Version Awareness|installed version" references/context7.mdrg -n "Query Tips|Include the relevant API surface" references/context7.mdrg -n "Failure Modes|cannot be resolved" references/context7.mdrg -n "\"dependencies\"|\"devDependencies\"" package.json
rg -n "go\\s+\\d+\\.\\d+" go.mod
rg -n "django|fastapi|flask" requirements*.txtrg -n "Resolve the library ID|query docs" references/context7.mdrg -n "Version Awareness|installed" references/context7.mdrg -n "Failure Modes|ambiguous" references/context7.mdrg -n "Checklist|checklist" references/context7.mdrg -n "Example|examples" references/context7.mdrg -n "Workflow|process" references/context7.mdrg -n "Pitfall|anti-pattern" references/context7.mdrg -n "Testing|validation" references/context7.mdrg -n "Security|risk" references/context7.mdrg -n "Configuration|config" references/context7.mdrg -n "Deployment|operations" references/context7.mdrg -n "Troubleshoot|debug" references/context7.mdrg -n "Performance|latency" references/context7.mdrg -n "Reliability|availability" references/context7.mdrg -n "Monitoring|metrics" references/context7.mdrg -n "Error|failure" references/context7.mdrg -n "Decision|tradeoff" references/context7.mdrg -n "Migration|upgrade" references/context7.md