This bundle contains three agent skills:
ziptalk— Primary daily-use skill. Compresses conversations for rapid scanning and lower cognitive load using PonyTail organization, Llanito-inspired bilingual lexical selection, CaveMan compression, and a condensed CaveMan TL;DR.unziptalk— Expands compressed text into professional, compact prose in the default or requested language.repacktalk— Extracts, deduplicates, reorganizes, compresses, and regenerates conversations or documents.
The intended daily workflow:
- ZipTalk a thread → brutal internal digest with stable IDs (
D/A/Q/⚠): decisions, actions, open loops, and flags (contradictions, loose ends, phrases that don't compile), each flag backed by a verbatim quote. - Comment against the IDs in compressed form (
A2: done,⚠1: ignore). Comments are authoritative. - RepackTalk the annotated digest → polished output for a stated audience. Flags never leak into external output; they convert to neutral clarifying questions or get reported back.
The digest is internal-only by design. Diplomacy happens exclusively in the Repack step.
Use ziptalk as the default skill for day-to-day communication review.
Use unziptalk when compressed content must become polished prose.
Use repacktalk for larger transformations such as converting chat threads into summaries, emails, minutes, documentation, or reports.
skills/
├── repacktalk/
│ └── SKILL.md
├── unziptalk/
│ └── SKILL.md
└── ziptalk/
└── SKILL.md
Copy the desired skill directory into your agent's local skills directory.
repacktalk is the umbrella skill and includes the behavior of ZipTalk and UnZip.