Agent skill

Auggie

Tool: TDD mode and intelligent refactoring

Stars 10
Forks 1

Install this agent skill to your Project

npx add-skill https://github.com/hivellm/rulebook/tree/main/templates/skills/cli/auggie

SKILL.md

Auggie (Augment CLI) Rules

Tool: TDD mode and intelligent refactoring

Quick Start

bash
npm install -g augment-cli
augment --tdd

Usage

bash
# TDD mode with AGENTS.md:
augment --tdd --context AGENTS.md

# In prompts:
"Follow @AGENTS.md. Write tests for [feature], then implement."

Workflow

  1. Use --tdd flag for test-first development
  2. Include --context AGENTS.md
  3. Auggie writes tests, then implementation
  4. Review and verify coverage

Critical: TDD mode aligns perfectly with AGENTS.md test-first approach.

Didn't find tool you were looking for?

Be as detailed as possible for better results