Agent skill

specialization-validator

Validate specialization completeness across all 7 phases, score each phase, identify gaps, and generate validation reports.

a5c.ai1,642★ · 1 repos on radarProfile →
claude-codecodexread-onlyMIT
Install
npx skills add a5c-ai/babysitter --skill specialization-validator --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadGlobGrep
Path: library/specializations/meta/skills/specialization-validator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,674
Language: JavaScript

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

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. 1. Phase 1 Validation
  4. 2. Phase 2 Validation
  5. 3. Phase 3 Validation
  6. 4. Phase 4 Validation
  7. 5. Phase 5 Validation
  8. 6. Phase 6 Validation
  9. 7. Phase 7 Validation
  10. Scoring
  11. Output Format
  12. Process Integration
  13. Best Practices
  14. Constraints
More from babysitter
All skills →
About this skill
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.

Keep going