← ClaudeAtlas

catalog-gardenerlisted

Audit skill catalog for rot, dead links, oversize files, and orphans. Detect stale generated artifacts, skills exceeding size limits, and skills not referenced by any composite or routing rule. Output severity-ranked report with remediation hints.
LucasSantana-Dev/sharekit-profile · ★ 1 · Data & Documents · score 70
Install: claude install-skill LucasSantana-Dev/sharekit-profile
# catalog-gardener Audit the skill catalog for health issues that accumulate over time. ## Checks ### 1. Dead links (CRITICAL) Scan all SKILL.md files for broken references: - Markdown links `[text](path)` where path does not exist - Relative paths to references/, agents/, scripts/ that are missing - URLs that return 404 (optional, network-dependent) ### 2. Stale generated artifacts (HIGH) Detect files that look generated but are outdated: - Files with `generated_at` or `auto-generated` headers older than 30 days - Lock files or manifests referencing deleted skills - Cached data files with stale timestamps ### 3. Oversize skills (MEDIUM) Flag skills exceeding size limits: - Body >8KB (excluding frontmatter and references/) - Context file >150 lines (the skill's main SKILL.md) - Total skill directory >50KB (including references/) ### 4. Orphan skills (MEDIUM) Skills not referenced by any composite or routing rule: - Not mentioned in any composite skill's phase list - Not in the auto-invoke trigger map - Not referenced by any agent's dispatch logic - Not in the curated-skills.txt showcase ### 5. Frontmatter completeness (LOW) Skills missing required frontmatter fields: - `name` (required) - `description` (required, >20 chars) - `triggers` (required, at least 1) ## Execution ```bash # Run full audit ./skills/catalog-gardener/run.sh # Or invoke via skill /catalog-gardener ``` ## Output format Severity-ranked report: ``` CATALOG AUDIT — 2026-06-29 CRITICAL (2): - c