Claude-skill-registry context7-docs
Fetches up-to-date documentation for technologies used in the Personal AI Employee project via Context7 MCP server. Use when you need current API documentation, library references, code examples, or implementation guidance for any technology in the stack.
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-docs-maneeshanif-ai-employee-hackatho" ~/.claude/skills/majiayu000-claude-skill-registry-context7-docs && rm -rf "$T"
manifest:
skills/data/context7-docs-maneeshanif-ai-employee-hackatho/SKILL.mdsource content
Context7 Documentation Skill
This skill provides access to up-to-date documentation for all technologies used in the Personal AI Employee project through the Context7 MCP server.
Supported Technologies
Core Stack
| Technology | Context7 Library ID | Purpose |
|---|---|---|
| Python | | Core language |
| Claude Code | | AI reasoning engine |
| Anthropic SDK | | Claude API integration |
Automation & Monitoring
| Technology | Context7 Library ID | Purpose |
|---|---|---|
| Playwright | | Browser automation (WhatsApp) |
| Watchdog | | Filesystem monitoring |
| PM2 | | Process management |
APIs & Integrations
| Technology | Context7 Library ID | Purpose |
|---|---|---|
| Gmail API | | Email integration |
| Google Auth | | OAuth authentication |
Data & Utilities
| Technology | Context7 Library ID | Purpose |
|---|---|---|
| PyYAML | | YAML parsing (frontmatter) |
| Requests | | HTTP requests |
| Python-dotenv | | Environment variables |
MCP & Agent Framework
| Technology | Context7 Library ID | Purpose |
|---|---|---|
| MCP SDK | | MCP server development |
| FastMCP | | Quick MCP servers |
Usage
Via MCP Tool Call
When you need documentation, use the Context7 MCP tools:
1. resolve-library-id - Find the correct library ID 2. get-library-docs - Fetch documentation for a library
Quick Reference
# Example: Get Playwright docs for browser automation context7_resolve "playwright python" context7_docs "/microsoft/playwright-python" --topic "browser automation"
Documentation Cache
Fetched documentation is cached in:
/Vault/Docs/ ├── python/ ├── playwright/ ├── gmail-api/ └── mcp/
Reference
For detailed usage patterns, see reference.md
For examples, see examples.md