agents/skills/multi-agent-skill-creator/README.md
This directory contains the Multi-Agent Skill Creator skill.
It is designed to help engineers create structured, coordinated multi-agent workflows (skills) for complex, repeatable tasks (coding or non-coding).
It operates under a Cold Logic mandate: providing honest, data-driven, and objective guidance to design optimal workflows, including advising when a multi-agent approach is unnecessary.
To maintain the quality and consistency of this skill creator, it is equipped with its own validation infrastructure.
Any changes to this directory must satisfy the following criteria:
You can run the validation checks locally before committing changes:
python3 run_presubmit.py
This runs the checks defined in PRESUBMIT.py using a mock harness.