-
Notifications
You must be signed in to change notification settings - Fork 2
reference
Nik Anand edited this page May 24, 2026
·
1 revision
Look-up material for skills-registry. Use this section when you already know what you want and just need the exact knob, flag, or list.
- Configuration — environment variables, config file format, XDG paths, resolution order.
-
Agents catalogue — the 56-entry dot-folder table consumed by the wizard's multi-select and the
add/syncflows. - Dependencies — Python runtime, Go runtime, dev tooling, website stack, and the rationale for keeping the runtime surface tiny.
- API contracts for the three MCP tools and the seven Go subcommands are in ../api/.
- Per-component deep dives are in ../systems/.
- Security model is on its own page at ../security.md.
- Release / deployment pipeline is at ../deployment.md.
- Architectural rationale (why two upload paths, why a Go CLI when the server is Python) is in ../background/design-decisions.md.