What problem does it solve? Agent charters and history files accumulate duplicated boilerplate and repeated learnings over time, inflating per-agent context consumption. This Skill performs a team-wide optimization pass that audits, extracts, and trims that bloat into shared reusable skills. ## Core Features & Use Cases - Audit: Measures charter and history byte sizes and identifies boilerplate repeated across 3+ charters, shared domain knowledge, and mature learnings appearing 3+ times. - Extract: Creates or updates skills at .squad/skills/{skill-name}/SKILL.md with confidence levels (low, medium, high) based on observation frequency. - Trim: Reduces charters to a minimal template targeting ≤1.5KB and histories to ≤8KB, then reports before/after savings in a summary table. - Use Case: When a coordinator hears "team, reskill" or suspects charter bloat, run this pass to consolidate duplicated collaboration boilerplate into one shared skill and shrink every agent's context footprint. ## Quick Start Run a team-wide reskill pass to audit all agent charters and histories, extract shared patterns into skills, and report the context savings.