ecosystem-standards

Audit skill directories and plugins for ecosystem standard compliance.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill ecosystem-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecosystem-standards
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/skills/ecosystem-standards
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill ecosystem-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits codebases and skill directories to ensure adherence to the ecosystem's authoritative specifications, surfacing gaps and misconfigurations before deployment.

Core Features & Use Cases

  • Verifies YAML frontmatter presence and content in SKILL.md.
  • Checks directory structure, optional components, and references for compliance.
  • Provides actionable feedback with concrete fixes for new skills, plugins, or workflows.

Quick Start

Validate or run the ecosystem-standards audit on a skill directory to generate a compliance report.

Frequently Asked Questions about ecosystem-standards

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

FAQPage Schema
How do I validate skill directory structure and frontmatter for ecosystem compliance?

To validate skill directory structure and frontmatter for ecosystem compliance, audit the skill directory to detect frontmatter presence, content violations, and reference-path errors, receiving actionable remediation recommendations for any gaps found.

What is the best way to audit plugin structures against ecosystem standards?

The best way to audit plugin structures against ecosystem standards is to run a dedicated validation audit that checks directory layout, optional components, and safety patterns, surfacing misconfigurations before deployment.

Why does my SKILL.md fail ecosystem standards validation?

Your SKILL.md fails ecosystem standards validation when it has missing or incorrect YAML frontmatter, invalid reference paths, or a directory layout that violates the authoritative specifications enforced by the audit.

Can I use ecosystem standards auditing for new workflows?

Yes, you can use ecosystem standards auditing for new workflows. The audit applies to new skills, plugins, and workflows to verify directory structure, frontmatter content, and safety patterns before deployment.

Does the standards audit check YAML frontmatter content or just its presence?

The standards audit checks both YAML frontmatter presence and content in SKILL.md files, verifying that the frontmatter fields and values conform to the ecosystem's authoritative specifications.

How do I fix reference-path violations found during a skill directory audit?

To fix reference-path violations found during a skill directory audit, follow the concrete remediation recommendations provided in the compliance report to correct the invalid paths and directory structure.