Skip to content

Fix Codex root skill description overflow#312

Closed
ziyangliu-666 wants to merge 1 commit intogarrytan:mainfrom
ziyangliu-666:fix-codex-skill-description-limit
Closed

Fix Codex root skill description overflow#312
ziyangliu-666 wants to merge 1 commit intogarrytan:mainfrom
ziyangliu-666:fix-codex-skill-description-limit

Conversation

@ziyangliu-666
Copy link

@ziyangliu-666 ziyangliu-666 commented Mar 22, 2026

Summary

  • keep the root gstack frontmatter description short enough for Codex to load
  • move the detailed skill routing and proactive suggestion policy into the body
  • add generator and test coverage so Codex skill descriptions cannot exceed the loader limit again

Closes #263

Original Codex error before this fix:

Original Codex SKILL.md loading error before the fix

Testing

  • bun test test/skill-validation.test.ts
  • bun run gen:skill-docs --dry-run
  • bun run gen:skill-docs --host codex --dry-run

@garrytan
Copy link
Owner

Superseded — merged as part of Wave 2 Codex Compatibility (#346).

@garrytan garrytan closed this Mar 23, 2026
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.

# Bug: SKILL.md description exceeds Codex's 1024 character limit

2 participants