Protostar
Live, continuous refinement of agent skills — the opposite of the "install a versioned plugin" model. Skills are treated as evolving organisms, not packages: you use them, they sync to a registry, an engine refines and merges them, and improvements are offered back to you inside your harness, without the friction of version-control deploys.
The loop: use → sync → refine → suggest → adopt → use.
Documentation map
Protostar is built as a set of components, each developed in its own repository with its docs living next to the code. This site lifts those docs into one place:
- CLI — the
protostarcommand-line tool: a self-contained binary you can run without installing the .NET runtime. This is what you install and run on your own machine. - Registry — the service the CLI syncs to: identity, the versioned API, and (as the loop fills in) the home of the refinement engine. Aimed at people who run, operate, or develop the service.
More components will appear here as they land. Each one keeps its docs in its own repo; this hub aggregates them at build time.
How this site is organized
- The Overview section (these pages) covers project-wide concepts that do not belong to any single component.
- Each component has its own top-level section, sourced directly from that component's repository. Use the navbar to jump between them.