JSPM

@intentsolutionsio/validate-plugin

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 150
  • Score
    100M100P100Q55785F
  • License MIT

Validates Claude Code plugin structure against official Anthropic spec and Intent Solutions enterprise standard

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@intentsolutionsio/validate-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Validate Plugin

    Validates full Claude Code plugin directory structure against the official Anthropic spec and Intent Solutions enterprise standard.

    What It Validates

    • plugin.json - All 15 official Anthropic fields (metadata + component paths)
    • SKILL.md - Frontmatter schema, body structure, 100-point grading
    • commands/*.md - Frontmatter, name conventions, shortcuts
    • agents/*.md - Frontmatter, capabilities, description quality
    • File references - Scripts, references, assets all resolve correctly

    Installation

    /plugin install validate-plugin@claude-code-plugins

    Usage

    Say "validate this plugin" or "/validate-plugin" pointing at any plugin directory.

    License

    MIT