validate-plugin-structure
Validates plugin structure, components, and best practices against schemas
What this skill does
# Plugin Validation Skill Validates complete plugin structure using schema-based validation. ## When to Use - User invokes `/plugin-creator:validate-plugin-structure` - User asks "validate my plugin" - After creating or modifying plugin - Before publishing plugin ## Validation Process ### 1. Locate Plugin ```bash # If in plugin directory /plugin-creator:validate-plugin-structure # Or specify path /plugin-creator:validate-plugin-structure /path/to/my-plugin ``` ### 2. Load Validation Schemas Read schemas from `skills/validation/schema/`: - `plugin-frontmatter.md` - plugin.json validation - `skill-frontmatter.md` - SKILL.md frontmatter validation - `agent-frontmatter.md` - Agent frontmatter validation - `directory-structure.md` - Directory layout validation - `hook-structure.md` - Hook file validation ### 3. Run Validation Checks **Invoke `custom-plugin-validator` agent with schemas:** ``` Validator checks against schemas: 1. Plugin structure (directory-structure.md) 2. plugin.json format (plugin-frontmatter.md) 3. All skills (skill-frontmatter.md) 4. All agents (agent-frontmatter.md) 5. All hooks (hook-structure.md) ``` ### 4. Report Results ``` Validating: my-awesome-plugin/ Plugin Structure ================ ✓ .claude-plugin/ exists ✓ plugin.json exists ✓ README.md exists plugin.json =========== ✓ Valid JSON ✓ Required fields: name, version, description, author ✓ keywords: array of strings ⚠ Repository URL missing (recommended) Skills (3 found) ================ ✓ skills/create/ - Valid ✓ skills/analyze/ - Valid ⚠ skills/format/ - Missing examples section Agents (2 found) ================ ✓ agents/custom-analyzer.md - Valid ✗ agents/validator.md - Missing 'custom-' prefix Hooks (1 found) =============== ✓ hooks/PreToolUse.sh - Valid, executable Summary ======= ✓ 15 passed ⚠ 2 warnings ✗ 1 error Fix errors before publishing! ``` ## Schema Files All schemas are in `skills/validation/schema/`: ### plugin-frontmatter.md Defines valid plugin.json structure ### skill-frontmatter.md Defines valid SKILL.md frontmatter ### agent-frontmatter.md Defines valid agent frontmatter ### directory-structure.md Defines expected plugin layout ### hook-structure.md Defines hook file requirements ## Validation Levels **✓ PASS** - Ready to publish **⚠ WARNING** - Works but has recommendations **✗ ERROR** - Critical issues, fix before use ## Integration Works with: - `custom-plugin-validator` agent (uses schemas) - Workflow plugin (validation in Stage C) - CI/CD pipelines (automated validation)
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.