Discover and explore top open-source AI tools and projects—updated daily.
stevesolunReal-time skill and agent recommendation engine for LLM development
Top 76.1% on SourcePulse
Summary
stevesolun/ctx is a real-time recommendation engine for Claude Code, addressing the discovery and management of its extensive skill/agent ecosystem. It intelligently suggests relevant tools on the fly, optimizes context budgets, and mitigates "skill rot" by flagging unused components. The core benefit is enhanced developer productivity and more efficient LLM interactions via dynamic tool selection.
How It Works
The engine monitors code development, traversing a knowledge graph of 1,700+ skills, 400+ agents, and 10,000+ MCP servers (13,041 nodes, 847K edges). This blended graph integrates semantic, tag, and slug-token data. ctx hooks into Claude Code events, recommending and installing appropriate tool bundles based on current context. Its persistent LLM wiki memory learns across sessions, ensuring optimal tool access without token waste.
Quick Start & Requirements
pip install claude-ctxctx-init --hooks for one-shot directory/hook setup.pip install "claude-ctx[embeddings]" (semantic backend), pip install "claude-ctx[dev]" (test toolchain).graph/wiki-graph.tar.gz from GitHub releases; extract to ~/.claude/skill-wiki/ using tar xzf graph/wiki-graph.tar.gz -C ~/.claude/skill-wiki/ (use --force-local on Windows/Git-Bash).Highlighted Details
ctx-monitor serve offers an interactive UI for skill management, graph visualization, LLM wiki browsing, and session activity monitoring.Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or project roadmap were present in the provided README excerpt.
Licensing & Compatibility
Released under the MIT License, which is permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
The provided README excerpt does not detail specific limitations, known bugs, or alpha/beta status, focusing instead on the problem domain and solution capabilities.
1 day ago
Inactive