Skip to content

No length cap on a synced skill's name/description #1223

Description

@sahrizvi

Deferred from the v0.10.0 release review.

A synced bundle is bounded by MAX_TOTAL_BYTES (32MB) and MAX_TOTAL_FILES (2000), but no limit applies to a single SKILL.md frontmatter field. A name or description can be arbitrarily large within that budget.

Both fields are echoed into the system prompt (Skill.fmt) and into the Skill tool's description, on every turn — so one oversized field inflates every request for the life of the session.

Not fixed in the release PR because the cap has to be chosen against real skill sizes: too tight and it silently truncates legitimate descriptions, which is its own failure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions