andrewyng/context-hub

Context Hub is a documentation and skill repository designed for coding agents to access curated, versioned API docs and learn from experience across sessions.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 1st, 2026
Created on October 30th, 2025
Open Issues & Pull Requests: 143 (+0)
GitHub issues: Enabled
Number of forks: 1,208
Total Stargazers: 13,963 (+0)
Total Subscribers: 87 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.1 days
Mean response time: 14.8 days
90th percentile: 35.1 days
Tracked items: 24

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 10% of issues opened in the past year have been closed. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 154 days
Stale 30+ days: 20
Stale 90+ days: 16

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (12)
  • bug (3)
  • invalid (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Context Hub is a documentation and skill repository designed for coding agents to access curated, versioned API docs and learn from experience across sessions.

Coding agents struggle with hallucinating APIs and losing context between tasks. Context Hub addresses this by maintaining a centralized, open-source repository of markdown-based documentation that agents can search, fetch, and annotate. Agents can retrieve specific API docs via the CLI, attach local notes to improve future performance, and provide feedback that flows back to documentation authors. This creates a self-improving loop where docs become more accurate and useful as agents and users vote on their quality.

The tool suits teams building AI coding agents that need reliable, up-to-date API documentation without token waste. It works best when you want agents to learn from their own mistakes and when you value transparency—all content is plain markdown you can inspect directly. The project is designed specifically for agent consumption rather than human reading, though humans can contribute and maintain the docs. If your agents are currently hallucinating API details or forgetting solutions between runs, this provides a structured way to ground them in versioned, community-maintained knowledge.

The project receives most of its issue reports from outside users rather than the core team, indicating a real user base encountering genuine problems. Responses to issues and pull requests typically arrive within one to two weeks. Work in the issue tracker centers on enhancements and bug fixes, reflecting active development focused on improving functionality and reliability.