CtrlK
BlogDocsLog inGet started
Tessl Logo

reskill

Extracts procedural knowledge from agent charters into shared reusable skills to optimize context budget. Audits charters for step-by-step procedures and checklists, identifies duplicates across agents, and produces slimmed-down charters under 1.5KB. Use when agent charters are too large, consolidating duplicated procedures, or reducing token usage by converting inline instructions into shared skill references.

78

1.12x
Quality

67%

Does it follow best practices?

Impact

96%

1.12x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.squad/skills/reskill/SKILL.md
SKILL.md
Quality
Evals
Security

Objective: Optimize our context budget by extracting procedural knowledge from charters into shared skills.

Process (follow .squad/skills/reskill/SKILL.md):

  1. Each agent audits their charter — identify step-by-step procedures, checklists, and patterns that could be skills
  2. Share findings with the coordinator — identify duplicate/overlapping content across agents
  3. Extract to skills — move procedures to .squad/skills/{name}/SKILL.md, replace with references in charters
  4. Slim down — keep only identity, ownership, 3-5 core behavioral rules, and boundaries in charters
  5. Report metrics — show per-agent and aggregate savings (bytes before/after, skills created, tokens saved)

Target: Most charters should be <1.5KB after reskilling. Extract anything procedural (>3 lines of "how to do X").

Keep identity intact.

Run this now — full audit, extraction, and metrics report.

Repository
FritzAndFriends/BlazorWebFormsComponents
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.