diff --git a/AGENTS.md b/AGENTS.md index c9f2177b5f..1c35594f1d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -51,6 +51,8 @@ Load these for detailed context on specific topics: | [e2e-coverage](.github/skills/e2e-coverage/SKILL.md) | Updating the E2E test coverage report when apps/skeletons change | | [ai-context](.github/skills/ai-context/SKILL.md) | Creating, updating, or maintaining AI documentation files | | [changelog](.github/skills/changelog/SKILL.md) | Writing, reviewing, or editing changelog entries for releases | +| [version-bump](.github/skills/version-bump/SKILL.md) | Bumping package versions for beta, RC, and official releases | +| [docs-gap](.github/skills/docs-gap/SKILL.md) | Analyzing release changes for missing user-facing documentation | ## Package Domains diff --git a/CLAUDE.md b/CLAUDE.md index bba95b20a1..bde4d4804d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -14,3 +14,5 @@ Load these for detailed context on specific topics: | [e2e-coverage](.github/skills/e2e-coverage/SKILL.md) | Updating the E2E test coverage report when apps/skeletons change | | [ai-context](.github/skills/ai-context/SKILL.md) | Creating, updating, or maintaining AI documentation files | | [changelog](.github/skills/changelog/SKILL.md) | Writing, reviewing, or editing changelog entries for releases | +| [version-bump](.github/skills/version-bump/SKILL.md) | Bumping package versions for beta, RC, and official releases | +| [docs-gap](.github/skills/docs-gap/SKILL.md) | Analyzing release changes for missing user-facing documentation |