skill-best-practices

Validate agent skill metadata against the agentskills.io specification.

1|1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill skill-best-practices-rodrigobranas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-best-practices
Source: https://github.com/rodrigobranas/formacao_ia_arq_t1_4/tree/main/mastra-rag/.agents/skills/skills-best-practices
Command: npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill skill-best-practices-rodrigobranas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

This Skill provides a standardized, scalable approach to authoring professional-grade agent skills, ensuring consistent metadata, structure, and validation so new skills are discoverable, lean, and deployable.

Core Features & Use Cases

  • Establish consistent naming, descriptions, and folder structure for new skills to improve maintainability and discovery.
  • Provide templates, validation scripts, and reference checklists to enforce compliance with the agentskills.io specification.
  • Enable progressive disclosure by moving large schemas or complex rules to references/ and auto-loading them only when needed.

Quick Start

Follow the five-step procedure to create a compliant skill unit that adheres to agentskills.io standards.

Frequently Asked Questions about skill-best-practices

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

FAQPage Schema
How do I validate agent skill metadata for agentskills.io compliance?

Validate agent skill metadata by applying a builder-like workflow with a validation script and reference checklist. This enforces compliance with the agentskills.io specification, checking naming, description, folder layout, and frontmatter to ensure content is lean and deployable.

What is progressive disclosure in agent skill folder layout?

Progressive disclosure moves large schemas or complex rules to a references directory, auto-loading them only when needed. This keeps the main SKILL.md content lean and safe while maintaining access to detailed validation procedures.

How do I structure new agent skills to improve discoverability and maintainability?

Structure new agent skills by establishing consistent naming, descriptions, and folder layout. Following the standardized five-step procedure ensures the skill unit adheres to agentskills.io standards, making it scalable, discoverable, and deployable.

Does the skill validation workflow require external dependencies?

The skill validation workflow requires no external dependencies. It applies to new and existing skill directories by enforcing compliance through a built-in validation script and reference checklist to ensure safe, deployable SKILL.md content.

What's the best way to author professional-grade agent skills?

The best way to author agent skills is using a standardized, scalable approach with templates and validation scripts. This ensures consistent metadata, structure, and frontmatter validation so new skills are discoverable, lean, and deployable.

When should I move schemas to the references folder in an agent skill?

Move large schemas or complex rules to the references folder when they would otherwise bloat the main SKILL.md file. This progressive disclosure approach auto-loads them only when needed, keeping the primary content lean and deployable.