
Claude Skills by hyperb1iss
github.com/hyperb1issThis stub points at the version-matched workflow shipped by the installed CLI. **Load the compact contract at session start:** ```bash sibyl skill get contract ``` It carries the five agent verbs, small enums, and hard rules in about 1k tokens. Before the first write intent (`remember`, `correct`, or a task mutation), load the full version-matched pack: ```bash sibyl skill get core ``` Load packs whole. Never pipe `sibyl skill get` through `head`/`tail`: the flag contracts and enum tables sit...
Install the loader skill and print bundled markdown packs. `skill` manages the Sibyl skill stub that Claude Code, Codex, and other assistants load to learn the memory loop, and it prints version-matched markdown packs straight from the installed CLI bundle. Called with no subcommand, `skill` prints the canonical loader markdown to stdout. Pass `--install` to write it into your assistant skill roots instead.
This skill executes a structured pass over recent agent transcripts to learn what's working and what's hurting. The original audit (May 2026) examined ~30 days of Claude Code and Codex sessions to improve Sibyl itself — see `EXAMPLES.md` for the full reproducible run. The output is a synthesis report grounded in real session evidence, plus per-group findings files you can act on directly. ---
This stub points at the version-matched workflow shipped by the installed CLI. **Load the compact contract at session start:** ```bash sibyl skill get contract ``` It carries the five agent verbs, small enums, and hard rules in about 1k tokens. Before the first write intent (`remember`, `correct`, or a task mutation), load the full version-matched pack: ```bash sibyl skill get core ``` Load packs whole. Never pipe `sibyl skill get` through `head`/`tail`: the flag contracts and enum tables sit...