Claude-skill-registry context7-intake
Use when Codex needs curated documentation context or outlines from the Context7 MCP server.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/context7-intake" ~/.claude/skills/majiayu000-claude-skill-registry-context7-intake && rm -rf "$T"
manifest:
skills/data/context7-intake/SKILL.mdsource content
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
andCONTEXT7_ENDPOINT
are available plus optionalCONTEXT7_API_KEY
.CONTEXT7_COLLECTIONS - Update
when you add or remove collections so the metadata stays accurate.servers/context7/config.json - 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
tool with filters (collection, tags). If no hit, broaden keywords or switch collections.search - 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
if they should be re-used later.docs/context/