feat: add reusable templates for Claude Code plugin marketplace repos - #1
Merged
Merged
Conversation
Three new workflow_call templates for repos hosting one or more Claude Code plugins (validate/version/release), extracted from ITlusions/ITL.Claude.PluginMarketplace's local pipeline: - _reusable-claude-plugin-validate.yml: claude plugin validate --strict on a given path (plugin dir or marketplace root) - _reusable-claude-plugin-version-tag.yml: subdirectory-scoped semver bump from conventional commits + claude plugin tag, for one plugin in a possibly multi-plugin repo (unlike _reusable-auto-tag.yml, which is repo-wide patch-only) - _reusable-claude-plugin-release.yml: idempotent GitHub Release publishing for one plugin, nested-calls _reusable-release-gh.yml Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
… release Lets a caller pipeline use a single 'publish' job (matching the ci/publish shape used elsewhere, e.g. ITL.Braincell.SDK's pipeline.yml) instead of two separate jobs for version-tag and release. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…inks Pre-existing broken links unrelated to the claude-plugin templates in this PR — docs/actions/python-publish.md pointed at ./reusable-python-*.md, but those files live in docs/workflows/, not docs/actions/. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Adds three
workflow_calltemplates for repos hosting Claude Code plugins, extracted from ITlusions/ITL.Claude.PluginMarketplace's local pipeline so other plugin-marketplace repos can reuse them centrally:_reusable-claude-plugin-validate.yml—claude plugin validate --stricton a given path_reusable-claude-plugin-version-tag.yml— subdirectory-scoped semver bump from conventional commits +claude plugin tag, for one plugin in a possibly multi-plugin repo_reusable-claude-plugin-release.yml— idempotent GitHub Release publishing per plugin, nested-calls_reusable-release-gh.ymlREADME + docs/README indexes updated, per-workflow docs added under
docs/workflows/.🤖 Generated with Claude Code