mcpbeat

Agent Coverage Check

majiayu000/claude-skill-registry-agent-coverage-check

Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.

This is a copy. The original lives at majiayu000/agent-coverage-check.

562 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
532
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/majiayu000/claude-skill-registry --skill agent-coverage-check

What comes with it

423 bytes besides the instruction
metadata.json

The instruction itself

7 sections, as written by the author

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

# 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

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 Patterns

Missing level: Any level with 0 agents

Missing phase: Phase not assigned to any agent

Missing section: Section without orchestrator

References

  • agent-validate-config - Validate individual agent configs
  • agent-test-delegation - Test delegation completeness
  • .claude/agents/ - All agent configurations

How to use it

Copy the folder

Take majiayu000/claude-skill-registry-agent-coverage-check from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.