One-click install
npx skills add https://github.com/miptah21/skills --skill writing-skills-miptah21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/miptah21/skills/tree/main/.agents/skills/writing-skills
Command: npx skills add https://github.com/miptah21/skills --skill writing-skills-miptah21

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures AI agents follow skill instructions reliably by adapting test-driven development (RED-GREEN-REFACTOR) to process documentation, preventing rationalization-based noncompliance after deployment.

Core Features & Use Cases

  • Fail-first pressure scenarios: Defines baseline tests that intentionally combine pressures (time, sunk cost, authority, exhaustion) so you can observe how agents try to violate rules.
  • Minimal intervention instruction writing: Translates observed rationalizations into targeted, explicit counters in the skill’s SKILL.md.
  • Loophole refactoring and re-verification: Iterates until the skill remains compliant under new rationalizations.
  • Discovery-optimized skill authoring: Enforces concise SKILL.md metadata (name + description) and format/search standards for reliable selection.

Quick Start

Use when creating or editing a new skill and you want to verify agents comply with its rules under pressure 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 prevent AI agents from rationalizing rule violations in skill documentation?

To prevent AI agent noncompliance, apply test-driven development to skill documentation by creating fail-first pressure scenarios that capture rationalizations. You then write minimal targeted rules to close loopholes and re-verify until the agent complies under time, authority, or sunk-cost pressure.

What is test-driven documentation for AI skills?

Test-driven documentation applies RED-GREEN-REFACTOR principles to skill authoring. It defines fail-first baseline tests combining time, sunk cost, and authority pressures to observe agent rationalizations, then translates those observations into minimal intervention instructions.

How do I pressure test agent instructions before deployment?

Pressure test agent instructions by defining fail-first baseline scenarios that combine time, sunk cost, authority, and exhaustion pressures. This observes how agents attempt to rationalize rule violations, allowing you to iterate and refactor explicit loopholes before deployment.

How do I write skill instructions that agents follow reliably?

Write reliable skill instructions by translating observed rationalizations into minimal, targeted counters within the SKILL.md file. Iterate using loophole refactoring and re-verification until the skill remains compliant under new rationalizations and discovery-optimized standards.

Does test-driven writing work for Claude skill discovery?

Test-driven writing optimizes Claude skill discovery by enforcing concise SKILL.md metadata structure and format standards. This ensures reliable selection by search mechanisms when authoring, editing, or deploying discipline-enforcing skills.

When should I use anti-rationalization techniques for skill authoring?

Use anti-rationalization techniques when authoring, editing, or deploying discipline-enforcing skills where agents may rationalize violations under time, authority, or sunk-cost pressure. It ensures fail-first baseline testing and explicit loophole refactoring for sustained compliance.