Context compiler
Idk about you guys but I have about 100 projects each with its own tangled mass of AGENTS.md, CLAUDE.md, skills files and plain documents.
I love plain documents, cause they’re simple, invoked manually, live in a normal folder, and are human first. Skills are more discoverable though which is sometimes essential.
sometimes you also need specific local only context that doesn’t get committed.
More and more I’m feeling that the context is the valuable artefact, and that it needs to be compiled.
I’ve realised what I need is a context.yaml in the root of the project, which points at AGENTS.md blocks, local and remote, docs that need to be exposed as skills, etc.
if you work with the team, you can gitignore the output files and everyone can work with the entry points and tools of their choice.
any thoughts on this? I built a tool and wondering if it’s worth open sourcing.