appautomaton/agent-designer

117 stars · Last commit 2026-04-06

Portable SKILLs workspace for Claude Code, Codex, and Gemini — issue-driven workflows and cross-agent collaboration via bridge scripts with session continuity.

README preview

Language: English | [中文](README.zh-CN.md)

# Agent Designer

A portable skills workspace for AI coding agents — Codex, Claude Code, and Gemini.

Design structured, reusable skills that give your agents clear workflows, safe defaults, and multi-turn collaboration capabilities. Clone this repo as a starting point for any project where you want agents to work methodically rather than freestyle.

## What's inside

**Collaboration skills** — let your agents delegate to each other via bridge scripts with session continuity:

| Skill | Purpose |
|---|---|
| `collaborating-with-claude` | Delegate to Claude Code CLI (review, diff, consultation) |
| `collaborating-with-gemini` | Delegate to Gemini CLI (review, web search, image analysis) |
| `collaborating-with-codex` | Delegate to Codex CLI (implementation, diagnosis, review) |

**Issue-driven development** — structure work into plans and trackable Issue CSVs:

View full repository on GitHub →