auto-auto

Generate a ready-to-run Claude Code workspace with CLAUDE.md, workflow.md, and .mcp.json.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/NTT123/auto-auto --skill auto-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-auto
Source: https://github.com/NTT123/auto-auto/tree/main/.claude/skills/auto-auto
Command: npx skills add https://github.com/NTT123/auto-auto --skill auto-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a fully self-contained workspace from a user's task description, enabling Claude Code to run the task with built-in guardrails and verification.

Core Features & Use Cases

  • Generates a complete workspace directory with CLAUDE.md, workflow configuration, MCP wiring, and launch instructions, so tasks can be executed end-to-end.
  • Enforces a verification-first design approach, ensuring rigorous checks are planned before implementation.
  • Produces a reusable blueprint for repetitive automation tasks, suitable for project-level skills and rapid task scaffolding.

Quick Start

Describe your task to Auto-Auto and Claude Code will generate a ready-to-run workspace you can start by cd-ing into the generated directory.

Frequently Asked Questions about auto-auto

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

FAQPage Schema
How do I scaffold a complete Claude Code workspace from a task description?

Workspace scaffolding from a task description generates a ready-to-run Claude Code project directory containing CLAUDE.md, workflow.md, and .mcp.json files with built-in guardrails.

What is verification-first workflow design for automated task execution?

Verification-first workflow design plans rigorous checks and establishes explicit guardrails before implementation begins, ensuring generated workspaces satisfy automated verification criteria end-to-end.

Can I generate reusable automation blueprints for repetitive project tasks?

You can generate reusable blueprints for repetitive project tasks by producing self-contained workspace configurations that standardize workflow design and verification across multiple automated executions.

Do I need any external dependencies to generate a workflow-driven workspace?

No external dependencies are required to generate a workflow-driven workspace, as the generator operates independently across task-definition, research, workflow design, verification, and scaffolding phases to produce complete project files.

How do I start running a generated Claude Code project after scaffolding?

To start running a generated Claude Code project, cd into the output directory created during the scaffolding phase and follow the launch instructions provided within the generated workspace files.

What files are included in a scaffolded workspace for task automation?

A scaffolded workspace includes CLAUDE.md for instructions, workflow.md for process configuration, and .mcp.json for MCP wiring, providing a complete environment for executing automated tasks with verification guardrails.