Files
Bohan-J 10b39070b7 refactor(skills): trim 8 built-in skill descriptions to trigger + boundary (MUL-5546)
Every runtime CLI scans SKILL.md frontmatter and renders each description into
its own always-loaded skill listing, so those 3,465 characters are paid on every
run. Most of them did no work: each description carried a "Covers A, B, C..."
content inventory that contributes nothing to routing, since the agent reads the
body anyway once it opens the skill.

Keep the trigger sentence and the reverse boundaries, drop the inventory:
3,465 -> 1,353 chars (-61%), roughly 866 -> 338 tokens.

Also tighten maxDescriptionChars from 1024 to 300. The 927-char description grew
because the old cap never pushed back; trimming the text without moving the gate
fixes the symptom, not the system.

Co-authored-by: multica-agent <github@multica.ai>
2026-07-30 17:14:08 +08:00
..