You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2026. It is now read-only.
There's no automated validation to ensure plugins meet the structure and quality standards defined in CONTRIBUTING.md.
Current state:
No CI workflow validates plugin.json against the schema
No automated check for required files (LICENSE, README.md)
Plugin structure varies inconsistently across plugins
Some plugins don't have .claude-plugin/plugin.json in expected location
Why it matters:
Without automated validation, quality issues accumulate over time. Manual review is error-prone and doesn't scale to 70+ plugins. Standards drift leads to inconsistent user experience.
Suggested Solution
Create a CI workflow that validates:
plugin.json exists and is valid JSON
plugin.json validates against schemas/plugin-manifest.json
Problem
There's no automated validation to ensure plugins meet the structure and quality standards defined in CONTRIBUTING.md.
Current state:
.claude-plugin/plugin.jsonin expected locationWhy it matters:
Without automated validation, quality issues accumulate over time. Manual review is error-prone and doesn't scale to 70+ plugins. Standards drift leads to inconsistent user experience.
Suggested Solution
Create a CI workflow that validates:
Example validation script:
Acceptance Criteria