AvinashP/AgentsAtlas

5 stars · Last commit 2026-05-12

Minimal workflow for building production-ready projects with Claude Code & Codex. 8 commands, fresh context, quality execution.

README preview

# AgentsAtlas

[![npm version](https://img.shields.io/npm/v/agents-atlas)](https://www.npmjs.com/package/agents-atlas)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Node >= 16](https://img.shields.io/badge/node-%3E%3D16-brightgreen.svg)](https://nodejs.org)

**A minimal workflow for building production-ready projects with Claude Code & Codex.**
8 commands. Fresh context via subagent execution. Quality execution.

<img width="476" height="302" alt="AgentsAtlas" src="https://github.com/user-attachments/assets/c0936781-d5f4-403b-91ce-7d1328945265" />

## Quick Start

```bash
npx agents-atlas --global
```

Then in any project:

```bash

View full repository on GitHub →