agent-coverage-check
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
npx skills add majiayu000/claude-skill-registry --skill agent-coverage-check-homericintelligence-projectodyssey-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Coverage Check Verify complete agent system coverage across all dimensions. ## When to Use - After adding new agents to system - Validating agent system completeness - Finding gaps in coverage - Ensuring all development phases covered ## Quick Reference ```bash # Check all coverage dimensions ./scripts/check_agent_coverage.sh # Check specific dimension ./scripts/check_level_coverage.sh ./scripts/check_phase_coverage.sh ./scripts/check_section_coverage.sh ``` ## Coverage Dimensions **Hierarchy Levels**: - L0: Chief Architect (1) - L1: Section Orchestrators (6) - L2: Design Agents (per section) - L3: Specialists (per module) - L4: Engineers - L5: Junior Engineers **Development Phases**: - Plan - Test - Implementation - Package - Cleanup **Sections**: - Foundation - Shared Library - Tooling - First Paper - CI/CD - Agentic Workflows ## Coverage Report Format ```text Hierarchy Coverage: L0: ✅ 1 agent L1: ✅ 6 agents L2: ✅ 12 agents L3: ✅ 24 agents L4: ✅ 3 agents L5: ✅ 1 agent Phases: Plan: ✅ Covered Test: ✅ Covered Implementation: ✅ Covered Package: ✅ Covered Cleanup: ✅ Covered Sections: Foundation: ✅ Orchestrator + agents Shared Library: ✅ Orchestrator + agents ``` ## Gap Patter
- When to Use
- Quick Reference
- Coverage Dimensions
- Coverage Report Format
- Gap Patterns
- References
Check all coverage dimensions Check specific dimension
What does the agent-coverage-check skill do?
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-coverage-check-homericintelligence-projectodyssey-2 --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 majiayu000/claude-skill-registry, a repository with 534 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.
