dev-full-auto

dev-full-auto is a skill for Claude Code from ToruAI/toru-claude-agents. It costs 30 tokens per session (2,560 once invoked), scanned A, original, MIT.

An autonomous software-development workflow that takes a written specification through planning, coding, testing, and review.

In plain words
What is it for?
It helps build software from a specification, run checks, fix failures, and continue until tests, linting, security checks, or another defined condition passes—or a real blocker is found.
Why use it?
It reduces the need to repeatedly guide an agent or decide whether work is truly finished by checking objective completion conditions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the toru-claude-agents plugin — 15 skills, 7 agents, 1 MCP server shipped together

Good fit It helps build software from a specification, run checks, fix failures, and continue until tests, linting, security checks, or another defined condition passes—or a real blocker is found.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/toruai/toru-claude-agents/dev-full-auto
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ToruAI/toru-claude-agents --skill dev-full-auto
Clone the repo
git clone --depth 1 https://github.com/ToruAI/toru-claude-agents

Made for: Claude Code.

Or install toru-claude-agents, the plugin that ships this one along with the rest of its 15 skills, 7 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dev-full-auto

README.md
[![agentmods](https://agentmods.dev/badge/skills/toruai/toru-claude-agents/dev-full-auto/github.svg)](https://agentmods.dev/skills/toruai/toru-claude-agents/dev-full-auto)
Your own site
<a href="https://agentmods.dev/skills/toruai/toru-claude-agents/dev-full-auto"><img src="https://agentmods.dev/badge/skills/toruai/toru-claude-agents/dev-full-auto/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dev-full-auto

Your own site · 80×15
<a href="https://agentmods.dev/skills/toruai/toru-claude-agents/dev-full-auto"><img src="https://agentmods.dev/badge/skills/toruai/toru-claude-agents/dev-full-auto.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,560 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.02560
Opus 5 $0.00015 $0.01280
Sonnet 5 $0.00006 $0.00512
Haiku 4.5 $0.00003 $0.00256

Measured 9d ago against content hash fb291de03097, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dev-full-auto scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage" \
skills/dev-full-auto/SKILL.md · 408 lines

How it starts

The opening of the file, as written. The whole thing — 408 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dev Full Auto - Autonomous Development

Spec in. Production-ready software out. I make decisions, you review results.

Philosophy: The Ralph Loop

"The best code review is reviewing working software, not plans."

This skill implements the Ralph Loop paradigm - continuous iteration until machine-verifiable completion, not subjective "I think I'm done."

Why Ralph Loop?

Traditional AI assistance fails because:

  • Premature exit: AI stops when it feels done, not when it is done
  • Context breaks: Restarting loses all progress
  • Subjective completion: "Looks good to me" isn't verifiable

Ralph Loop solves this:

  • External state as memory: Git commits, test results, file changes persist across iterations
  • Machine-verifiable exit: Tests pass? Lint clean? Security audit green? THEN done.
  • Continuous iteration: Keep working until objective criteria met

The Core Loop

┌─────────────────────────────────────────────┐
│                                             │
│  ┌─────────┐    ┌─────────┐    ┌─────────┐ │
│  │  Build  │───▶│  Check  │───▶│  Pass?  │ │
│  └─────────┘    └─────────┘    └────┬────┘ │
│       ▲                             │      │
│       │            No               │      │
│       └─────────────────────────────┘      │
│                                     │ Yes  │
│                              ┌──────▼────┐ │
│                              │   DONE    │ │
│                              └───────────┘ │
└─────────────────────────────────────────────┘

I don't exit because I think I'm done. I exit when:

  • ✓ All tests pass
  • ✓ Lint returns 0
  • ✓ Build succeeds
  • ✓ Security audit clean
  • ✓ Docs exist

You give me a spec. I build it. I test it. I secure it. I document it. You come back to software that works.

When to Use

  • Clear requirements exist (written or verbal)
  • You trust me to make reasonable decisions
  • You have time away (hours, not minutes)
  • You want working software, not status updates

Read the full file on GitHub · 408 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 408 lines · 30 tokens per session scan A fb291de03097

Subscribe to this mod's changes

dev-full-auto is a skill published in the GitHub repository ToruAI/toru-claude-agents (15 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 2,560 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories