Skills library
core-agent ships three Claude-Skills–shaped bundles in
SKILLS/
at the repo root. They teach an agent how to configure and embed
core-agent itself — the meta-use case is that core-agent can use
them to help a user set up another core-agent.
cli-setupWalks a user through configuring core-agent for interactive (TUI / REPL) use. Provider → AGENTS.md → skills → tools → permission posture.
autonomous-setupWalks through unattended single-agent or multi-agent setup — budgets, lifecycle tool, durable session, headless permission posture.
library-embeddingWalks a Go developer through agent.New + the seven extension points. Includes worked examples for prompter, tools, provider, remote spawner.