Agent skill

repo-capability-map

Analyzes repository modules for current capabilities, groups them by domain, and identifies strategic gaps against mission objectives

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill repo-capability-map --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/repo-capability-map/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Repo Capability Map > Discover what each repository can do, classify capabilities by domain, assess maturity, and identify strategic gaps. ## Purpose While `repository-health-analyzer` asks "is the repo well-maintained?", this skill asks **"what can this repo do, and what's missing?"** It produces a structured capability inventory across the entire workspace, enabling: - Strategic planning against mission objectives - Identification of capability gaps before they become blockers - Cross-repo dependency awareness - Maturity tracking over time ## Capability Taxonomy Two-level hierarchy: **Domain** > **Capability Area** | Domain ID | Domain Name | Description | |-----------|-------------|-------------| | `ENG` | Engineering Analysis | Simulation, modeling, structural/fatigue analysis | | `DATA` | Data & Analytics | Data pipelines, visualization, statistical analysis | | `WEB` | Web & Frontend | Websites, UI components, client-side applications | | `BIZ` | Business Operations | Admin tools, invoicing, client management | | `INFRA` | Infrastructure & DevOps | CI/CD, packaging, deployment, shared utilities | | `KNOW` | Knowledge & Documentation | Media, resumes, knowledge bases, traini

What's inside
Steps it walks through
  1. Purpose
  2. Capability Taxonomy
  3. Maturity Model
  4. Analysis Methodology
  5. Tier 1 -- Declared Identity (highest confidence)
  6. Tier 2 -- Structural Evidence
  7. Tier 3 -- Behavioral Evidence
  8. Actions
  9. Templates
  10. Integration Points
  11. Command Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the repo-capability-map skill do?

Analyzes repository modules for current capabilities, groups them by domain, and identifies strategic gaps against mission objectives

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill repo-capability-map --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.

Keep going