reskill

Extract recurring patterns from team charters and histories into reusable skills.

413|64|Updated Feb 7, 2023
One-click install
npx skills add https://github.com/christianhelle/refitter --skill reskill-christianhelle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reskill
Source: https://github.com/christianhelle/refitter/tree/main/.copilot/skills/reskill
Command: npx skills add https://github.com/christianhelle/refitter --skill reskill-christianhelle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces per-agent context overhead by identifying recurring patterns in team charters and histories and turning them into reusable skills that can be shared across the team.

Core Features & Use Cases

  • Audit all agent charters and histories to identify boilerplate, shared knowledge, and patterns that merit skills.
  • Extract identified patterns into new or updated skills at .squad/skills/{skill-name}/SKILL.md, following the skill template and assigning a confidence level.
  • Trim charters and histories to target sizes while preserving identity, ownership, and unique patterns, and prepare a team-wide report.

Quick Start

Audit all team charters and histories to identify recurring patterns and promote them to reusable 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 and histories to reduce agent context overhead?

To extract reusable patterns from team charters, audit existing agent charters and histories to identify boilerplate and shared knowledge, then encode these patterns into new skills under .squad/skills/.

What is skill extraction from agent charters and how does it optimize team performance?

Skill extraction from agent charters is the process of identifying recurring patterns and shared knowledge, then grouping them into reusable skills to reduce per-agent context overhead and optimize team performance.

How do I trim team charters and histories while preserving unique patterns and ownership?

Trim team charters and histories to target sizes by auditing for boilerplate and extracting recurring patterns into reusable skills, ensuring you preserve identity, ownership, and unique patterns during the reduction.

Can I audit multiple agent histories and group shared boilerplate into a single skill?

Yes, you can audit multiple agent histories and group shared boilerplate, knowledge, and learnings into a single reusable skill by encoding it under .squad/skills/{skill-name}/SKILL.md with a structured guidance body.

What format should newly extracted skills follow when encoding patterns from team charters?

Newly extracted skills must follow a specific format at .squad/skills/{skill-name}/SKILL.md, including a frontmatter with name and description, followed by a structured guidance body.

Does skill extraction from team charters require any external dependencies or components?

No, skill extraction from team charters requires no external dependencies or components, relying solely on auditing existing charters and histories to identify and encode recurring patterns into skills.