Skip to content

Commit db9d3b9

Browse files
jdevalkclaude
andcommitted
Drop .skill zip artifacts and release workflow
The .skill format is a Claude-specific construct. With `npx skills add` as the primary install path (supporting 20+ agents), the zip artifacts are redundant. Removed the release workflow that built them and cleaned up references in CONTRIBUTING, SUPPORT, and the PR template. Tagged releases with changelogs remain — they just no longer carry build artifacts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 18edec5 commit db9d3b9

4 files changed

Lines changed: 3 additions & 37 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Release Impact
1313

1414
- [ ] No release impact
15-
- [ ] Existing `.skill` package changes
15+
- [ ] Existing skill content changes
1616
- [ ] New or renamed skill directory
1717

1818
## Notes

.github/workflows/release.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ If you do not have those tools installed locally, rely on GitHub Actions for fin
4848

4949
## Releases
5050

51-
Releases are built from this repository's workflow configuration and publish `.skill` archives for each top-level skill directory. Do not rename skill directories casually because release filenames and validation assume stable names.
51+
Releases are tagged from `main` and documented with changelogs. Skills are distributed via `npx skills add jdevalk/skills` — no build artifacts. Do not rename skill directories casually because the skills CLI, `versions.json`, and validation assume stable names.

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use GitHub issues for questions about:
77
- choosing the right skill
88
- improving wording or examples
99
- missing documentation
10-
- packaging or installation problems with published `.skill` files
10+
- installation problems via `npx skills add`
1111

1212
## Bugs
1313

0 commit comments

Comments
 (0)