writing-skills

Write and validate Claude Skills documentation using RED-GREEN-REFACTOR workflows.

125|16|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/aaddrick/claude-pipeline --skill writing-skills-aaddrick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/aaddrick/claude-pipeline/tree/main/.claude/skills/writing-skills
Command: npx skills add https://github.com/aaddrick/claude-pipeline --skill writing-skills-aaddrick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a test-driven approach to writing and validating Claude Skills documentation. It helps teams write clear skill documentation, test it using pressure scenarios with subagents, capture rationalizations, and enforce deployment-ready quality before publishing or updating skills.

Core Features & Use Cases

  • Red-Green-Refactor workflow: baseline failure analysis, minimal skill creation, and explicit countermeasures to close loopholes.
  • Rationalization tracking: document exact rationalizations agents use to bypass rules; build a red-flag system and countermeasures.
  • Deployment readiness: verification checks to ensure skills are tested before deployment, including checklists and meta-testing patterns.
  • Use Case: Creating a new skill: perform RED baseline tests, write SKILL.md per guidelines, then GREEN verification.

Quick Start

  1. Draft a new SKILL.md with the required frontmatter and description.
  2. Execute the RED-GREEN-REFACTOR testing workflow as described in testing-skills-with-subagents.md.
  3. Validate deployment readiness and update the skill iteratively until you reach bulletproof compliance.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I test Claude Skills documentation before deployment?

Test Claude Skills documentation by executing a RED-GREEN-REFACTOR workflow that runs baseline failure analysis, minimal skill creation, and verification checks to ensure deployment readiness before publishing or updating.

What is the RED-GREEN-REFACTOR workflow for skill writing?

The RED-GREEN-REFACTOR workflow for skill writing is a test-driven approach where RED establishes baseline failure analysis, GREEN creates minimal skill documentation to pass tests, and REFACTOR applies explicit countermeasures to close loopholes.

How do I track rationalizations that bypass skill documentation rules?

Track rationalizations that bypass skill documentation rules by documenting the exact rationalizations agents use during subagent pressure scenarios, then building a red-flag system with targeted countermeasures to prevent future evasion.

Do I need YAML frontmatter to write and validate a SKILL.md file?

You need YAML frontmatter with name and description fields to write and validate a SKILL.md file. The skill documentation process assumes this required frontmatter structure while allowing optional references to extended guides.

What's the best way to verify deployment readiness for Claude Skills?

The best way to verify deployment readiness for Claude Skills is to apply deployment checklists and meta-testing patterns across multiple passes, ensuring pressure scenarios pass GREEN verification and rationalization countermeasures are enforced before publishing.