writing-skills

Standardize Claude skill creation with a frontmatter-driven template and testing references.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cyarie/cyarie-claude-plugin --skill writing-skills-cyarie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/cyarie/cyarie-claude-plugin/tree/main/skills/writing-skills
Command: npx skills add https://github.com/cyarie/cyarie-claude-plugin --skill writing-skills-cyarie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams create Claude skills consistently by providing a structured template, clear directive language, and a tested methodology for documentation.

Core Features & Use Cases

  • Provides a repeatable skill-writing framework that supports skill-template.md, directive-patterns.md, and testing references.
  • Guides users through writing motivation-driven frontmatter, robust example sections, and practical quick-start prompts.
  • Enables cross-project discovery and maintenance by favoring cross-referenced references over duplication.

Quick Start

Copy the skill-template.md, fill in the name and description, and tailor sections to fit your use case.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I create a Claude skill with consistent documentation structure?

To create a Claude skill with consistent documentation, copy the skill-template.md file, fill in the frontmatter with a discoverable name and description, and tailor the remaining sections to fit your specific use case.

What are directive patterns in Claude skill writing?

Directive patterns are standardized language guidelines documented in directive-patterns.md that ensure your Claude skill instructions are safe, testable, and consistently interpreted across different projects and environments.

How do I test Claude skills using test-driven development?

You test Claude skills using test-driven development by following the testing references provided within the skill-writing framework, which enforce safe and testable patterns before deploying your skill templates.

Can I use this skill-writing framework for cross-project documentation?

Yes, the skill-writing framework supports cross-project discovery and maintenance by favoring cross-referenced reference materials over content duplication, ensuring robust documentation across multiple projects.

What's the best way to write frontmatter for Claude skill docs?

The best way to write frontmatter for Claude skill docs is to follow a motivation-driven structure that satisfies discoverability requirements, ensuring both the name and description fields are clearly defined for searchability.

Why do my Claude skill templates lack consistent structure across projects?

Your Claude skill templates lack consistent structure because they are missing a frontmatter-driven standard, which this framework solves by providing a repeatable template and clear directive language guidance.