Skip to content

SKILL.md: drop redundant "When to trigger" body section#20

Merged
UditAkhourii merged 1 commit into
mainfrom
fix/9-skill-restructure
Jun 4, 2026
Merged

SKILL.md: drop redundant "When to trigger" body section#20
UditAkhourii merged 1 commit into
mainfrom
fix/9-skill-restructure

Conversation

@UditAkhourii
Copy link
Copy Markdown
Owner

Summary

  • Removes the ## When to trigger (summary) section from skills/adhd/SKILL.md.
  • Trigger logic already lives in the YAML frontmatter description:, which is the only thing the dispatcher reads when deciding whether to invoke the skill. By the time the body is in context, the trigger decision has already been made — the body section was dead weight.
  • Body is now HOW-only (pre-flight, loop, frames, output shape, anti-patterns, calibration, cost).

Closes #9

Test plan

  • grep "When to trigger" skills/adhd/SKILL.md returns empty
  • Frontmatter description: still carries the trigger / skip phrasing (unchanged)
  • Skill still installs via npx skills add UditAkhourii/adhd and /adhd "..." still routes

Trigger logic already lives in the YAML frontmatter description, which
is the only part loaded when the dispatcher decides whether to invoke
the skill. By the time the body is in context the trigger decision has
already been made, so the body section was dead weight.

Closes #9
@UditAkhourii UditAkhourii merged commit 55ed385 into main Jun 4, 2026
4 checks passed
@UditAkhourii UditAkhourii deleted the fix/9-skill-restructure branch June 4, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Restructure SKILL.md: trigger logic only in description, body is HOW-only

1 participant