skills-governance

Audit local skill collections and generate JSON and markdown reports.

425|37|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/cnfjlhj/ai-collab-playbook --skill skills-governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-governance
Source: https://github.com/cnfjlhj/ai-collab-playbook/tree/main/skills/full/skills-governance
Command: npx skills add https://github.com/cnfjlhj/ai-collab-playbook --skill skills-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users who have many local agent skills and cannot tell which are duplicates, imported plugins, or stale copies by building a filesystem-backed inventory based on real SKILL.md frontmatter and local configs.

Core Features & Use Cases

  • Filesystem-backed inventory: Recursively discovers skill directories that contain SKILL.md and reads frontmatter for accurate metadata.
  • Duplicate detection and prioritization: Groups skills by name, ranks candidates by source priority, and recommends which copy to keep.
  • Cross-root scanning and suspicious flags: Compares Codex, agents, and plugin roots, honors skills.config entries and frontmatter disable flags, and highlights plugin-import or backup-like entries.
  • Outputs: Generates human-readable Markdown reports and machine-readable JSON suitable for audits and change planning.

Quick Start

Run the bundled scan.js in this skill directory to produce a markdown inventory and duplicate report.

Frequently Asked Questions about skills-governance

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

FAQPage Schema
How do I find duplicate agent skills across local repositories?

You can identify duplicate agent skills by running a filesystem-backed inventory that recursively discovers directories containing SKILL.md frontmatter. It groups skills by name, ranks candidates by source priority, and recommends whether to keep, disable, or archive each copy.

What is the best way to audit Codex skills and imported plugins?

Auditing Codex skills involves cross-root scanning across Codex, agents, and plugin roots to honor skills.config entries and frontmatter disable flags. It flags suspicious plugin-import or backup-like entries and outputs markdown and JSON reports for change planning.

How do I generate a JSON or markdown inventory of local agent skills?

To generate a JSON or markdown inventory, run a scan that extracts SKILL.md frontmatter from discovered skill directories. This produces machine-readable JSON and human-readable markdown reports suitable for tracking audits and planning changes.

Do I need external dependencies to scan local skill collections?

No, you do not need external dependencies to scan local skill collections. The audit operates without external dependencies by reading the filesystem, extracting SKILL.md frontmatter, and respecting local skills.config entries and disable flags.

Why are some local skills flagged as suspicious during a skill audit?

Skills are flagged as suspicious during an audit when they exhibit plugin-import or backup-like characteristics. The scan identifies these entries across Codex and adjacent agent skill roots to help you declutter stale or imported copies.