One-click install
npx skills add https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3 --skill writing-skills-ai-driven-highspeed-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3/tree/main/modules/dev/instruction_core/data/skills/writing-skills
Command: npx skills add https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3 --skill writing-skills-ai-driven-highspeed-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill authors often struggle to produce consistent, high-quality SKILL.md files that adhere to the Agent Skills open standard. This skill teaches users how to structure frontmatter, write clear body instructions, and follow naming conventions to ensure reliable loading and discovery.

Core Features & Use Cases

  • YAML frontmatter validation: ensures name and description are present and correctly formatted.
  • Body content guidance: outlines guidance for the instruction text, progressive disclosure, and example patterns.
  • Directory layout & naming: explains the expected folder structure, kebab-case naming, and how to organize optional resources.
  • Quality examples: contrasts good vs bad SKILL.md examples to illustrate best practices.
  • Use cases include creating new skills, reviewing existing skills for quality, and learning the Agent Skills format.

Quick Start

Review a candidate SKILL by checking that the frontmatter contains a valid name and description, and that the body follows the recommended structure.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I validate YAML frontmatter in a SKILL.md file?

To validate YAML frontmatter in a SKILL.md file, ensure the required name and description fields are present and correctly formatted. This validation enforces the Agent Skills open standard for reliable loading and discovery.

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

The correct structure for agent skills uses kebab-case naming conventions and specific folder layouts. Optional resources are organized within expected directories to ensure proper skill validation, review, and QA workflows.

How do I review existing agent skills for quality and compliance?

Review existing agent skills for quality by analyzing the SKILL.md body content, verifying the 3-level loading model, and checking dependencies and components. This process enforces structure, naming conventions, and metadata accuracy.

What makes a good SKILL.md file compared to a bad one?

A good SKILL.md file features valid YAML frontmatter, clear body instructions, progressive disclosure, and example patterns. Bad files lack required metadata, proper structure, and fail toxicity checks for unsafe content detection.

When do I need to use the 3-level loading model for skill validation?

You need the 3-level loading model during skill validation to enforce proper structure and metadata discovery. It ensures dependencies and components are correctly verified before agent skills are loaded.

Can I check agent skills for unsafe content or toxicity?

Yes, you can check agent skills for unsafe content. The skill validation process analyzes SKILL.md files and reports toxicity if unsafe content is detected, ensuring secure execution environments.