amcos-skill-management

Validate skill directories and trigger PSS reindexing for AMCOS governance.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Emasoft/ai-maestro-chief-of-staff --skill amcos-skill-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amcos-skill-management
Source: https://github.com/Emasoft/ai-maestro-chief-of-staff/tree/main/skills/amcos-skill-management
Command: npx skills add https://github.com/Emasoft/ai-maestro-chief-of-staff --skill amcos-skill-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates the integrity of skill directories and coordinates the discovery and activation of agent skills across plugins for AMCOS governance.

Core Features & Use Cases

  • Validate skill directories using the skills-ref validator to ensure frontmatter correctness and reference integrity.
  • Trigger and manage reindexing of skills in Perfect Skill Suggester (PSS) to refresh keyword extraction and co-usage relationships.
  • Coordinate skill activation and discovery workflows across AMCOS roles and team agents.

Quick Start

Validate a skill directory and trigger a PSS reindex to refresh the index.

Frequently Asked Questions about amcos-skill-management

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

FAQPage Schema
How do I validate agent skill directories for frontmatter correctness?

You validate agent skill directories by running the skills-ref validator to ensure YAML frontmatter correctness and reference integrity. This checks that required name and description fields exist in the frontmatter and a SKILL.md file is present at the skill root.

How does skill reindexing work in Perfect Skill Suggester?

Skill reindexing in Perfect Skill Suggester (PSS) is triggered to refresh keyword extraction and co-usage relationships. It updates the discovery index so accurate skills are surfaced based on validated skill structures and metadata.

What do I need in my skill directories to pass skill validation?

To pass skill validation, your skill directories need YAML frontmatter containing the name and description fields, along with a SKILL.md file located at the skill root. Access to the skills-ref validator is also required.

Can I coordinate skill activation and discovery workflows across team agents?

You can coordinate skill activation and discovery workflows across team agents during per-team AMCOS governance. This process uses validated skill structures and PSS reindexing to manage how skills are discovered and activated.

Why does skill discovery fail after updating skill metadata?

Skill discovery fails when skill metadata lacks proper YAML frontmatter or a root SKILL.md file. Validation checks frontmatter correctness and reference integrity, and you must trigger a PSS reindex to refresh the discovery index.