agent-skills

Author and improve Agent Skills following the agentskills.io specification.

5|Updated Mar 16, 2019
One-click install
npx skills add https://github.com/third774/dotfiles --skill agent-skills-third774
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skills
Source: https://github.com/third774/dotfiles/tree/main/opencode/skill/agent-skills
Command: npx skills add https://github.com/third774/dotfiles --skill agent-skills-third774

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill explains how to author, modify, and review Agent Skills following the agentskills.io specification.

Core Features & Use Cases

  • Specification Compliance: Ensures frontmatter, structure, and progressive disclosure.
  • Authoring Workflow: Provides checklists for creating or updating skills.
  • Quality Checks: Validation guidance and best-practices references.

Quick Start

Create a new SKILL.md following the specification and structure directories as outlined.

Frequently Asked Questions about agent-skills

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

FAQPage Schema
How do I create a new Agent Skill following the agentskills.io specification?

Author a new Agent Skill by creating a SKILL.md file with correct frontmatter, a concise body following progressive disclosure, and proper directory structure. The specification enforces naming rules, descriptions, and reference-file guidance to ensure compliance and discoverability.

What does progressive disclosure mean when authoring Agent Skills?

Progressive disclosure in Agent Skills means structuring documentation so users encounter essential information first, then deeper details on demand. This approach keeps SKILL.md bodies concise while supporting reference files and layered explanations for complex tasks.

How do I validate that my Agent Skill meets quality standards?

Review your Skill against the agentskills.io specification checklist: verify frontmatter correctness, naming and description rules, optional metadata presence, structured directory layout, and progressive-disclosure workflow. Quality checks ensure consistency and proper organization across your Skill repository.

Can I modify an existing Agent Skill to improve its documentation?

Yes, modify existing skills by updating SKILL.md files and reorganizing directories to enforce proper naming, descriptions, and progressive disclosure. The specification provides guidance for improving Skill clarity, structure, and compliance with agentskills.io standards.

What frontmatter fields are required versus optional in an Agent Skill?

Agent Skills require core frontmatter fields defined by the agentskills.io specification for proper function and discovery. Optional metadata fields allow additional context; the specification documents which fields are mandatory and which enhance Skill quality without being essential.

How should I organize my Agent Skills directory structure?

Organize Skill directories following the agentskills.io specification structure guidelines, using consistent naming conventions and logical groupings. Proper directory layout ensures scalability, discoverability, and enables effective progressive-disclosure workflows across your Skill collection.