Context Hub skills
6 agent skills. skills-hub.ai mirrors 6 skills from Context Hub daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/andrewyng/context-hub
Installing a Context Hub skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Context Hub skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Context Hub skills via API
curl https://skills-hub.ai/api/v1/skills?source=context-hub
# Browse all sources
open https://skills-hub.ai/sourcesTop Context Hub skills
See all →The most-installed skills from Context Hub, ranked by adoption.
01integrate
Add Olakai monitoring to existing AI code — wrap your LLM client, configure custom KPIs, and validate the integration end-to-end
Buildfrom Context Hub02electronics-sourcing
Guide for AI agents to source electronic components using parts-mcp — tool sequencing, decision patterns, and multi-step workflows
Buildfrom Context Hub03get-api-docs
Use this skill to get documentation for third-party APIs, SDKs or libraries before writing code that uses them to ensure you have the latest, most accurate documentation. This is a better way to find documentation than doing web search. This includes when a user asks for tasks like "use the OpenAI API", "call the Stripe API", "use the Anthropic SDK", "query Pinecone", or any other time the user asks you to write code against an external service and you need current API reference. Fetch the docs with chub before answering, rather than relying on your pre-trained knowledge, which may be outdated because of recent changes to these APIs. Be sure to use this skill when the user asks for the latest docs, latest API behavior, or explicitly mentions chub or Context Hub. Ensure `chub` is available, run `chub --help`, then follow the instructions there.
Buildfrom Context Hub04new-project
Build a new AI agent with Olakai monitoring from scratch — project setup, SDK integration, KPI configuration, and end-to-end validation
Buildfrom Context Hub05login-flows
Common login automation patterns for web apps using Playwright
Buildfrom Context Hub06tavily-best-practices
Build production-ready Tavily integrations with best practices for web search, content extraction, crawling, and research in agentic workflows, RAG systems, and autonomous agents
Buildfrom Context Hub
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Aug 18, 2026, 5:14 PM (success).
Context Hub skills, frequently asked
What are Context Hub skills?
Context Hub skills are AI coding skills published by Context Hub (6 agent skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Context Hub skills are available?
skills-hub.ai indexes 6 skills from Context Hub, synced daily from the upstream GitHub repository (https://github.com/andrewyng/context-hub).
How do I install a Context Hub skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Context Hub skills?
Yes. Every skill from this source is mirrored from Context Hub's own GitHub repository (https://github.com/andrewyng/context-hub). Each skill page links back to the upstream source of truth, so you can verify the original.