Create a marketplace.json to improve discoverability - #603
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Resolve the plugin layout and validator robustness issues before approval.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (5)
What changed in this PR
Adds a Claude/VS Code agent-plugin marketplace, validation support, documentation updates, and dependency upgrades.
Changes:
- Adds marketplace and per-skill plugin manifests.
- Extends marketplace and publishability validation.
- Updates installation, repository guidance, and validation rules.
- Upgrades project dependencies and lockfile entries.
Review findings include a critical plugin layout issue, three moderate validator issues, missing validator tests, documentation exceptions, and unrelated dependency changes.
| File | Summary |
|---|---|
package.json |
Updates dependencies. |
package-lock.json |
Records dependency updates. |
CLAUDE.md |
Documents plugin marketplace guidance. |
.github/prompts/readme.md |
Adds installation instructions. |
.github/copilot-instructions.md |
Updates repository guidance. |
.claude/skills/typescript-code-and-test-standards/.claude-plugin/plugin.json |
Defines plugin metadata. |
.claude/skills/check-skills/SKILL.md |
Documents marketplace validation. |
.claude/skills/audit-quality/.claude-plugin/plugin.json |
Defines plugin metadata. |
.claude/skills/audit-pr/.claude-plugin/plugin.json |
Defines plugin metadata. |
.claude/skills/audit-docs/.claude-plugin/plugin.json |
Defines plugin metadata. |
.claude/scripts/plugin-manifests.mjs |
Validates manifests and marketplace entries. |
.claude/scripts/check-skill-publishability.mjs |
Integrates plugin checks. |
.claude/rules/repo-independence.md |
Documents marketplace exceptions. |
.claude/rules/prompt-skill-sync.md |
Documents plugin conventions. |
.claude/Makefile |
Includes marketplace validation. |
.claude-plugin/marketplace.json |
Defines the skill marketplace. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This branch was successfully deployed
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.



Create a
marketplace.jsonto improve discoverability of skills.