Skip to content

fix(SKILL.md): compress description to ≤1024 chars per Agent Skill spec#1

Merged
broomva merged 1 commit into
mainfrom
fix/compress-skill-description-1024-char-limit
May 18, 2026
Merged

fix(SKILL.md): compress description to ≤1024 chars per Agent Skill spec#1
broomva merged 1 commit into
mainfrom
fix/compress-skill-description-1024-char-limit

Conversation

@broomva
Copy link
Copy Markdown
Owner

@broomva broomva commented May 18, 2026

Summary

Compress SKILL.md description: to ≤1024 chars per the Anthropic Agent Skill frontmatter spec.

Why

Descriptions exceeding 1024 chars cause:

  • Codex CLI to hard-fail loading the skill (invalid description: exceeds maximum length of 1024 characters) — skill is silently skipped at session start.
  • Claude Code to load the skill but with bloated routing context on every prompt (description is read on every routing decision).

What

  • description: compressed (see PR diff for before/after char counts).
  • All trigger keywords + use-case enumeration preserved.
  • Body content unchanged — long-form detail already lives in the body sections.

Validation

  • YAML parses cleanly.
  • Char count verified ≤1024 with the spec parser before push.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

Warning

Rate limit exceeded

@broomva has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 34 minutes and 58 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9867a1d5-a6e8-4fee-a427-3b6b0210cb04

📥 Commits

Reviewing files that changed from the base of the PR and between 94a8fc7 and 31c71b2.

📒 Files selected for processing (1)
  • SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/compress-skill-description-1024-char-limit

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@broomva broomva merged commit 4c9bfd9 into main May 18, 2026
4 checks passed
@broomva broomva deleted the fix/compress-skill-description-1024-char-limit branch May 18, 2026 13:47
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