-
-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
AI Policy
- I agree to follow this project's AI Policy, or I agree that AI was not used while creating this issue.
Versions
does not matter, recent HEAD
Operating system
does not matter
Current Behavior
On skill generation, all information is being dumped into SKILL.md itself, which leads to the breaking of Progressive disclosure patterns and fast consumption of context by resulting skill.
Instead of that, the generated skill should contain multiple separate reference files for specific frameworks in the group, and follow other best practices from Skill authoring best practices.
Reproduction
Add multiple ash frameworks into the project, add usage_rules, and configure it for skill generation. Generate skill and look at wc -l for generated file. It'll be closer to 3k+ lines, completely clogging the context of any session.
Expected Behavior
Skills should stay under 500 lines, details should go to references, and references should contain a table of contents.