Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
yonatangross avatar

Validate Counts

  • 109 installs
  • 213 repo stars
  • Updated August 4, 2026
  • yonatangross/orchestkit

Helps with ai & agent building tasks.

About

validate-counts is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • validate-counts
  • AI & Agent Building
  • AI-coding skill

Validate Counts by the numbers

  • 109 all-time installs (skills.sh)
  • Ranked #4,092 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yonatangross/orchestkit --skill validate-counts

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs109
repo stars213
Last updatedAugust 4, 2026
Repositoryyonatangross/orchestkit

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Validate Counts

Checks that hook, skill, and agent counts are consistent across all authoritative sources in OrchestKit. Outputs a comparison table and flags drift with precise file references.

Quick Start

# Full validation: counts src/ vs CLAUDE.md and manifests (run from repo root)
bash src/skills/validate-counts/scripts/validate-counts.sh

# Just get raw counts from src/
bash src/skills/validate-counts/scripts/count-all.sh

Rules

CategoryRuleImpactKey Pattern
Count Sourcesrules/sources-authoritative.md (load ${CLAUDE_SKILL_DIR}/rules/sources-authoritative.md)HIGHFilesystem is authoritative; derived sources must match
Drift Detectionrules/drift-reporting.md (load ${CLAUDE_SKILL_DIR}/rules/drift-reporting.md)HIGHComparison table + flag with file:field references

Total: 2 rules across 2 categories

Workflow

1. Run scripts/validate-counts.sh for full validation (counts + drift comparison), or scripts/count-all.sh for raw counts only 2. Read CLAUDE.md — extract counts from Project Overview and Version section 3. Read manifests/ork.json — check skill/agent/hook array lengths 4. Build the comparison table (see rules/drift-reporting.md for format) 5. Flag any mismatches with file + field references; otherwise output "All counts consistent."

References

Load on demand with Read("${CLAUDE_SKILL_DIR}/references/<file>"):

FileContent
count-locations.mdWhere every count lives and why drift happens

Related Skills

  • release-checklist — Uses validate-counts as step 5 of the release gate
  • doctor — Broader health check that includes count validation
  • audit-skills — Quality audit for skill structure and completeness

Common Mistakes

1. Counting from plugins/ instead of src/ — plugins/ may be empty after an interrupted build 2. Comparing against deleted alias manifests — only manifests/ork.json exists in v7 3. Forgetting the hook breakdown: global + agent-scoped + skill-scoped must sum to total

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.