writing-skills

Standardize SKILL.md creation with mandatory frontmatter fields and structured metadata.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/yt8766/learning-agent-core --skill writing-skills-yt8766
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/yt8766/learning-agent-core/tree/main/.agents/skills/writing-skills
Command: npx skills add https://github.com/yt8766/learning-agent-core --skill writing-skills-yt8766

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skills often suffer from inconsistent structure and incomplete metadata, making discovery and safe deployment difficult. This guide enforces a standard SKILL.md format and a clear frontmatter contract to improve reliability and reuse.

Core Features & Use Cases

  • Frontmatter enforcement: Requires name and description with a concise, machine-discoverable description.
  • Progressive disclosure guidance: Recommends how to organize inline content and references for scalable skills.
  • Quality assurance patterns: Aligns with RED-GREEN-REFACTOR style testing to ensure skills behave under evaluation.
  • Resource organization: Demonstrates optional scripts/references/assets layout for larger skills.

Quick Start

Draft a new SKILL.md following the frontmatter rules and validate it using the testing workflow described in this guide.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I standardize skill authoring with consistent frontmatter and metadata?

To standardize skill authoring, draft a SKILL.md file enforcing mandatory frontmatter fields like name and description, ensuring machine-discoverable metadata and safe deployment. This approach improves reliability and reuse across teams.

What is the best way to structure documentation for scalable skill workflows?

The best way to structure scalable skill workflows is progressive disclosure: organize inline content and optional resources like scripts, references, and assets logically, ensuring safe usage and discoverability without overwhelming the user.

How does frontmatter validation ensure safe usage and discoverability for deployed skills?

Frontmatter validation ensures safe usage and discoverability by enforcing a clear metadata contract with mandatory fields, applying safety considerations, and aligning with quality assurance patterns to verify skills behave under evaluation.

Do I need specific dependencies to organize scripts and references for skill creation?

No specific dependencies are required to organize scripts and references for skill creation. The guide demonstrates an optional resource layout for larger skills, allowing flexible integration of assets within the structured metadata framework.

Why does my skill fail evaluation testing after updating documentation guidelines?

Skills fail evaluation testing after updating documentation guidelines when they lack alignment with RED-GREEN-REFACTOR quality assurance patterns. Validate your SKILL.md frontmatter and structured metadata against the testing workflow to ensure correct behavior.