This repository hosts reusable agent skills for Codex workflows.
codex-multi-agent-protocol- canonical 5-role protocol package with Main (Director)/Auditor/Orchestrator/Coder/Operator schemas and test methodology (codex-multi-agent-protocol/SKILL.md).dep-roll- controlled dependency-upgrade workflow for pnpm, Poetry, Cargo, verification, and Dependabot alignment (dep-roll/SKILL.md).python-style- mandatory Python conventions for shared workspace virtualenv setup and Poetry workflow (python-style/SKILL.md).research- research/investigation workflow that reads existing materials, clarifies unknowns with the user, and makes evidence-backed recommendations with websearch (research/SKILL.md).rust-style- mandatory Rust conventions for scope, toolchain/workflow, safety, formatting, error handling, logging, and ownership (rust-style/SKILL.md).pre-commit- repository commit/push gate with repo-specific Makefile.toml task checks and workflow validation (pre-commit/SKILL.md).
To add or update a skill:
- Copy
_template/SKILL.template.mdinto your new skill folder as<skill-name>/SKILL.mdand replace placeholders. - Keep instructions concise, testable, and narrowly scoped.
- Update this
README.mdcatalog when new skills are added.
AGENTS.md- repository-specific operating instructions.<skill-name>/SKILL.md- required skill definition.