writing-anionzo-skills

Enforce RED-GREEN-REFACTOR workflow with baseline red tests before writing SKILL.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces rigorous, test-driven skill creation for the Anionzo ecosystem by guiding baseline RED testing before content, then GREEN SKILL writing and REFACTOR iterations to close loopholes.

Core Features & Use Cases

  • Phase-driven workflow (RED → GREEN → REFACTOR) to ensure skills are validated under pressure
  • HARD-GATE markers to prevent skipping baseline testing
  • Clear documentation artifacts (CREATION-LOG.md) and pressure templates for repeatable validation
  • Applies to creating, editing, or verifying any Anionzo skill for bulletproof behavior

Quick Start

Train the team to run Phase 1 RED tests without loading the skill, then create a minimal SKILL.md in GREEN and iterate through REFACTOR until all rationalizations are addressed.

Frequently Asked Questions about writing-anionzo-skills

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

FAQPage Schema
How do I apply test-driven development to skill creation?

Test-driven skill creation forces baseline RED tests before writing any SKILL.md content. You run Phase 1 RED tests without loading the skill, then create a minimal SKILL.md in GREEN and iterate through REFACTOR until all rationalizations are addressed.

What is the RED-GREEN-REFACTOR workflow for validating skills?

The RED-GREEN-REFACTOR workflow is a phased testing process ensuring skills are validated under pressure. RED captures baseline test failures, GREEN writes minimal SKILL.md content to pass, and REFACTOR closes loopholes by addressing every rationalization.

How to prevent skipping baseline tests when building skills?

HARD-GATE markers prevent skipping baseline testing during skill creation. These markers enforce the RED phase requirements, ensuring Phase 1 baseline tests are executed and documented before any SKILL.md content generation begins.

Why does my skill need a CREATION-LOG.md and pressure templates?

CREATION-LOG.md and pressure templates provide clear documentation artifacts for repeatable validation. They capture the test-driven creation process, ensuring bulletproof behavior by recording pressure testing results and rationalization closures across REFACTOR iterations.

Do I need YAML frontmatter for every Anionzo skill?

YAML frontmatter including name and description is required for every Anionzo skill. The test-driven creation workflow enforces this requirement alongside adherence to the Shared Output Contract to ensure consistent skill behavior.

What is the best way to close rationalizations during skill testing?

Closing rationalizations requires iterating through the REFACTOR phase of the RED-GREEN-REFACTOR workflow. You address each rationalization captured during RED baseline testing by updating the SKILL.md until all pressure testing loopholes are closed.