writing-skills

Create and validate SKILL.md entries with YAML frontmatter under a RED-GREEN-REFACTOR cycle.

7|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/gustavo-ferreira03/my-career-toolbox --skill writing-skills-gustavo-ferreira03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/gustavo-ferreira03/my-career-toolbox/tree/main/.agents/skills/writing-skills
Command: npx skills add https://github.com/gustavo-ferreira03/my-career-toolbox --skill writing-skills-gustavo-ferreira03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing skills provide a disciplined, test-driven approach to creating, editing, and validating Skills documentation, ensuring clarity, consistency, and repeatability across deployments.

Core Features & Use Cases

  • Red-Green-Refactor workflow for skill docs: apply TDD to documentation, capturing baseline failures, implementing minimal skills, and closing loopholes.
  • Baseline testing and validation: design pressure scenarios, record rationalizations verbatim, and verify compliance after changes.
  • Author guidance for discovery and structure: enforce YAML frontmatter with name/description and a concise, third-person description for better search and reuse.
  • Use Case: when adding or updating Skills, ensure the documentation passes a testing cycle before deployment.

Quick Start

Create pressure scenarios, observe failures without the skill, implement the skill, and re-test until all tests pass.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I test documentation to prevent skill drift?

Test documentation to prevent skill drift by applying a Red-Green-Refactor cycle that captures baseline failures, implements minimal skill updates, and verifies compliance through structured pressure scenarios.

What is test-driven documentation for skill authoring?

Test-driven documentation for skill authoring is a disciplined method that validates SKILL.md entries by recording rationalizations verbatim and enforcing progressive-disclosure structures to ensure correctness and repeatability across deployments.

How do I structure SKILL.md files for better search and reuse?

Structure SKILL.md files for better search and reuse by enforcing minimal YAML frontmatter with a name and description, using a concise third-person description to maximize discoverability and maintain consistent documentation quality.

Can I edit existing SKILL.md entries using a test-driven approach?

You can edit existing SKILL.md entries using a test-driven approach by designing pressure scenarios, observing failures without the updated skill, and re-testing until all validation tests pass before deployment.

What's the best way to validate skills before deployment?

The best way to validate skills before deployment is to run a structured testing cycle that verifies YAML frontmatter compliance, checks progressive-disclosure body content, and confirms all pressure scenario tests pass.