building-agent-skills

Create self-contained AI agent skills following the agentskills.io standard.

4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Mu2e/aitools --skill building-agent-skills-mu2e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-agent-skills
Source: https://github.com/Mu2e/aitools/tree/main/skills/building-agent-skills
Command: npx skills add https://github.com/Mu2e/aitools --skill building-agent-skills-mu2e

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured and standardized way to create new AI agent skills, ensuring they adhere to best practices and the agentskills.io specification.

Core Features & Use Cases

  • Standardized Skill Creation: Guides users through creating SKILL.md files with correct YAML frontmatter and Markdown structure.
  • Naming Convention Enforcement: Ensures skill names follow the verb-ing-noun pattern and match folder names.
  • Directory Structure Guidance: Outlines the recommended organization of SKILL.md, scripts/, references/, and assets/.
  • Progressive Disclosure Adherence: Teaches how to structure content for efficient loading by the agent.

Quick Start

Use the building-agent-skills skill to create a new skill named 'data-analysis-tool' with a description 'Analyzes data using Python scripts'.

Frequently Asked Questions about building-agent-skills

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

FAQPage Schema
How do I create an AI agent skill that follows standard conventions?

To create an AI agent skill, generate a `SKILL.md` file with mandatory YAML frontmatter and Markdown structure compliant with the agentskills.io specification, ensuring modular and portable functionalities.

What is the correct naming convention and directory structure for agent skills?

The correct directory structure for agent skills organizes `SKILL.md`, `scripts/`, `references/`, and `assets/` folders, while enforcing a `verb-ing-noun` naming pattern that matches the root folder name.

How do I structure agent skills for efficient loading by the agent?

Structure agent skills for efficient loading by applying progressive disclosure, organizing content within `SKILL.md` so the agent retrieves only necessary information incrementally rather than processing large blocks.

What is the agentskills.io standard for self-contained AI functionalities?

The agentskills.io standard defines self-contained AI functionalities through mandatory frontmatter, strict naming conventions, and modular directory structures to ensure portability across different agent environments.

Do I need specific dependencies to build modular agent skills?

No specific dependencies are required to build modular agent skills, as the tool focuses on guiding the creation of standardized files and directory structures without external package requirements.