
Claude Skill Validator
Validate Claude Agent Skills structure and rules from your IDE agent before you publish or share a SKILL.md package.
Overview
io.github.lazymac2x/claude-skill-validator is a MCP server for the Build phase that validates Claude agent skills through a remote streamable-http validator API.
What is this MCP server?
- Remote MCP endpoint api.lazy-mac.com/claude-skill-validator/mcp
- Purpose-built for Claude skill validation workflows
- Cloudflare Workers deployment with catalog metadata
- Open API repo lazymac2x/claude-skill-validator-api
- Single streamable-http remote per server.json
- 1 streamable-http remote
- Package version 1.0.0
- MCP schema 2025-09-29
What problem does it solve?
Skill authors ship broken SKILL.md packages because manual review misses schema, trigger, and structure mistakes.
Who is it for?
Solo builders and skill maintainers iterating Claude Code skills who want API-backed validation in the same session.
Skip if: Teams validating non-Claude prompt packs or wanting fully offline lint with no remote service.
What do I get? / Deliverables
After MCP registration, your agent can invoke validation tools on skill drafts so fixes land before publish or catalog ingest.
- Validated skill feedback via MCP tool calls
- Repeatable pre-publish skill check in agent sessions
- Reference integration via lazymac2x/claude-skill-validator-api repo
Recommended MCP Servers
Journey fit
Building agent extensions is core Build work; validators belong where you craft and harden tooling before ship. Agent-tooling subphase catalogs MCP servers that support skill authoring, linting, and agent workspace hygiene.
How it compares
MCP validator service for skills, not a skill template generator or brainstorming methodology skill.
Common Questions / FAQ
Who is io.github.lazymac2x/claude-skill-validator for?
Indie developers and skill authors using Claude Code who need automated checks on skill packages via MCP.
When should I use io.github.lazymac2x/claude-skill-validator?
Use it during Build agent-tooling whenever you create, refactor, or prepare a skill for sharing and want validation before commit or release.
How do I add io.github.lazymac2x/claude-skill-validator to my agent?
Add remote MCP server https://api.lazy-mac.com/claude-skill-validator/mcp with streamable-http transport in your client configuration.