First public showcase of RoleCore — YAML-based role asset management for LLM agents.
Highlights
- 105 reference roles across 26 groups, all passing both gates
- Five-level lifecycle —
raw_imported → normalized → curated → official → archived, forward-only - Two gates — 10-item structural (
official) + 5-dimension LLM review (curated) - Three-axis fusion search — job × tech × specialty, with triad recommendation
- 39 pytest, all green
- Python 3.10+, single runtime dependency (PyYAML)
What ships
Core package, CLI, schema, 105 gold-tier roles, 39 tests, 5 docs, 2 example scripts. Apache-2.0 licensed.
What does not ship
Upstream importers (4 third-party sources integrated), the full 493-role dataset, the batch review pipeline, drift monitoring, and internal operations playbook remain in a private repository.
Install
pip install rolecoreor clone the repo and pip install -e .