claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

context-hub

context-hub — a Claude ecosystem project on GitHub.

// Claude Skills[ cli ][ api ][ web ][ claude ]#claude#skillsMIT$open-sourceupdated 15 days ago
Actively maintained
98/100
last commit about 1 month ago
last release 2 months ago
releases 1
open issues 19
// install
git clone https://github.com/andrewyng/context-hub

Context Hub

Coding agents hallucinate APIs and forget what they learn in a session. Context Hub gives them curated, versioned docs, plus the ability to get smarter with every task. All content is open and maintained as markdown in this repo — you can inspect exactly what your agent reads, and contribute back.

Quick Start

npm install -g @aisuite/chub
chub search openai                 # find what's available
chub get openai/chat --lang py     # fetch current docs (Python version) 

How It Works

Chub is designed for your coding agent to use (not for you to use!). You can prompt your agent to use it (e.g., "Use the CLI command chub to get the latest API documentation for calling OpenAI. Run 'chub help' to understand how it works.") Or by creating an agent skill to use Chub using SKILL.md, and ideally prompting your agent to remember to use this skill. (If you are using Claude Code, create the directory ~/.claude/skills/get-api-docs and put SKILL.md there.)

Most of the time, it's simple — search, fetch, use:

chub search "stripe payments"        # find relevant docs
chub get stripe/api --lang js        # fetch the doc
# Agent reads the doc, writes correct code. Done.

When the agent discovers a gap, it can annotate locally for next time:

chub annotate stripe/api "Needs raw body for webhook verification"

# Next session, chub get notes that an annotation exists. Pass --with-annotations
# to include it — annotations are treated as untrusted input by default.

Feedback flows back to authorschub feedback stripe/api up or down — vote the docs up or down so they can get better for everyone over time.

Content Types

Versioned, language-specific. "What to know."

chub get openai/chat --lang py       # Python variant
chub get openai/chat --lang js       # JavaScript variant

More content types than API documentation (such as agent skills) are on the roadmap.

Commands

CommandPurpose
chub search [query]Search docs and skills (no query = list all)
chub get <id> [--lang py|js]Fetch docs or skills by ID
chub annotate <id> <note>Attach a note to a doc or skill
chub annotate <id> --clearRemove annotations
chub annotate --listList all annotations
chub feedback <id> <up|down>Upvote or downvote a doc (sent to maintainers)

For the full list of commands, flags, and piping patterns, see the CLI Reference.

Self-Improving Agents

Context Hub is designed for a loop where agents get better over time.

Annotations are local notes that agents attach to docs. They persist across sessions and can be included on future fetches with --with-annotations — so agents can learn from past experience while treating prior notes as untrusted input. See Feedback and Annotations.

Feedback (up/down ratings with optional labels) goes to doc authors, who update the content based on what's working and what isn't. The docs get better for everyone — not just your local annotations.

  Without Context Hub                          With Context Hub
  ───────────────────                          ─────────────────
  Search the web                               Fetch curated docs
  Noisy results                                Higher chance of code working
  Code breaks                                  Agent notes any gaps/workarounds
  Effort in fixing                             ↗ Even smarter next session
  Knowledge forgotten
  ↻ Repeat next session

Key Features

Incremental Fetch

Docs can have multiple reference files beyond the main entry point. Fetch only what you need — no wasted tokens. Use --file to grab specific references, or --full for everything. See the CLI Reference.

Annotations & Feedback

Annotations are local notes that agents attach to docs — they persist across sessions and can be re-injected on future fetches with --with-annotations (off by default; the contents are treated as untrusted input). Feedback (up/down ratings) goes to doc authors to improve the content for everyone. See Feedback and Annotations.

Contributing

Anyone can contribute docs and skills — API providers, framework authors, and the community. Content is plain markdown with YAML frontmatter, submitted as pull requests. See the Content Guide for the format and structure.

Agent feedback (up/down ratings from real usage) flows back to authors, helping surface what needs fixing and improving overall quality over time.

License

MIT

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageJavaScript

// faq

What is context-hub?

context-hub is a Claude ecosystem project. It is open-source on GitHub.

Is context-hub free to use?

context-hub is open-source under the MIT license, so it is free to use.

What category does context-hub belong to?

context-hub is listed under devtools in the Claudeers registry of Claude-compatible tools.

0 views
13,762 stars
unclaimed
updated 15 days ago

// embed badge

context-hub on Claudeers
[![Claudeers](https://claudeers.com/api/badge/context-hub.svg)](https://claudeers.com/context-hub)

// retro hit counter

context-hub hit counter
[![Hits](https://claudeers.com/api/counter/context-hub.svg)](https://claudeers.com/context-hub)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell249,840MIT[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python159,495[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]

// built by

→ see how context-hub connects across the ecosystem