chore(config): drop unloadable agent-skills marketplace and its plugins#170
Merged
Conversation
The rlespinasse/agent-skills marketplace.json does not match the current Claude Code plugin schema (owner as string, no plugins array), so its six plugins never install. Remove the dead marketplace and plugin entries, keeping the three that load (superpowers, product-management, ponytail). Co-Authored-By: Claude <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.
What
Remove the
agent-skillsmarketplace (rlespinasse/agent-skills) and its six plugin entries from.claude/settings.json.Why
That marketplace's
.claude-plugin/marketplace.jsondoes not match the current Claude Code plugin schema (owneris a string instead of an object, and thepluginsarray is missing), so it fails to register and its six plugins (conventional-commit,diataxis,local-branches-status,pin-github-actions,verify-pr-logs,verify-readme-features) never install. The config was declaring plugins that can never load.The three plugins whose marketplaces validate are kept:
superpowers,product-management,ponytail.🤖 Generated with Claude Code
https://claude.ai/code/session_013FZJoXGhPiufMzcrPACoCR
Generated by Claude Code