howells/arc

18 stars · Last commit 2026-04-19

Claude Code plugin. From idea to working implementation—explore, validate, plan, and build in one flow.

README preview

<p align="center">
  <img alt="Arc" src="./assets/logo-light.svg#gh-light-mode-only" width="48" height="48">
  <img alt="Arc" src="./assets/logo-dark.svg#gh-dark-mode-only" width="48" height="48">
</p>

<h1 align="center">Arc</h1>

<br>

The full arc from idea to shipped code.

- [Claude Code](https://docs.anthropic.com/en/docs/claude-code): install as a plugin and run `/arc:*` commands in Claude.
- Codex: this repo includes `.agents/skills` so the same `skills/*/SKILL.md` workflows can run directly in Codex (no Claude plugin install required).

## What It Does

Arc provides skills covering the complete development lifecycle:

```
ENTRY   /arc:go       - Main entry point, routes to right workflow

View full repository on GitHub →