Skip to content

Skill generator creates skills that breaks progressive disclosure patterns #47

@bopm

Description

@bopm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions