capabilities-map

Map enabled skill capabilities against a locked 6-value taxonomy.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill capabilities-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capabilities-map
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/capabilities-map
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill capabilities-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weekly read-only audit of installed skills' capability coverage — maps every enabled/disabled skill against the locked 6-value taxonomy in docs/CAPABILITIES.md, flags any capability tier with zero enabled coverage as an actionable gap

Core Features & Use Cases

  • Reads local manifests (skills.json, aeon.yml) and per-skill frontmatter to build a capability matrix.
  • Highlights gaps and undeclared capabilities, helping operators audit and improve skill footprints.
  • Generates a human-readable article, a state snapshot, and delta-based notifications for governance.

Quick Start

Run capabilities-map to generate the latest capabilities coverage matrix for your installed skills.

Frequently Asked Questions about capabilities-map

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit installed skills for capability coverage gaps?

To audit installed skills for capability coverage gaps, run a read-only scan of local manifests and per-skill frontmatter to map enabled skills against a locked taxonomy. This generates a coverage matrix that flags any tier with zero enabled coverage as an actionable gap.

What is a capability matrix in skill taxonomy management?

A capability matrix in skill taxonomy management is a structured breakdown mapping every enabled and disabled skill against a locked 6-value taxonomy. It uses local manifests and frontmatter declarations to highlight undeclared capabilities and zero-coverage gaps across deployment scenarios.

How do I generate a state snapshot from my skills manifest?

You can generate a state snapshot from your skills manifest by analyzing inputs from skills.json, aeon.yml, skill-packs.json, and per-skill SKILL.md files. The process validates taxonomy values and outputs a snapshot alongside a human-readable article and delta-informed notification.

Do I need specific manifest files to map capability coverage?

Yes, you need specific manifest files to map capability coverage. The process requires reading local manifests like skills.json, aeon.yml, and skill-packs.json, as well as per-skill SKILL.md frontmatter, to accurately build the capability matrix and validate the locked taxonomy values.

Why do I need delta-based notifications for skill audits?

You need delta-based notifications for skill audits to inform governance of changes in capability coverage between scans. By comparing the current state snapshot against previous data, these notifications highlight newly undeclared capabilities or resolved coverage gaps for ongoing operational oversight.

Can I validate taxonomy values against my local skills configuration?

Yes, you can validate taxonomy values against your local skills configuration. The mapping process explicitly reads your pack declarations and per-skill frontmatter to validate that all declared capabilities conform to the locked 6-value taxonomy before generating the per-tier breakdown.