auto-code

Automate application building from specification files using a two-agent workflow.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/AhamSammich/auto-code --skill auto-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-code
Source: https://github.com/AhamSammich/auto-code/tree/main/skill/auto-code
Command: npx skills add https://github.com/AhamSammich/auto-code --skill auto-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates building complete applications from specification files, saving time, reducing manual coding, and ensuring consistent architecture across projects.

Core Features & Use Cases

  • Two-agent Workflow: Orchestrates an initializer and coding agent to deliver end-to-end applications from specs.
  • Greenfield & Extend Modes: Build new projects or add features to existing codebases with minimal changes.
  • Secure, Sandbox Execution: Runs in a restricted environment to protect your system and data.

Quick Start

To start building an app from a specification, invoke the agent with the path to your spec file. For example:

  • /auto-code --spec ./path/to/spec.txt
  • Optionally specify --project-dir to choose output location and --max-iterations to limit runs.