writing-skills

Create, edit, and validate Claude skills with test-driven development.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps AI developers and teams author, modify, and validate Claude skills using a test‑driven approach, preventing undocumented or unsafe skills from being deployed.

Core Features & Use Cases

  • Defines a disciplined RED‑GREEN‑REFACTOR workflow for skill creation.
  • Provides guidelines for naming, description, and file structure.
  • Includes pressure‑scenario testing and rationalization tables.
  • Offers a script to render flowcharts for visual inspection. Use case: when building a new Claude skill or updating an existing one, run the full testing cycle to ensure compliance.

Quick Start

Execute the RED‑GREEN‑REFACTOR testing cycle to validate your skill before activation.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I validate Claude skills using test-driven development?

To validate Claude skills using test-driven development, execute a disciplined RED-GREEN-REFACTOR workflow that enforces naming conventions, description triggers, and rationalization testing to ensure reliable deployment under pressure scenarios.

What guidelines should I follow for Claude skill authoring and file structure?

Claude skill authoring requires following specific guidelines for naming conventions, description triggers, and file structure to prevent undocumented or unsafe skills from being deployed in production environments.

How do I run pressure scenario testing for AI skills?

Pressure scenario testing for AI skills is executed by running a full testing cycle that includes rationalization tables, validating compliance against edge cases before activation to ensure robust performance.

Can I visualize the skill validation workflow with flowcharts?

Yes, you can visualize the skill validation workflow using a provided script that renders flowcharts for visual inspection, helping you verify the RED-GREEN-REFACTOR testing cycle and compliance logic.

What is the best way to update an existing Claude skill safely?

The best way to update an existing Claude skill safely is running the full RED-GREEN-REFACTOR testing cycle to validate compliance, preventing undocumented modifications from causing unsafe deployments.