Skip to content

fix: condense rust skill description to fix silent discovery failure#11

Merged
raiderrobert merged 1 commit into
mainfrom
fix/rust-skill-description-limit
Feb 28, 2026
Merged

fix: condense rust skill description to fix silent discovery failure#11
raiderrobert merged 1 commit into
mainfrom
fix/rust-skill-description-limit

Conversation

@raiderrobert

Copy link
Copy Markdown
Owner

Summary

  • Condenses the flow:rust skill description from 1303 chars (19 multi-line YAML lines) to 443 chars (single line)
  • Fixes silent discovery failure: the skill was dropped from session startup because it exceeded the 1024-char hard limit
  • All detailed keyword routing is already in the SKILL.md body — the description just needs enough triggers for discovery

Test plan

  • Start a new Claude Code session in a Rust project and verify flow:rust appears in the available skills list
  • Verify the skill still triggers on Rust-related keywords

The description field was 1303 characters across 19 multi-line YAML
lines, exceeding the 1024-char hard limit. This caused the skill to be
silently dropped from session discovery while sibling skills from the
same plugin loaded fine. Manual invocation via /flow:rust still worked.

Condensed to 443 chars on a single line. The detailed keyword routing
tables are already in the SKILL.md body where they belong.
@raiderrobert raiderrobert merged commit ecc3fb1 into main Feb 28, 2026
2 checks passed
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.

1 participant