chore: agent skills layout and hookdeck-cli-release skill#272
Merged
Conversation
- Add skills/hookdeck-cli-release with checklist, SemVer checks, CI gates, gh release create flow (temp notes file), and contributor policy - Symlink .cursor/skills and .claude/skills to repo-root skills/ - Add CLAUDE.md (stop ignoring); point agents to AGENTS.md and skills/ - Document agent skills layout in AGENTS.md; link from README Releasing - Remove CLAUDE.md from .gitignore so it ships with the repo Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds in-repo Agent Skills for maintainers and coding agents (Cursor, Claude Code): a single
skills/tree, symlinks from.cursor/skillsand.claude/skills, and a hookdeck-cli-release skill for cutting releases withgh release create, SemVer checks, CI gates, and release-note conventions.Changes
skills/hookdeck-cli-release/—SKILL.md+references/release-notes-template.md.cursor/skills→../skills,.claude/skills→../skillsCLAUDE.md— readAGENTS.mdfirst; workflows underskills/AGENTS.md— Agent skills section (paths, Windows symlink note, release pointer)README.md— link under Releasing to the release skill.gitignore— stop ignoringCLAUDE.mdso it can be committedNot included
Unrelated local changes (
package-lock.json, issue-auto-implement assess lockfile,.plans/diff-*) were left unstaged.Made with Cursor