writing-skills

Document and validate Claude Skills using a test-driven RED-GREEN-REFACTOR workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, test-driven approach to writing, editing, and validating Claude Skills to ensure they are provably compliant under pressure before deployment.

Core Features & Use Cases

  • TDD-based workflow: apply RED-GREEN-REFACTOR cycles to skill documentation.
  • Validation scaffolds: baseline testing, rationalization capture, red flags, and deployment readiness checks.
  • Progressive disclosure: organize content to keep essential guidance inline while linking heavy references as needed.
  • Cross-skill referencing: encourage reuse and consistency across Skill library.

Quick Start

Create a minimal Skill following the RED-GREEN-REFACTOR cycle and validate it with a baseline test before deployment.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
What is test-driven development for skill authoring?

Test-driven development for skill authoring applies RED-GREEN-REFACTOR cycles to documentation, ensuring Claude Skills are provably compliant and validated before deployment across instances.

How do I validate a Claude Skill before deployment?

You validate a Claude Skill by running baseline tests, capturing rationalizations, checking red flags, and verifying deployment readiness to ensure YAML frontmatter accuracy and trigger discovery.

Can I use TDD workflows to edit existing Claude Skills?

Yes, you can apply test-driven development workflows to edit existing Claude Skills, using validation scaffolds and progressive disclosure to reorganize content and maintain cross-skill referencing consistency.

Does skill authoring require specific YAML frontmatter formatting?

Skill authoring requires accurate YAML frontmatter formatting to ensure concise descriptions trigger discovery and integration with rationalization tracking and deployment readiness checks.

What is the best way to structure Claude Skill documentation?

The best way to structure Claude Skill documentation is through progressive disclosure, keeping essential guidance inline while linking heavy references to encourage cross-skill reuse and consistency.

Why does my Claude Skill fail deployment readiness checks?

Your Claude Skill fails deployment readiness checks when it lacks baseline test validation, contains red flags, or misses rationalization capture required to prove compliance under pressure.