rami-maalouf/ai-agents-config · Archived

communication-orchestrator

Route a markdown file or a folder through the communication skill suite automatically.

Installation

$ npx skills add rami-maalouf/ai-agents-config --skill communication-orchestrator

Summary

  • Route a markdown file or a folder through the communication skill suite automatically.
  • Use this whenever the user points at a path and wants the system to figure out whether to run single-file communication analysis or folder-level communication summarization without making the user choose the flow manually.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from rami-maalouf/ai-agents-config · top by installs.

npx skills add rami-maalouf/ai-agents-config

Browse all from rami-maalouf/ai-agents-config

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,064 B
  • docs SUMMARY.md 343 B

History

  1. First recorded snapshot · 1 installs

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.

References

  • Read references/orchestrator-flow.md if you need the exact routing rules.