writing-skills

Apply test-driven development to create and validate SKILL.md files.

Updated Mar 3, 2025
One-click install
npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill writing-skills-lzy2333
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/LZY2333/LZY-FE-JumpTrack/tree/main/agent-configs/skills/writing-skills
Command: npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill writing-skills-lzy2333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing skills for Claude is error-prone without a structured approach. This guide provides a test-driven framework to craft, edit, and validate Skills, ensuring consistency and robust deployment.

Core Features & Use Cases

  • Standardized frontmatter and structure for SKILL.md to enable reliable discovery.
  • Step-by-step guidance for RED-GREEN-REFACTOR style Skill development, including risk/rationalization tracking.
  • Evidence-based templates and patterns to facilitate reuse and maintainability across Skill libraries.

Quick Start

Draft a new SKILL.md using the required frontmatter and structure, then iterate tests and refine it before deployment.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I structure SKILL.md documentation for reliable discovery?▼

To structure SKILL.md documentation for reliable discovery, include required frontmatter fields like name and description, then follow the enforced SKILL.md structure to maintain consistency across the skill library.

What is test-driven development for writing Claude skills?▼

Test-driven development for writing Claude skills is a structured framework applying RED-GREEN-REFACTOR iterations to skill creation, tracking risks and rationalizations to ensure robust deployment and prevent errors.

How to validate a skill before deployment?▼

To validate a skill before deployment, apply the provided testing guidance to check frontmatter completeness, enforce SKILL.md structure, and review red flags to ensure quality assurance across the writing-skills family.

Does this skill writing workflow support editing existing skills?▼

Yes, this skill writing workflow supports editing existing skills by applying test-driven validation steps to refine SKILL.md files, ensuring updated documentation maintains structural consistency and passes quality checks.

What is the best way to ensure quality assurance when creating new skills?▼

The best way to ensure quality assurance when creating new skills is using evidence-based templates and patterns, iterating with RED-GREEN-REFACTOR cycles, and validating structure before deployment.