# Communication Summary

> Condense a folder of existing communication analysis artifacts into one folder-level markdown and JSON summary. Use this when the user already has per-file analysis reports and wants recurring weaknesses, vocabulary patterns, strongest counterexamples, or weekly priorities surfaced across a folder.

- Skill: `rami-maalouf/communication-summary` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add rami-maalouf/communication-summary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rami-maalouf/communication-summary/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: rami-maalouf (https://skillmd.com/u/rami-maalouf)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rami-maalouf/communication-summary

---


# Communication Summary

This skill is folder-only. It reads existing analysis artifacts and writes one corpus summary for the folder.

## What to run
- Use `scripts/summarize_folder.py`.
- Input is the folder root.
- Output is:
- `analysis/index.md`
- `analysis/index.json`

## Rules
- This skill summarizes existing report artifacts.
- It should not regenerate missing per-file analysis. That is the orchestrator's job.
- The primary input is per-file JSON reports under `analysis/` directories throughout the folder tree.

## Summary focus
- recurring communication gaps
- recurring vocabulary pressure points
- strongest counterexamples
- weekly priorities
- file-by-file priority list

## References
- Read `references/summary-contract.md` only if you need the exact output expectations.


