rami-maalouf/ai-agents-config · Archived

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.

Installation

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

Summary

communication-summary Installation Command Prompt $ npx skills add https://github.com/rami-maalouf/ai-agents-config --skill communication-summary

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,144 B
  • docs SUMMARY.md 328 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

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.