validate-skill-quality
Validates skill structure and frontmatter against schemas
What this skill does
# Skill Validation Schema-based skill validation for Claude Code skills. ## When to Use Auto-activates when: - User asks to "validate skill" - After creating or modifying a skill - User asks "check my skill" - Skill not working as expected ## Validation Process ### 1. Locate Skill ```bash # If in skill directory /skill-creator:validate-skill-structure # Or specify path /skill-creator:validate-skill-structure skills/my-skill ``` ### 2. Load Validation Schemas Read schemas from `skills/validation/schema/`: - `skill-frontmatter.md` - SKILL.md frontmatter validation - `skill-structure.md` - Folder and file structure validation - `when-to-use.md` - "When to Use" section requirements - `content-quality.md` - Content completeness and clarity ### 3. Run Validation Checks **Checks:** 1. Folder structure (skill-structure.md) 2. SKILL.md frontmatter (skill-frontmatter.md) 3. "When to Use" section (when-to-use.md) 4. Content quality (content-quality.md) ### 4. Report Results ``` Validating: my-skill/ Structure ========= ✓ Is a directory (not flat .md file) ✓ Contains SKILL.md (uppercase) ✓ Folder name matches skill name Frontmatter =========== ✓ Valid YAML syntax ✓ name: my-skill (kebab-case) ✓ description: Clear and concise (42 chars) ⚠ user-invocable: Consider adding 'false' if auto-only "When to Use" ============= ✓ Section present ✓ Clear triggering conditions ✓ User invocation format included ✓ Auto-activation keywords listed Content Quality =============== ✓ Clear purpose statement ✓ Step-by-step process ✓ Examples provided ⚠ Consider adding edge cases Summary ======= ✓ 12 passed ⚠ 2 warnings ✗ 0 errors Ready to use! ``` ## Validation Levels **✓ PASS** - Skill is ready to use **⚠ WARNING** - Works but has recommendations **✗ ERROR** - Critical issues, must fix ## Schema Files All schemas are in `skills/validation/schema/`: ### skill-frontmatter.md Defines valid SKILL.md frontmatter: - Required: name (kebab-case), description - Optional: user-invocable (false for auto-only) ### skill-structure.md Defines folder structure: - Must be directory (not flat .md) - Must contain SKILL.md (uppercase) - Folder name must match skill name ### when-to-use.md Defines "When to Use" section: - Required section - Clear triggering conditions - User invocation format - Auto-activation keywords ### content-quality.md Defines content requirements: - Clear purpose - Step-by-step process - Examples - Edge cases ## Integration Works with: - `skill-validator` agent (uses schemas) - `skill-creator:create` (creates valid structure) - `skill-creator:edit` (validates after editing)
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.