From ark-ai-mcp
Look up library and framework documentation via Context7 MCP. Use for: 'how do I use React hooks', 'FastAPI middleware docs', 'pandas merge examples', 'Next.js app router API reference'. No auth required.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ark-ai-mcp:mcp-context7This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Context7 vs DeepWiki: Use Context7 for API docs, code examples, and "how do I use X?" questions. Use DeepWiki for architecture, internals, and "how does X work under the hood?" questions.
Find the Context7 library ID for the library you need:
mcporter call 'context7.resolve-library-id(query: "how to use React hooks", libraryName: "react")' --output json
Returns matching libraries ranked by relevance. Pick the libraryId from the best match (format: /org/project).
Skip this step if you already know the library ID from the list below.
| Library | ID | Library | ID |
|---|---|---|---|
| React | /facebook/react | Next.js | /vercel/next.js |
| TypeScript | /microsoft/TypeScript | Tailwind CSS | /tailwindlabs/tailwindcss |
| Node.js | /nodejs/node | Express | /expressjs/express |
| Vue | /vuejs/vue | Svelte | /sveltejs/svelte |
| Angular | /angular/angular | Remix | /remix-run/remix |
| Python (pandas) | /pandas-dev/pandas | scikit-learn | /scikit-learn/scikit-learn |
| Flask | /pallets/flask | Django | /django/django |
| FastAPI | /tiangolo/fastapi | SQLAlchemy | /sqlalchemy/sqlalchemy |
| LangChain | /langchain-ai/langchain | Anthropic SDK | /anthropics/anthropic-sdk-python |
| Rust | /rust-lang/rust | Go | /golang/go |
| PostgreSQL | /postgres/postgres | Redis | /redis/redis |
| Docker | /docker/docs | Kubernetes | /kubernetes/kubernetes |
mcporter call 'context7.query-docs(libraryId: "/vercel/next.js", query: "how to set up middleware for authentication")' --output json
Response includes: libraryId, title, description, codeSnippetCount, and the documentation content.
# React hooks (known ID — skip resolve step)
mcporter call 'context7.query-docs(libraryId: "/facebook/react", query: "useEffect cleanup patterns")' --output json
# Next.js routing (known ID)
mcporter call 'context7.query-docs(libraryId: "/vercel/next.js", query: "app router dynamic routes with params")' --output json
# Python library (known ID)
mcporter call 'context7.query-docs(libraryId: "/pandas-dev/pandas", query: "merge dataframes on multiple columns")' --output json
# Unknown library — resolve first
mcporter call 'context7.resolve-library-id(query: "Prisma ORM", libraryName: "prisma")' --output json
mcporter call 'context7.query-docs(libraryId: "/prisma/prisma", query: "define relations between models")' --output json
- **Skip resolve** for libraries in the common IDs table above — go directly to `query-docs`.
- Do not call either tool more than 3 times per question. Use the best result you have.
- No authentication required — this server works out of the box.
- **Write queries as questions**, not keywords. "How do I handle form validation in React?" works better than "React form validation".
- Include use case context in your query for better results: "useEffect with async fetch and cleanup" > "useEffect".
- If resolve returns no results, try a different `libraryName` or a more descriptive `query`.
- Use `--output json` to parse results programmatically.
npx claudepluginhub helloworldsungin/ark-ai-mcp --plugin ark-ai-mcpGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Runs a structured interview session to sharpen plans or designs, producing ADRs and a glossary as output.
Applies curated color/font themes to slides, docs, and HTML artifacts. Includes 10 preset themes and can generate custom themes on demand.