Ship better skills.
Catch issues before your users do.

SkillCheck validates your Agent Skills against the open standard. Pro adds accessibility, security, and anti-slop checks. Built for Claude Code.

Check My Skill View on GitHub

Built for Claude Code · Follows the Agent Skills open standard · v3.12.0

Validates Agent Skills anywhere they're used. Pro connects as an MCP tool server.

What's New in v3.12.0

Skill Discovery (NEW)

  • + skillcheck discover scans your AI assistant config
  • + Works with Claude Code, Cursor, Windsurf, Codex CLI
  • + Free: see candidates with confidence scores
  • + Pro: auto-generate ready-to-use SKILL.md files

Multi-Platform

  • + Scans CLAUDE.md, .cursorrules, AGENTS.md, and more
  • + Auto-detects which platforms you use
  • + Redundancy detection across all config files
  • + 82 total checks across 18 categories

SkillCheck Pro full changelog · SkillCheck Free changelog on GitHub

You built a skill. But is it good?

Agent Skills are now an open standard adopted by Microsoft, Cursor, and dozens of coding agents. Your skill needs to work everywhere.

You won't know until someone complains. Or you run SkillCheck.

Tested at scale

We scanned 1,613 public skills across 8 repositories, including Microsoft and Anthropic's own collections.

1,613

skills scanned

65

average score out of 100

84%

missing proper descriptions

2%

scored Excellent

What It Checks

Category Tier What We Catch
Structure Free Missing fields, invalid names, broken YAML, XML injection, argument-hint validation
Body Free Content requirements, length, formatting, anti-pattern format lint, MCP tool qualification
Naming Free Conventions, specificity, reserved words, gerund naming
Semantics Free Contradictions, ambiguous instructions, wisdom/platitude detection, workflow-steps-in-description
Quality Patterns Free Examples, error handling, triggers, output format, structured instructions, prerequisites
Anti-Slop Pro "Let's dive in", hedge words, filler phrases
Security Pro PII detection, credential safety, path traversal
Token Budget Pro Context efficiency, budget analysis
WCAG Pro Color contrast, accessibility for visual skills
Enterprise Pro Hardcoded paths, env config, audit support, metadata validation
Production Readiness Pro Workflow structure, troubleshooting sections, documentation score, success criteria
Agent Readiness Pro Maturity scoring from L0 (manual, no guardrails) to L3 (autonomous-ready with eval hooks, rollback, and structured output). Checks autonomy design, composability, and observability.

How It Works

Free

Claude reads a skill file and runs checks inline. No install, no binary.

1 Copy skill-check folder to ~/.claude/skills/
2 Say "skillcheck my skill" in Claude Code
3 Get instant feedback

Pro

A standalone binary that runs locally and connects to Claude Code as a tool server.

1 Download binary from purchase email
2 Add to ~/.claude.json with license key
3 All Pro checks unlocked automatically
## my-awesome-skill Check Results [PRO]

### Critical Issues (1)
- Description missing WHEN clause. Add trigger context.

### Warnings (2)
- Line 47: Vague term "several" — specify a number
- No error handling documented

### Passed Checks: 75 / 82 applicable

### Pro Scores
✓ Anti-slop: 92/100
✓ WCAG AA: Pass
✓ Enterprise ready: Yes
✓ Agent Readiness: L2 Orchestratable (78/100)

Status: Needs Attention

Validated Skills

Browse all

Skills validated by SkillCheck get a public report page with scores, badges, and shareable links. Here are some top-scoring examples.

Reports coming soon.

Run skillcheck report your-skill/SKILL.md to generate your first report.

Pricing

Free

$0 forever

  • ✓ Structure validation
  • ✓ Body & naming checks
  • ✓ Semantic consistency
  • ✓ Quality patterns (strengths)
  • ✓ No install needed
  • ✓ Open source (MIT)
Get Started

Pro

$79 lifetime

  • ✓ Everything in Free
  • ✓ Anti-slop detection
  • ✓ Security scanning
  • ✓ Token budget analysis
  • ✓ WCAG accessibility
  • ✓ Enterprise readiness
  • ✓ Agent Readiness (L0-L3)
  • ✓ Advanced quality analysis
  • ✓ Go binary & MCP server
Get Pro
COMING SOON

Team

$49 /month

up to 10 users

  • ✓ Everything in Pro
  • ✓ Custom rulesets
  • ✓ Team dashboard
  • ✓ CI/CD integration

FAQ

Is this official Anthropic tooling?

No. SkillCheck is an independent project. The Free tier validates against the Agent Skills open standard (created by Anthropic). Pro adds extra quality checks like anti-slop detection, WCAG accessibility, and security scanning.

What platforms does it work with?

Built and tested for Claude Code. Since it follows the Agent Skills open standard and MCP protocol, it should work with other compatible tools like Cursor, VS Code, and Windsurf.

What about MCP servers?

SkillCheck validates skill definitions, not MCP server implementations. Skills and MCP are complementary; MCP provides connectivity, skills provide procedural knowledge.

Can I use it in CI/CD?

Pro and Team tiers will include GitHub Actions integration. Block PRs that introduce low-quality skills.

What if I disagree with a check?

SkillCheck reports issues; you decide what to fix. Some checks are suggestions, not requirements.

Ready to ship better skills?