skill-creator-review

Validate Claude Code SKILL.md files for structure, quality, and deployment readiness.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/IlyaGulya/claude-marketplace --skill skill-creator-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator-review
Source: https://github.com/IlyaGulya/claude-marketplace/tree/main/plugins/skill-creator/skills/skill-creator-review
Command: npx skills add https://github.com/IlyaGulya/claude-marketplace --skill skill-creator-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that Claude skills meet quality, correctness, and best practice standards, preventing errors and improving discoverability.

Core Features & Use Cases

  • Structure Validation: Checks for mandatory files, correct naming conventions, and valid frontmatter.
  • Description Quality: Evaluates clarity, completeness, and trigger phrase effectiveness.
  • Instruction Quality: Assesses specificity, structure, examples, and error handling in the skill's operational guide.
  • Invocation Configuration: Verifies settings like disable-model-invocation and user-invocable are appropriate.
  • Triggering Risk Assessment: Identifies potential under- or over-triggering issues.
  • Supporting Files Check: Ensures all referenced files are present and correctly used.
  • Use Case: When you've developed a new Claude skill and want to ensure it's ready for deployment, use this skill to perform a comprehensive review.

Quick Start

Use the skill-creator-review skill to audit the 'claude-code-translator' skill.

Frequently Asked Questions about skill-creator-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a SKILL.md file for Claude Code skill deployment?

To validate a SKILL.md file, review its structure, frontmatter, and instruction clarity. This skill audits mandatory files, naming conventions, and invocation settings to ensure your Claude Code skill is robust and safe for deployment.

What is the best way to audit Claude skills for best practices and triggering risks?

Auditing Claude skills for best practices requires checking description quality, instruction specificity, and trigger phrase effectiveness. This skill evaluates these elements to identify potential under- or over-triggering issues before release.

How do I check if my Claude skill has correct invocation configuration and supporting files?

Checking invocation configuration involves verifying settings like disable-model-invocation and user-invocable. This skill validates these parameters and ensures all referenced supporting files are present and correctly used within the SKILL.md.

Why does my Claude Code skill fail to trigger correctly during use?

Claude Code skills fail to trigger correctly due to poor description quality or inappropriate invocation settings. This skill assesses triggering risks by analyzing your frontmatter and instructions to discover under- or over-triggering issues.

Can I review a Claude skill's operational guide without external dependencies?

Yes, you can review a Claude skill's operational guide without external dependencies. This skill analyzes SKILL.md files directly for structure, error handling, and instruction clarity without requiring any additional packages.