skill-manager

Audit agent skills for YAML frontmatter, semver, and ISO 8601 compliance.

Updated May 28, 2026
One-click install
npx skills add https://github.com/susamn/skills --skill skill-manager-susamn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/susamn/skills/tree/main/skill-manager
Command: npx skills add https://github.com/susamn/skills --skill skill-manager-susamn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of inconsistent, non-compliant agent skills that break workflows, fail to follow repository standards, and create unnecessary maintenance overhead for teams managing shared AI skill libraries.

Core Features & Use Cases

  • Compliance Auditing: Runs a detailed checklist against each skill's SKILL.md to validate YAML frontmatter, path placeholders, configuration loading rules, and structural requirements.
  • Automated Fix Proposals: Generates exact code changes to resolve non-compliant issues, and waits for explicit user approval before applying any modifications.
  • Use Case: For engineering teams maintaining a shared library of agent skills, use this to enforce consistent standards across all skills, reduce broken agent workflows, and streamline skill onboarding for new team members.

Quick Start

Request a full compliance audit of all agent skills in your ~/dotfiles/skills/ directory to identify and fix non-standard configurations.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I validate YAML frontmatter in agent skills for repository compliance?

To validate YAML frontmatter, run a compliance audit against your agent skills to enforce mandatory fields, valid semver versioning, and ISO 8601 date formats. This identifies non-standard configurations and ensures structural consistency across shared libraries.

What is the best way to standardize AI agent skills across a shared team library?

The best way to standardize agent skills is applying an automated compliance audit that checks YAML frontmatter, configuration loading rules, and path placeholders. This enforces established repository patterns and reduces broken agent workflows for engineering teams.

Can I automatically fix non-compliant path placeholders and configuration loading rules?

Yes, you can automatically fix non-compliant path placeholders and configuration rules. The audit generates exact code changes to resolve issues but waits for explicit user approval before applying any modifications to maintain skill reliability.

Does the skill audit require manual approval before modifying configuration files?

Yes, the skill audit requires explicit user approval before modifying configuration files. This safety mechanism ensures exact code changes proposed to resolve non-compliant issues are reviewed, maintaining skill reliability and prevent unauthorized modifications.

Why does semver versioning and ISO 8601 date formatting matter for skill maintenance?

Semver versioning and ISO 8601 date formatting matter for skill maintenance because they enforce structural consistency and track skill evolution. Validating these mandatory frontmatter fields ensures reliable dependency management and streamlined onboarding for shared libraries.