Agent skill · Code Review & Quality

skill-check

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

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorread-onlyMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill skill-check --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Declared author: olgasafonova
Allowed tools: ReadGlob
Requires: claude-code
Path: skills/skill-check/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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.

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Parse
  5. Step 2: Validate
  6. Step 3: Score
  7. Step 4: Report
  8. Examples
  9. Example 1: Validating a skill
  10. Example 2: Clean skill passes all checks
  11. Limitations
  12. Best Practices
  13. Common Pitfalls
More from agentic-awesome-skills
All skills →
About this skill
What does the skill-check skill do?

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

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill skill-check --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going