Add Claude Code support via .claude-plugin manifests#13
Open
vmlepaulino wants to merge 1 commit into
Open
Conversation
Make the lean and speckit plugins installable in Claude Code alongside the existing GitHub Copilot support, without changing any skill content. - Add root .claude-plugin/marketplace.json (port of .github/plugin/marketplace.json) - Add .claude-plugin/plugin.json for the lean and speckit plugins - Document the Claude Code install path in the README Purely additive; the Copilot (.github/plugin) and VS Code paths are unchanged. The existing skills/ directories are auto-discovered by Claude Code. Closes Azure-Samples#12 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@vmlepaulino please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Author
|
@microsoft-github-policy-service agree |
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
Makes the
leanandspeckitplugins installable in Claude Code alongside the existing GitHub Copilot support, without changing any skill content. TheSKILL.mdfiles are already in the portable format Claude Code reads natively — the only gap was the manifest location (Claude Code uses.claude-plugin/, this repo uses the Copilot convention.github/plugin/).Resolves #12.
Changes (purely additive)
/.claude-plugin/marketplace.json— root marketplace, ported from.github/plugin/marketplace.json, so users can run/plugin marketplace add Azure-Samples/Spec2Cloudin Claude Code.plugins/lean-spec2cloud/.claude-plugin/plugin.jsonandplugins/speckit-spec2cloud/.claude-plugin/plugin.json— per-plugin manifests mirroring the existing.github/plugin/plugin.jsonfiles.README.md— new "Use with Claude Code" section documenting the install commands.The existing
skills/directories are auto-discovered by Claude Code, so no skill files change. The Copilot (.github/plugin/...) and VS Code paths are untouched.How to test
In Claude Code:
(Swap
leanforspeckitfor the fuller workflow.)Notes / possible follow-ups (not in this PR)
package-*-claude-pluginskill mirroring the existingpackage-speckit-spec2cloud-pluginskill, to keep the Claude manifests generated/in-sync with source./fleetusage, also emittingCLAUDE.mdnext to.github/copilot-instructions.md).🤖 Generated with Claude Code