communication-orchestrator
Installation
SKILL.md
Communication Orchestrator
This is the normal entry skill for users.
What to run
- Use
scripts/orchestrate.py.
Behavior
- If the target is one markdown file:
- Run the analysis skill on that file.
- If the target is one folder:
- Discover markdown files recursively.
- Skip
analysis/,repairs/,.git/,node_modules/, and__pycache__/. - Create missing per-file analysis artifacts automatically.
- Then run the summary skill on the folder.
Defaults
- Do not ask the user to choose file vs folder mode.
- Skip already analyzed files unless the caller explicitly passes
--force.