askill
validate-counts

validate-countsSafety 95Repository

Validates hook, skill, and agent counts are consistent across CLAUDE.md, hooks.json, manifests, and source directories. Use when counts may be stale after adding or removing components, before releases, or when CLAUDE.md Project Overview looks wrong.

134 stars
2.7k downloads
Updated 5 days ago

Package Files

Loading files...
SKILL.md

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_PLUGIN_ROOT}/skills/validate-counts/rules/sources-authoritative.md)HIGHFilesystem is authoritative; derived sources must match
Drift Detectionrules/drift-reporting.md (load ${CLAUDE_PLUGIN_ROOT}/skills/validate-counts/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_PLUGIN_ROOT}/skills/validate-counts/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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 3 weeks ago

Well-structured skill with clear validation workflow, comprehensive rules, and practical use cases. Has good actionability with bash commands and step-by-step workflow. However, heavy reliance on external files (rules/, references/) that aren't provided reduces completeness. Project-specific to OrchestKit which limits reusability. Tags and structure are excellent.

95
85
60
70
85

Metadata

Licenseunknown
Version2.0.0
Updated5 days ago
Publisheryonatangross

Tags

ci-cdgithub-actionsllm