writing-skills

Create, edit, and verify AI agent skills using Test-Driven Development.

9|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/AetherCore-Dev/ag402 --skill writing-skills-aethercore-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/AetherCore-Dev/ag402/tree/main/.claude/skills/writing-skills
Command: npx skills add https://github.com/AetherCore-Dev/ag402 --skill writing-skills-aethercore-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, TDD-driven approach to creating, editing, and verifying AI agent skills, ensuring they are robust, effective, and resistant to loopholes.

Core Features & Use Cases

  • Skill Authoring Guidance: Follows Test-Driven Development principles for documentation.
  • Rationalization Countermeasures: Provides techniques to prevent AI agents from bypassing skill rules under pressure.
  • Use Case: When developing a new skill for code review, use this skill to ensure the review process is strictly followed even when agents are under time pressure or have already spent significant effort on the code.

Quick Start

Use the writing skills skill to create a new skill for managing database migrations.

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 for AI agent skill creation and documentation?

Use TDD for AI agent skill creation by writing tests that enforce documented procedures before finalizing skill behavior. This methodology iteratively refines documentation to ensure agents comply with rules under constraints like time pressure or sunk costs.

How can I prevent AI agents from bypassing skill rules under time pressure?

Prevent AI agents from bypassing skill rules under time pressure by applying rationalization countermeasures during skill authoring. This involves rigorous testing to identify and close loopholes where agents might skip required steps due to authority or effort constraints.

What is the best way to ensure agent compliance with documented procedures?

The best way to ensure agent compliance with documented procedures is through iterative refinement using a test-driven approach. By stress-testing the skill against various pressures, you expose and close loopholes where the agent might deviate from the rules.

Does test-driven skill development work for complex agent behaviors like code review?

Test-driven skill development works for complex agent behaviors like code review by verifying the process is strictly followed. It addresses challenges such as time constraints and sunk costs, ensuring agents do not skip review steps.

When do I need to apply rationalization countermeasures during skill editing?

Apply rationalization countermeasures during skill editing when agents might bypass rules under pressures like authority influence or sunk costs. These countermeasures expose loopholes through targeted testing, ensuring strict adherence to the documented workflow.

Why does my AI agent skip steps in a workflow despite clear documentation?

Your AI agent skips steps in a workflow despite clear documentation because it finds loopholes under pressures like time constraints or sunk costs. Using a test-driven refinement approach identifies and closes these rationalization gaps.