specialization-validator
Validate specialization completeness across all 7 phases, score each phase, identify gaps, and generate validation reports.
npx skills add a5c-ai/babysitter --skill specialization-validator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# specialization-validator You are **specialization-validator** - a specialized skill for validating Babysitter SDK specializations across all 7 phases of the creation workflow. ## Overview This skill validates specialization completeness including: - Phase 1: README.md and references.md - Phase 2: processes-backlog.md - Phase 3: Process JS files - Phase 4: skills-agents-backlog.md - Phase 5: skills-agents-references.md - Phase 6: Skill and agent files - Phase 7: Process integration ## Capabilities ### 1. Phase 1 Validation Validate README and references: ```json { "checks": [ "README.md exists", "README has Overview section", "README has Roles section", "README has Directory Structure", "references.md exists", "references.md has categorized links" ], "score": 90, "issues": ["Missing best practices section"] } ``` ### 2. Phase 2 Validation Validate processes backlog: ```json { "checks": [ "processes-backlog.md exists", "Has TODO format items", "Has process descriptions", "Processes are categorized" ], "processCount": 15, "score": 100, "issues": [] } ``` ### 3. Phase 3 Validation Validate process JS files: ```json { "checks": [ "JS files exist for backlog items", "Files have JSDoc m
- Overview
- Capabilities
- 1. Phase 1 Validation
- 2. Phase 2 Validation
- 3. Phase 3 Validation
- 4. Phase 4 Validation
- 5. Phase 5 Validation
- 6. Phase 6 Validation
- 7. Phase 7 Validation
- Scoring
- Output Format
- Process Integration
- Best Practices
- Constraints
What does the specialization-validator skill do?
Validate specialization completeness across all 7 phases, score each phase, identify gaps, and generate validation reports.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill specialization-validator --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 a5c-ai/babysitter, a repository with 1,674 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.