.squad/templates/skills/reskill/SKILL.md
Team-wide charter and history optimization through skill extraction
npx skillsauth add cwoodruff/morespeakers-com reskillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When the coordinator hears "team, reskill" (or similar: "optimize context", "slim down charters"), trigger a team-wide optimization pass. The goal: reduce per-agent context consumption by extracting shared patterns from charters and histories into reusable skills.
This is a periodic maintenance activity. Run whenever charter/history bloat is suspected.
Read all agent charters and histories. Measure byte sizes. Identify:
For each identified pattern:
.squad/skills/{skill-name}/SKILL.mdCharters — target ≤1.5KB per agent:
Preferred: {model}Histories — target ≤8KB per agent:
## Core Context sectionOutput a savings table:
| Agent | Charter Before | Charter After | History Before | History After | Saved | |-------|---------------|---------------|----------------|---------------|-------|
Include totals and percentage reduction.
# {Name} — {Role}
> {Tagline — one sentence capturing voice and philosophy}
## Identity
- **Name:** {Name}
- **Role:** {Role}
- **Expertise:** {comma-separated list}
## What I Own
- {bullet list of owned artifacts/domains}
## How I Work
- {unique patterns and principles — NOT boilerplate}
## Boundaries
**I handle:** {domain list}
**I don't handle:** {explicit exclusions}
## Model
Preferred: {model}
.squad/decisions.md during reskilltools
Cross-platform path handling and command patterns
development
Update tests when changing APIs — no exceptions
development
Core conventions and patterns used in the Squad codebase
tools
Find and resume interrupted Copilot CLI sessions using session_store queries