documentation-lookup
Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).
Content Preview
--- name: documentation-lookup description: Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma). origin: ECC --- # Documentation Lookup (Context7) When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools `resolve-library-id` and `query-docs`) instead of relying on training data. #
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/documentation-lookup.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/.agents/skills/documentation-lookup/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at .agents/skills/documentation-lookup/SKILL.md
Related Skills
documentation
Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing.
developmentdocumentation
by sickn33 (Antigravity) · antigravity-awesome-skills
Generating Database Documentation
This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines
skill-adaptergenerating database documentation
by jeremylongshore · plugins-plus-skills
doc-coauthoring
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
doc-coauthoringdoccoauthoring
by Anthropic · anthropic-official-skills
document-release
Post-ship documentation update. Reads all project docs, cross-references the
document-releasedocumentrelease
by Garry Tan (YC CEO) · garrytan-gstack