You built a skill. But is it any good?
Skills are an open standard now. Yours runs in Claude Code, Cursor, VS Code and a dozen agents, and every one of them is a chance to look broken.
You won't know until someone files an issue. Or you run SkillCheck.
We scan the public skill ecosystem on every release
As SkillCheck adds checks, the bar gets stricter. The scores reflect a tougher standard, not worse skills. The point stands: most skills in the wild would not pass a review.
Free catches the obvious. Pro catches what ships bugs.
Every check runs locally. No skill content ever leaves your machine. Start free; the upgrade is the difference between “valid” and “safe to ship to other people”.
Schema, structure and surface quality. Open source (MIT), runs as a skill file, no install.
The judgment checks: security, slop, accessibility, agent-readiness and governance across skills, plugins and MCP servers.
| Category | Tier | What we catch |
|---|
Two ways to run it
Claude reads a skill file and runs checks inline. No install, no binary.
A local Go binary that connects to Claude Code as an MCP tool server.
skillcheck check \
~/.claude/skills/my-skill
skillcheck check-plugin \
--pro .claude-plugin/plugin.json
skillcheck check-mcp \
--pro tools-list.json
--pro flags need SKILLCHECK_LICENSE. Or paste any of the three into the browser validator, runs entirely client-side via WebAssembly.
One purchase. Every Pro check. Forever.
No subscription, no seats, no API keys. $79 once unlocks all 26 categories on macOS, Linux and Windows.
Free
- Structure validation
- Body & naming checks
- Semantic consistency
- Quality patterns
- OWASP deterministic (Cat 26)
- No install needed
- Open source (MIT)
Pro
- Everything in Free
- Anti-slop detection
- Security scanning
- Token budget analysis
- WCAG accessibility
- Enterprise readiness
- Agent Readiness (L0–L3)
- Plugin manifests (Cat 24)
- MCP tool lists (Cat 23)
- OWASP graders (Cat 26)
- Go binary & MCP server
Team
- Everything in Pro
- Custom rulesets
- Team dashboard
- CI/CD integration
Pro includes a GitHub Actions integration: uses: olgasafonova/skillcheck@v3 blocks low-quality skills in CI.
Every passing skill gets a public report
A score, a grade and badges: proof your skill is safe to depend on. Here are some that scored a perfect 100.
Recent releases
Questions, answered
No. SkillCheck is an independent project. Free validates against the Agent Skills open standard created by Anthropic; Pro adds extra quality checks like anti-slop, WCAG and security scanning.
Built and tested for Claude Code. Because it follows the open standard and MCP protocol, it works with Cursor, VS Code, Windsurf and other compatible tools.
No. Every check runs locally, in the CLI, in CI, or in the browser WASM build. Nothing is uploaded, which matters when your skills hold confidential product knowledge.
A lifetime Pro license: the Go binary, MCP server, and all Pro checks across skills, plugins and MCP servers, including future categories. No subscription, no seats.
Yes. Pro ships a GitHub Actions integration. Add uses: olgasafonova/skillcheck@v3 to block PRs that introduce low-quality skills.
SkillCheck reports issues; you decide what to fix. Some checks are suggestions, not requirements.
Catch the issues before your users, and before a reviewer, do.
30-second free check · no signup · runs in your browser