reskill

Audit agent charters and histories to create reusable skills under .squad/skills.

Updated Nov 11, 2025
One-click install
npx skills add https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator --skill reskill-acmeleme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reskill
Source: https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator/tree/main/.squad/templates/skills/reskill
Command: npx skills add https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator --skill reskill-acmeleme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies boilerplate patterns and recurring knowledge within agent charters and histories and converts them into reusable, shareable skills to reduce per-agent context overhead and improve consistency across the team.

Core Features & Use Cases

  • Audit charters and histories to locate boilerplate, shared knowledge, and actionable patterns.
  • Promote identified patterns into skills stored under .squad/skills/{skill-name}/SKILL.md with a consistent template.
  • Trim charters and histories to maintain essential context while meeting size targets, enabling scalable team operations.

Quick Start

Audit all agent charters and histories to identify recurring patterns and promote them into new skills under .squad/skills, then trim inputs to preserve core context.

Frequently Asked Questions about reskill

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

FAQPage Schema
How do I reduce context overhead from boilerplate in agent charters?

To reduce context overhead from boilerplate in agent charters, you can identify recurring patterns and promote them into reusable skills stored under .squad/skills. This standardizes knowledge across the team and trims input documents to essential context.

What is the best way to extract reusable skills from agent histories?

The best way to extract reusable skills from agent histories is to audit the histories for recurring actionable patterns and shared knowledge, then convert them into new skills using a consistent template at .squad/skills/{skill-name}/SKILL.md.

Can I standardize team knowledge across multiple agent charters?

Yes, you can standardize team knowledge across multiple agent charters by auditing them for shared patterns, promoting those patterns into standardized skills, and then trimming the original charters to maintain only essential context.

How do I trim agent charters to meet target size limits?

You can trim agent charters to meet target size limits by first extracting recurring boilerplate and shared knowledge into reusable skills, then removing that redundant content from the input documents while preserving core context.

What does skill extraction from team charters actually do to my existing files?

Skill extraction from team charters audits your existing files for recurring patterns, creates or updates skill definitions in .squad/skills, and trims the original input documents to reduce context overhead while maintaining essential operational knowledge.

When should I avoid extracting shared patterns into separate skills?

You should avoid extracting shared patterns into separate skills if your agent charters do not contain recurring boilerplate or if trimming input documents would remove context critical to unique agent operations rather than redundant shared knowledge.