Claude Code expects repository field to be a string, not an object.
Error: repository: Expected string, received object
Changed from:
"repository": { "type": "git", "url": "..." }
To:
"repository": "https://github.com/czlonkowski/n8n-skills"
This follows Claude Code's plugin.json schema where repository is a simple
string URL rather than npm's package.json format.
Distribution package regenerated with corrected plugin.json.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
Change source from "." to "./" to comply with Claude Code marketplace
schema validation requirement.
Error: plugins.0.source: Invalid input: must start with "./"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en