π Document Plugin Install For All Supported Coding Agents - #96
Merged
Conversation
Now that plugin.json is merged and verified via copilot plugin install, document that as the primary install path for agents that support the Agent Plugins spec (Copilot CLI, VS Code), and reposition npx skills as the fallback for agents that don't yet support plugins. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
nahsra
approved these changes
Aug 18, 2026
Adds .claude-plugin/plugin.json and .claude-plugin/marketplace.json alongside the existing root plugin.json so Claude Code and OpenAI Codex CLI, which read Claude's plugin manifest format rather than the Agent Plugins spec, can also install this repo as a plugin. Verified end to end with claude plugin marketplace add/install and codex plugin marketplace add/add against a local checkout, both resolving all 10 skills. Also expands the README's Coding agent plugin section with install instructions for Cursor, Claude Code, and Codex CLI alongside the existing Copilot CLI and VS Code sections, and updates the add-resource-skill authoring guide to describe both manifest pairs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
gilday
marked this pull request as ready for review
August 18, 2026 15:08
Renames .claude-plugin/marketplace.json's top-level name from pixee-cli to pixee, decoupling the marketplace's identity from this single repo so future Pixee plugins can join it without a rename or a dedicated pixee/pixee repo. Verified end to end that Claude Code, Codex CLI, and GitHub Copilot CLI (which also reads .claude-plugin/marketplace.json per its own docs) all resolve the pixee-cli plugin under the renamed pixee marketplace. Updates the README's Claude Code, Codex, and Copilot CLI install snippets to the marketplace flow (pixee-cli@pixee), and documents the naming decision in the add-resource-skill authoring guide so it doesn't get reverted by a future skill edit. 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.



Renames the README's Coding agent skills header to Coding agent plugin and leads with plugin install instructions before the npx skills fallback, now that plugin.json is merged and verified working end to end.
Adds .claude-plugin/plugin.json and .claude-plugin/marketplace.json alongside the existing root plugin.json, since Claude Code and OpenAI Codex CLI read Claude's plugin manifest format rather than the Agent Plugins spec. Verified both locally: claude plugin marketplace add/install and codex plugin marketplace add/add (Codex CLI 0.147.0+) both resolve all 10 skills against a local checkout of this branch.
Documents install steps for GitHub Copilot CLI, VS Code, Cursor, Claude Code, and OpenAI Codex CLI, and updates the add-resource-skill authoring guide so future skill additions know both manifest pairs auto-discover from skills/*/SKILL.md and version independently in lockstep.