Check a skills wiki for links, naming, cross-references, and coverage gaps.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Gardening Skills Wiki" skill from askskill: 1. Download https://raw.githubusercontent.com/obra/clank/main/skills/meta/gardening-skills-wiki/SKILL.md 2. Save it as ~/.claude/skills/gardening-skills-wiki/SKILL.md 3. Reload skills and tell me it's ready
Please review this skills wiki page and identify broken links, inconsistent naming, missing cross-references, and insufficient coverage. Organize the findings by issue type and include suggested fixes.
A structured quality audit report grouped by links, naming, references, and coverage issues, with improvement suggestions.
Analyze the titles, aliases, and in-text terminology across these skill entries. Identify inconsistent or confusing naming, and propose a naming standard with entry-by-entry fixes.
A naming consistency report with problematic terms, recommended names, and actionable revision guidance.
Based on the current skills wiki index, check which entries should link to each other but do not yet, and identify important topics that are still missing. Provide priorities for additions.
A cross-reference and coverage analysis listing suggested new links, missing topics, and priorities for expansion.
The skills wiki needs regular maintenance to stay healthy: links break, skills get orphaned, naming drifts, INDEX files fall out of sync.
Core principle: Automate health checks to maintain wiki quality without burning tokens on manual inspection.
Run gardening after:
Periodic maintenance:
# Run all checks
~/.claude/skills/meta/gardening-skills-wiki/garden.sh
# Or run specific checks
~/.claude/skills/meta/gardening-skills-wiki/check-links.sh
~/.claude/skills/meta/gardening-skills-wiki/check-naming.sh
~/.claude/skills/meta/gardening-skills-wiki/check-index-coverage.sh
# Analyze search gaps (what skills are missing)
~/.claude/skills/meta/gardening-skills-wiki/analyze-search-gaps.sh
The master script runs all checks and provides a health report.
check-links.sh)Checks:
@ links - backticks disable resolutionskills/ references resolve to existing filesFixes:
check-naming.sh)Checks:
Fixes:
check-index-coverage.sh)Checks:
Fixes:
❌ BROKEN: skills/debugging/root-cause-tracing
Target: /path/to/skills/debugging/root-cause-tracing/SKILL.md
Fix: Update the reference path - skill might have moved or been renamed.
⚠️ ORPHANED: test-invariants/SKILL.md not in testing/INDEX.md
Fix: Add to the category INDEX:
- skills/gardening-skills-wiki/test-invariants - Description of skill
❌ BACKTICKED: skills/testing/condition-based-waiting on line 31
File: getting-started/SKILL.md
Fix: Remove backticks - use bare @ reference
Fix: Remove backticks:
# ❌ Bad - backticks disable link resolution
`skills/testing/condition-based-waiting`
# ✅ Good - bare @ reference
skills/testing/condition-based-waiting
❌ RELATIVE: skills/testing in coding/SKILL.md
Fix: Use skills/ absolute path instead
Fix: Convert to absolute path:
# ❌ Bad - relative paths are brittle
skills/testing/condition-based-waiting
# ✅ Good - absolute skills/ path
skills/testing/condition-based-waiting
⚠️ Mixed case: TestingPatterns (should be kebab-case)
Fix: Rename directory:
cd ~/.claude/skills/testing
mv TestingPatterns testing-patterns
# Update all references to old name
❌ NOT INDEXED: condition-based-waiting/SKILL.md
Fix: Add to testing/INDEX.md:
…
Compare 2-3 approaches before execution to choose a stronger solution.
Write evergreen comments focused on what and why, not historical context.
Search past Claude Code chats to recover facts, decisions, and context.
Design systems by hiding implementation details behind domain-level interfaces.
Plan with pseudocode first, refine approaches, then translate into working code.
Helps developers keep class abstractions cohesive and free of unrelated responsibilities.
Create, revise, and validate AI skills before deployment.
Add quality gates for coding agents to catch common AI mistakes.
Discover and compare quality-ranked AI coding skills, plugins, and MCP servers.
Find curated QA skills for AI coding agents and testing workflows.
Create, refine, and troubleshoot AI skills, specs, invocation, and compatibility.
Create, refine, validate, and restructure AgentSkills and SKILL.md files.