Commit Graph

9 Commits

Author SHA1 Message Date
Donald Pinckney 77def86795 Handle missing tag during skill sync (#230) 2026-05-15 18:23:25 -04:00
Donald Pinckney 62957d1e56 Fix permission for "reading" changelogs (#95) 2026-04-20 10:36:44 -04:00
Donald Pinckney 73fc5f0259 Improve syncing PR changelogs: include changelog from previous versions that were unmerged (#93) 2026-04-20 09:28:44 -04:00
Donald Pinckney 127d400c67 merge into 1 workflow (#92) 2026-04-17 21:45:08 -04:00
Donald Pinckney b4fe783d42 Change to use the app tokens, so hopefully the sync workflow gets triggered correctly. (#89) 2026-04-17 17:22:11 -04:00
Donald Pinckney 418cbd7861 Improved Syncing UX: Changelogs + Step Summaries (#83)
* Add changelog to syncing PRs.

* Add step summary to syncing job

* Also *edit* PR bodies with changelogs
2026-04-17 10:30:42 -04:00
Donald Pinckney c92f5ecae7 Update to latest versions of actions, to address deprecation warnings (#82) 2026-04-17 10:25:14 -04:00
Donald Pinckney f4926d58f6 Add skill to plugin syncing workflow (#78)
* Add skill to plugin syncing workflow

* Fix Semgrep report
2026-04-17 10:12:21 -04:00
Mason Egger e4afb09941 Add packaging workflow to release a public version and support Claude.ai uploads
The skill works great as a Claude Code plugin where SKILL.md and references are auto-discovered, butusers may want to upload it to Claude.ai projects instead.
You currently do this by uploaded a .zip file to your Claude.ai UI.

This adds a GitHub Actions workflow that packages the skill and references into a ZIP on every push to main, and creates a GitHub Release when the version in SKILL.md increases.
Users can grab the ZIP from the release and upload it directly to a Claude.ai project without needing to clone the repo.
2026-03-25 14:09:37 -05:00