writing-skills

Create, edit, and verify AI skill files using test-driven development.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/PlazaCC/antes-da-tela --skill writing-skills-plazacc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/PlazaCC/antes-da-tela/tree/main/.agents/skills/writing-skills
Command: npx skills add https://github.com/PlazaCC/antes-da-tela --skill writing-skills-plazacc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It ensures AI skill documentation is created, edited, and validated using a test‑driven approach, preventing incomplete or non‑compliant skills from being deployed.

Core Features & Use Cases

  • TDD‑style workflow: Red‑Green‑Refactor cycle for skill creation.
  • Pressure‑scenario templates: Ready‑made subagent tests to expose rationalizations.
  • Checklist & rationalization table: Guides authors to close loopholes and document red‑flags.
  • Use cases: Authoring new techniques, updating existing patterns, or verifying discipline‑enforcing skills before release.

Quick Start

Run the writing-skills skill to author or modify a skill file and then execute the subagent tests to verify it before deployment.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I use TDD to write and verify AI skill documentation?▼

AI skills can be validated for deployment compliance using TDD by applying a Red-Green-Refactor workflow, running pressure-scenario subagent tests to expose rationalizations, and completing a compliance checklist to close loopholes.

What is the best way to update existing AI skills without breaking compliance?▼

Update existing AI skills by editing the skill files and then executing pressure-scenario subagent tests to verify discipline and ensure frontmatter compliance prior to release.

How do subagent pressure-scenario templates work when testing AI skills?▼

Subagent pressure-scenario templates expose rationalizations in AI skills by providing ready-made test scenarios that authors use alongside a rationalization table to close loopholes and document red-flags.

Do I need to execute code to validate skill documentation with TDD?▼

No code execution is needed to validate skill documentation with TDD; the process provides guidelines, templates, and checklists to generate proper frontmatter and enforce discipline through static verification.

When should I use a TDD workflow for authoring AI skills?▼

Use a TDD workflow for authoring AI skills when building new techniques, updating existing patterns, or verifying discipline-enforcing skills before release to prevent incomplete or non-compliant deployments.