writing-skills

Automate test-driven skill creation with RED-GREEN-REFACTOR workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Addresses the need for test-driven skill creation by applying RED-GREEN-REFACTOR to process documentation, ensuring skills actually prevent regression and are reusable.

Core Features & Use Cases

  • Enforces RED-GREEN-REFACTOR testing workflow for skill docs
  • Provides structured checklists, rationalization tracking, and deployment guidance
  • Helps teams iterate skills with real agent testing and feedback loops

Quick Start

Begin with the RED-GREEN-REFACTOR cycle: write failing test scenarios, implement the minimal skill, and then refactor to close loopholes.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
What is test-driven skill creation and how does it prevent documentation regression?

Test-driven skill creation applies the RED-GREEN-REFACTOR workflow to process documentation, writing failing test scenarios first to ensure skills prevent regression and remain reusable before implementation.

How do I start writing reusable skills using a RED-GREEN-REFACTOR cycle?

Begin the RED-GREEN-REFACTOR cycle by writing failing test scenarios for your skill docs, implementing the minimal skill to pass them, and refactoring to close loopholes and ensure robustness.

Does test-driven skill documentation require specific dependencies or environments?

No specific dependencies are required for test-driven skill documentation, but you need an environment capable of running real agent testing and feedback loops to validate skills before deployment.

What is the best way to ensure skill docs pass frontmatter integrity and deployment checks?

The best way to ensure skill docs pass frontmatter integrity is using structured checklists and automated validation that enforces concise descriptions and safe, auditable testing before publishing.

Why does my skill pass initial testing but fail during real agent execution?

Skills may pass initial testing but fail during real agent execution if rationalization tracking and feedback loops are not applied to close loopholes discovered during structured deployment checks.