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.
Install with Tessl CLI
npx tessl i github:intellectronica/agent-skills --skill context787
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillAgent success when using this skill
Validation for skill structure
Two-step documentation workflow
Search endpoint called
0%
100%
libraryName param used
0%
100%
query param in search
0%
100%
ID extracted from search
0%
100%
Context endpoint called
0%
100%
query param in fetch
0%
100%
type=txt used
0%
100%
jq used for JSON parsing
0%
100%
Silent curl flag
100%
100%
sample_output.txt produced
100%
100%
Without context: $0.7139 · 2m 14s · 30 turns · 79 in / 9,137 out tokens
With context: $0.3076 · 50s · 17 turns · 17 in / 2,198 out tokens
URL encoding and result selection
Spaces URL-encoded in libraryName
0%
100%
Spaces URL-encoded in query
0%
100%
Multiple results examined
100%
100%
Search endpoint used
0%
100%
libraryId from search used
0%
100%
query param present in both calls
0%
100%
jq used for parsing
0%
100%
Silent curl
0%
100%
Report includes selected library ID
57%
100%
Without context: $1.1955 · 5m 16s · 28 turns · 28 in / 20,952 out tokens
With context: $0.3034 · 56s · 16 turns · 257 in / 2,842 out tokens
Targeted query and readable output
Search before fetch
75%
100%
libraryName param present
100%
100%
Specific query in search
0%
70%
Specific query in context fetch
40%
100%
type=txt in context fetch
0%
100%
libraryId from search result
0%
0%
jq used for ID extraction
0%
20%
Silent curl flag
100%
100%
Library ID in summary footer
100%
100%
Plain text content in summary
100%
100%
Without context: $0.4712 · 2m 31s · 17 turns · 15 in / 6,156 out tokens
With context: $0.4896 · 1m 43s · 20 turns · 20 in / 5,312 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.