hannsxpeter

Arc Ready — AI skill for Claude Code

AI community

One AI skill that takes a software project from idea to launch: what to build, how it fits together, in what order, with what tools, then building, shipping, monitoring, launching, and hardening it.

How to install Arc Ready

This entry records only its repository, not the path inside it, so there is no exact command to give. Open hannsxpeter/arc-ready and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Arc Ready does

One AI skill that takes a software project from idea to launch: what to build, how it fits together, in what order, with what tools, then building, shipping, monitoring, launching, and hardening it. Plain-Markdown artifacts plus durable agent memory. Agent Skills compatible.

Alternatives in AI

  • Paritok 4b V1 — Non-destructive compression gateway for AI coding agents 1.4k ★
  • Adopt AI Properly — Workflow recipe — the org-side AI adoption arc, policy to proof, by chaining 4 skills 1.3k ★
  • Style Distill — style-distill skill — 三阶段 13 模板 LLM 蒸馏(style-distill-order) 669 ★

README

arc-ready

![arc-ready](assets/hero.png)

**From "I have an idea" to "it's live" without the guesswork.**

One AI skill that walks a software project through every stage it has to go through anyway: what to build, how it fits together, in what order, with what tools, then building it, shipping it, watching it, launching it, and attacking it before someone else does.

[![lint](https://github.com/hannsxpeter/arc-ready/actions/workflows/lint.yml/badge.svg)](https://github.com/hannsxpeter/arc-ready/actions/workflows/lint.yml) [![release](https://img.shields.io/badge/release-v2.0.0-blue)](https://github.com/hannsxpeter/arc-ready/releases/tag/v2.0.0) [![agent skills](https://img.shields.io/badge/Agent%20Skills-compatible-2f6fed)](SKILL.md) [![hannsxpeter/pillars](https://img.shields.io/badge/hannsxpeter%2Fpillars-standard-0f766e)](https://github.com/hannsxpeter/pillars) [![license](https://img.shields.io/github/license/hannsxpeter/arc-ready)](LICENSE)


The problem it solves

AI coding assistants are very good at producing something that looks finished. A screen appears. A button exists. A demo runs.

Then you look closer. The data behind the login screen is fake. The dashboard renders but nothing saves. The roadmap has no order. The monitoring fires alerts nobody can act on. The launch page makes claims the product cannot back up. And the assistant cheerfully reports that everything is done.

Current models know how to write a good PRD, design a sound architecture, and harden an app. What they lack is memory that outlives a session, a record of what was actually done instead of what they remember doing, and something other than their own judgment standing between "done" and "shipped". arc-ready supplies those parts and stays out of the way for the rest.

What it adds

  • State on disk. A progress ledger at .arc-ready/PROGRESS.md and one document per stage at a fixed path. A new session, a new assistant, or a new hire picks up from the files, not from any