Documentation
README
Autocontext: Creating Knowledge
Overview
Autocontext runs an improvement loop over a task and writes what it learned to
disk. This skill covers producing that knowledge. To read knowledge that
already exists, use autocontext-consumer instead.
Nothing here assumes a particular agent host. The only requirement is that you
can run autoctx and read its output.
When to Use
- You have a task and want Autocontext to improve an approach to it over several generations.
- You have one output and one rubric, and want it scored or improved without a full loop.
- You want to see what a finished run produced.
Do not use this skill to look up existing knowledge. That is autocontext-consumer.
Always Pass --json When Parsing
This is the opening of the README. Read the full README on GitHub.