Curated skill library for Codex-style agents.
Each skill lives in its own folder and should include:
SKILL.mdas the skill entrypointREADME.mdwith usage guidance- Optional
assets/,references/, andscripts/folders
multi-brain- Two-level shared memory and handoff system for multi-agent workflows
enowX Skill/
├── README.md
└── multi-brain/
├── README.md
├── SKILL.md
├── assets/
└── references/
Browse into a skill folder to review its README.md and SKILL.md.
When publishing new skills to this library:
- Keep each skill self-contained
- Add a dedicated
README.mdper skill - Prefer English for reusable public documentation