What problem does it solve?
This Skill provides a comprehensive guide to creating and improving Agent Skills using the open standard format, covering metadata, directory structure, writing instructions, and best practices.
Core Features & Use Cases
- Format Guidance: Offers the open standard format details, required frontmatter, and Markdown body structure.
- Directory Layout: Explains the minimum and full directory structures for skills.
- Description Writing: Includes rules for writing effective descriptions to trigger the skill correctly.
- Progressive Disclosure: Describes how skills manage context efficiently by loading metadata, instructions, and resources.
- Resource Usage: Details when and how to use scripts, references, and assets within the skill.
- UI Metadata: Provides guidance on how to structure
agents/openai.yaml for UI display on skill lists.
- Repo-Specific Conventions: Outlines conventions followed in this repository for skills development.
- Skill Naming: Defines rules for naming skills in the repository.
- What Not to Include: Lists what should not be included in a skill folder.
- Checklist: Provides a detailed checklist for verifying skill completeness before shipping.
- Further Reading: Links to additional resources and specifications.
- Delegated Execution: Explains the philosophy behind assigning subagents for skill execution.
Quick Start
Use the skill-writing-guide skill to create or enhance your own Agent Skill.