Comprehensive validation of plugin structure, manifests, and configuration against 2025 standards
## 🚨 CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). **Examples:** - ❌ WRONG: `D:/repos/project/file.tsx` - ✅ CORRECT: `D:\repos\project\file.tsx` This applies to: - Edit tool file_path parameter - Write tool file_path parameter - All file operations on Windows systems ### Documentation Guidelines **NEVER create new documentation files unless explicitly requested by the user.** - **Priority**: Upd...
Validate Claude Code plugin structure, check plugin.json schema, verify path references, and ensure naming conventions. Use when creating new plugins, debugging plugin loading issues, verifying plugin modifications, or checking if a plugin is correctly structured.
Comprehensive validation of Claude Code plugin.json with structure checks
Comprehensive validation of plugin structure, manifests, and configuration against 2025 standards
Validate a plugin's structure and components against official specs and best practices