fix: conform plugin & marketplace manifests to current Claude Code schema#1
Open
Plitzen85 wants to merge 2 commits into
Open
fix: conform plugin & marketplace manifests to current Claude Code schema#1Plitzen85 wants to merge 2 commits into
Plitzen85 wants to merge 2 commits into
Conversation
Two fields in plugins[0] were rejected by 'claude plugin marketplace add':
- author: was a string ("Hainrixz"); schema now expects an object {name,url} or omitted. Converted to object, preserving attribution.
- source: was "."; CLI requires "./".
Verified with 'claude plugin validate' (passes). Matches the schema already used by the working claude-seo-ai marketplace by the same author.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The Claude Code plugin schema expects plugin.json 'repository' as a string URL. Was {type,url}; flattened to the URL string. Resolves 'repository: expected string, received object' on install.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author
|
@Hainrixz Hola Enrique! Como estas? |
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.
Hola Enrique 👋 — gracias por
aprende. La idea de convertir cada conversación en aprendizaje durable (con confirmación primero) está buenísima, y el dual-write a CLAUDE.md + AGENTS.md para Codex es un buen detalle.Al instalarla con el CLI actual de Claude Code (
claude plugin marketplace add/install) me topé con dos errores de schema que impiden la instalación. Van corregidos en este PR (cambios mínimos, sin tocar nada más):1.
.claude-plugin/marketplace.json→plugins[0]author: era string ("Hainrixz"); el schema actual espera un objeto{name, url}. Lo convertí a objeto preservando tu atribución.source: era"."; el CLI exige"./".2.
.claude-plugin/plugin.jsonrepository: era objeto{type, url}; el schema espera un string con la URL. Lo aplané a la URL.Verificado con
claude plugin validate(pasa) y probado end-to-end:marketplace add+installahora funcionan. Es el mismo formato que ya usa tuclaude-seo-ai, que instala sin problema.Cualquier cosa quedo atento. Gracias por compartir la skill 🙏
🤖 Generated with Claude Code