reskill

Audit team charters and histories to extract reusable patterns into skills.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Golnaz89/golnaz89.github.io --skill reskill-golnaz89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reskill
Source: https://github.com/Golnaz89/golnaz89.github.io/tree/main/.copilot/skills/reskill
Command: npx skills add https://github.com/Golnaz89/golnaz89.github.io --skill reskill-golnaz89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill enables a team to continuously optimize charters and histories by extracting recurring patterns into reusable skills, reducing context overhead and manual maintenance.

Core Features & Use Cases

  • Audit all agent charters and histories to identify boilerplate, shared knowledge, and mature learnings.
  • Extract recurring patterns into new or updated skills under .squad/skills/{skill-name}/SKILL.md, following the Skill template format.
  • Trim charters and histories to target guidelines and produce a concise, auditable report with recommended actions.

Quick Start

Run a reskill pass to audit all charters and histories and extract identified patterns into new skills under .squad/skills.

Frequently Asked Questions about reskill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract reusable patterns from team charters to reduce context overhead?

Extracting reusable patterns from team charters involves auditing existing charters and histories to identify recurring boilerplate, then consolidating those patterns into new skills under .squad/skills/ to reduce manual maintenance overhead.

What is the best way to streamline team charters and trim agent histories?

The best way to streamline team charters is to audit them for mature learnings and shared knowledge, extract those into reusable skills, and then trim the original charters to target guidelines for a concise, auditable structure.

How do I audit agent charters to identify boilerplate and shared knowledge?

Auditing agent charters to identify boilerplate requires a comprehensive review of team-wide histories to locate recurring patterns and shared knowledge, which are then extracted into structured SKILL.md files.

Can I update skill references automatically after extracting patterns from team histories?

Updating skill references after extracting patterns from team histories is part of the maintenance workflow, ensuring that trimmed charters point correctly to the newly created skills under .squad/skills/.

When do I need to optimize team charters by converting recurring patterns into skills?

You need to optimize team charters by converting recurring patterns into skills when context overhead grows too high, requiring the extraction of mature learnings into YAML frontmatter-driven SKILL.md files for continuous optimization.