Skip to content

feat: distribute since usage skill as a Claude Code plugin - #10

Merged
outofcoffee merged 3 commits into
mainfrom
worktree-since-skill
Aug 1, 2026
Merged

feat: distribute since usage skill as a Claude Code plugin#10
outofcoffee merged 3 commits into
mainfrom
worktree-since-skill

Conversation

@outofcoffee

@outofcoffee outofcoffee commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

Packages the since usage skill as an installable Claude Code plugin, distributed through this repo acting as its own plugin marketplace — rather than a repo-local .claude/skills entry that only applies when developing since itself.

What others get

/plugin marketplace add release-tools/since
/plugin install since@release-tools

This adds a since skill that teaches Claude how to perform releases, generate/update changelogs, work out the next semantic version, and scaffold since.yaml.

Changes

  • .claude-plugin/plugin.json — plugin manifest (the repo is the plugin).
  • .claude-plugin/marketplace.json — marketplace manifest listing the plugin with source: "./" (the repo is the marketplace).
  • skills/since/SKILL.md — the bundled skill; headline task is perform a release (since project release), plus since init, project changes/version, and the changelog subcommands.
  • .gitignore — anchor the since binary rule to /since so it no longer matches directories named since (e.g. skills/since/). Latent bug: the unanchored rule matched any path component named since.
  • README.md — new "Using since with Claude Code" install section.

Version-bump notes in the skill were verified against semver/versions.go and convcommits/commits.go (breaking → major, feat → minor, other types → patch).

Repackage the since usage skill as an installable Claude Code plugin,
served from this repo acting as its own plugin marketplace, instead of a
repo-local .claude/skills entry.

- Add .claude-plugin/plugin.json and .claude-plugin/marketplace.json so
  the repo is both the marketplace and the plugin.
- Move the skill to skills/since/SKILL.md (bundled by the plugin).
- Anchor the .gitignore rule for the since binary to the repo root so it
  no longer matches skill directories named "since".
- Document install via /plugin in the README.
@outofcoffee outofcoffee changed the title docs: add since agent skill feat: distribute since usage skill as a Claude Code plugin Aug 1, 2026
@outofcoffee outofcoffee self-assigned this Aug 1, 2026
@outofcoffee outofcoffee added the enhancement New feature or request label Aug 1, 2026
@outofcoffee
outofcoffee marked this pull request as ready for review August 1, 2026 20:13
@outofcoffee
outofcoffee merged commit 924e546 into main Aug 1, 2026
1 check passed
@outofcoffee
outofcoffee deleted the worktree-since-skill branch August 1, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant