
Context7
- 279 repo stars
- Updated April 25, 2026
- intellectronica/agent-skills
Pull current library and framework documentation through the Context7 API so your agent cites real APIs instead of stale training data.
About
context7 is an agent skill that routes documentation questions through the Context7 API so answers reflect current library releases, not memorized cutoff knowledge. developers hit it when implementing unfamiliar SDKs, double-checking parameter shapes, or pulling short examples for a specific API surface before committing code. The skill is appropriate whenever the task is “what does this framework do today?” rather than product positioning or deployment runbooks. It complements local repo search: Context7 resolves canonical package docs and examples you can paste into plans or tests. Multi-phase placement reflects repeated use during Build feature work, Ship review fixes, and Operate migrations when upstream APIs change. Keep network access scoped and prefer verifying critical security-sensitive APIs against official sources when stakes are high.
- Fetches up-to-date documentation for libraries, frameworks, and components via Context7
- Supports code example lookup for specific APIs and features
- Verifies correct function usage when training data may be outdated
- Explicit trigger: any programming library or framework documentation need
- Development-category plugin for agent-assisted coding sessions
Context7 by the numbers
- Data as of Jul 20, 2026 (Skillselion catalog sync)
/plugin marketplace add intellectronica/agent-skills/plugin install context7@intellectronica-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 279 |
|---|---|
| Last updated | April 25, 2026 |
| Repository | intellectronica/agent-skills ↗ |
What it does
Pull current library and framework documentation through the Context7 API so your agent cites real APIs instead of stale training data.
Files
Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
context7
Source: ./plugins/context7
{ "name": "context7", "source": "./plugins/context7", "version": "0.1.1768935194", "category": "development", "description": "Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training." }