Skip to content

fix: conform plugin & marketplace manifests to current Claude Code schema#1

Open
Plitzen85 wants to merge 2 commits into
Hainrixz:mainfrom
Plitzen85:main
Open

fix: conform plugin & marketplace manifests to current Claude Code schema#1
Plitzen85 wants to merge 2 commits into
Hainrixz:mainfrom
Plitzen85:main

Conversation

@Plitzen85

Copy link
Copy Markdown

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.jsonplugins[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.json

  • repository: 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 + install ahora funcionan. Es el mismo formato que ya usa tu claude-seo-ai, que instala sin problema.

Cualquier cosa quedo atento. Gracias por compartir la skill 🙏

🤖 Generated with Claude Code

Plitzen85 and others added 2 commits June 14, 2026 11:26
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>
@Plitzen85

Copy link
Copy Markdown
Author

@Hainrixz Hola Enrique! Como estas?
Tuviste oportunidad de verificar el pull request que te deje?
fue util? Soy seguidor tuyo en redes y de verdad agradezco todo lo que haces por la comunidad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant