-
-
Notifications
You must be signed in to change notification settings - Fork 33k
ctx #2112
Description
Title: Potential Synergy Between ECC and ctx
Hi,
First of all, great work on ECC. I've been exploring the project and particularly like the focus on improving development workflows through structured context and tooling.
I've been working on a related open-source project called ctx:
https://github.com/stevesolun/ctx
The core idea behind ctx is slightly different. Instead of adding more skills, agents, MCPs, and harnesses into the development environment, it focuses on recommending the minimal subset that should be loaded for a specific development window or task.
One observation I've seen repeatedly is that many developers accumulate large collections of skills, agents, MCPs, and tools, which eventually leads to context bloat and reduced effectiveness. ctx attempts to address that by monitoring the repository, understanding the current task context, and recommending what should be loaded (and sometimes unloaded).
While exploring ECC, I started wondering whether there could be interesting overlap between the projects:
ECC helping organize and manage context resources.
ctx helping decide which resources are actually relevant at a given moment.
Potential interoperability around skills, agents, MCPs, harnesses, or repository-aware recommendations.
Shared metadata or knowledge graph structures.
I'm not sure whether this aligns with your roadmap, but I thought it might be worth discussing.
Would be interested in hearing your thoughts on possible integration points or collaboration opportunities.
Thanks for building ECC and looking forward to your feedback.