Agent skill
context7-intake
Use when Codex needs curated documentation context or outlines from the Context7 MCP server.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/context7-intake
SKILL.md
Context7 Intake
Purpose
Route documentation and background research tasks to the Context7 hosted MCP server so Codex can retrieve multi-level summaries without overloading the context window.
Setup Checklist
- Confirm
CONTEXT7_ENDPOINTandCONTEXT7_API_KEYare available plus optionalCONTEXT7_COLLECTIONS. - Update
servers/context7/config.jsonwhen you add or remove collections so the metadata stays accurate. - For large collections, request an outline first before pulling full passages.
Workflow
- Define the brief – specify what context is needed (e.g., “architecture overview for Scheduler service between 2022-2023”).
- Search – call the Context7
searchtool with filters (collection, tags). If no hit, broaden keywords or switch collections. - Summarize – use the server’s outline/summary tools, then refine by requesting the exact sections.
- Cite – capture the provided citation metadata when transferring insight into other skills or docs.
Notes
- Context7 enforces concurrency quotas—queue multiple queries sequentially.
- When multiple results are returned, prefer outlines first, then fetch full passages for the top 2 hits.
- Store curated snippets in
docs/context/if they should be re-used later.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?