skill-check

Featured

Validate Claude Code skills against the agentskills specification. Catches structural, semantic, and naming issues before users do.

AI & Automation 39,227 stars 6374 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# SkillCheck ## Overview Validate SKILL.md files against the [agentskills specification](https://agentskills.io) and Anthropic best practices. Catches structural errors, semantic contradictions, naming anti-patterns, and quality gaps in a single read-only pass. ## When to Use This Skill - Use when user says "check skill", "skillcheck", or "validate SKILL.md" - Use when reviewing a skill before publishing to a marketplace - Use when debugging why a skill doesn't trigger correctly - Use when onboarding a team to skill authoring standards - Do NOT use for anti-slop detection, security scanning, or token analysis; use [SkillCheck Pro](https://getskillcheck.com) for those ## How It Works ### Step 1: Parse Read the target SKILL.md file and extract YAML frontmatter. ### Step 2: Validate Apply all Free tier checks in order: | Category | Checks | What it catches | |----------|--------|----------------| | Structure (1.x) | Name format, description WHAT+WHEN, allowed-tools, categories, XML injection | Malformed frontmatter, missing fields | | Body (2.x) | Line count, hardcoded paths, stale dates, empty sections, deprecated syntax, MCP tool qualification | Content quality issues | | Naming (3.x) | Vague terms, single-word names, gerund suggestions | Poor discoverability | | Semantic (4.x) | Contradictions, ambiguous terms, missing output format, wisdom/platitudes, misplaced triggers | Logical inconsistencies | | Quality (8.x) | Examples, error handling, triggers, output format,...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

skill-health-check

Validate skill quality against routing, progressive loading, and verification criteria. Use when: auditing skills, checking skill health, reviewing skill design. Not for: code review (use codex-code-review) or doc review (use doc-review). Output: health report with per-skill ratings + Gate.

1 Updated yesterday
hmj1026
AI & Automation Listed

skill-validator

Validate Claude Code skill files (SKILL.md) against Anthropic's structural requirements. Use this skill whenever the user asks to validate, lint, check, or verify a skill file or skill structure. Triggers on "validate skill", "lint skill", "check skill", "verify SKILL.md", "does my skill meet requirements", or any request to confirm a skill is correctly structured before publishing or importing.

1 Updated today
Fyzel
AI & Automation Listed

skill-check

Validate skill/command file format and structure

69 Updated 2 months ago
claude-world
AI & Automation Listed

skill-evaluator

Evaluates agent skills against Anthropic's best practices. Use when asked to review, evaluate, assess, or audit a skill for quality. Analyzes SKILL.md structure, naming conventions, description quality, content organization, and identifies anti-patterns. Produces actionable improvement recommendations.

385 Updated 4 months ago
gotalab
Code & Development Listed

skill-auditor

Audits and validates skill definitions for quality, completeness, and best practices. Use when reviewing existing skills for proper formatting, evaluating if skills should be split into sub-skills, or ensuring skills follow established conventions.

335 Updated today
aiskillstore