Sandbox
@appautomaton/agent-designer

Installable skills for Claude Code, Codex, and Gemini

Agent Designer packages workflow skills for coding agents, including cross-agent collaboration and issue-driven execution. The skills live under `skills/` and are meant to be installed into the harness you already use, with setup notes in `docs/setup/` and project rules in `AGENTS.md`.

130 stars17 forksPythonUpdated 7d ago
Who it's for

Builders who want their coding agent to use shared workflows, delegate work, and keep session context across turns.

What it delivers

You can run agent-led work with reusable collaboration steps and trackable issue plans instead of ad hoc prompting.

What it does

Cross-agent collaboration skills

Skills for delegating review, diagnosis, search, and implementation between Claude Code, Codex, Grok, and Antigravity through bridge scripts.

Issue-driven workflow

A plan → Issue CSV workflow that tracks autonomous execution and status changes.

Portable skill structure

Each skill follows progressive disclosure with metadata, instructions, and optional scripts, references, and assets.

Harness setup runbooks

Installation and approval guidance in `docs/setup/` for different agent harnesses.

Project rules and templates

`AGENTS.md` and `AGENTS.issues.template.md` provide repo-level guidance and issue workflow setup.

README

Language: English | 中文

Agent Designer

A catalog of installable skills for AI coding agents: Claude Code, Codex, Antigravity, and Grok.

Structured, reusable skills that give your agents clear workflows, safe defaults, and multi-turn collaboration capabilities. Install the ones you want into the harness you already use, and your agents work methodically rather than freestyle.

What's inside

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

SkillPurpose
collaborating-with-claudeDelegate to Claude Code CLI (review, diff, consultation)
collaborating-with-antigravityDelegate to Antigravity CLI agy (review, web search, image analysis)
collaborating-with-codexDelegate to Codex CLI (implementation, diagnosis, review, image generation)
collaborating-with-grokDelegate to Grok CLI (review, diagnosis, live web/X search; coding model e.g. grok-4.5)

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

SkillPurpose
issue-driven-workflowPlan → Issue CSV → autonomous execution with status tracking

Getting started

[!TIP]

  1. Pick the skills you want from skills/.
  2. Follow the runbook for your harness in docs/setup/: install, approve, verify.
    • To add the issue-driven workflow to a project: ask your agent to "apply AGENTS.issues.template.md on top of AGENTS.md".
  3. Start working. Ask your agent to create a plan, generate an Issue CSV, or collaborate with another agent.
    • Example: "Create a plan and Issue CSV for ."

Project structure

skills/                          ← skill source (the real content)
  collaborating-with-claude/     ← bridge script + SKILL.md + references
  collaborating-with-antigravity/ ← bridge script + SKILL.md + references (agy; succeeds the retired Gemini CLI)
  collaborating-with-codex/      ← bridge script + SKILL.md + references + prompt recipes
  collaborating-with-grok/       ← bridge script + SKILL.md + references (Grok CLI; live web/X search)
  issue-driven-workflow/              ← plan/CSV workflow + templates + scripts
docs/setup/                      ← install runbooks per harness
AGENTS.md                        ← project-specific rules
AGENTS.issues.template.md        ← issue-driven workflow (apply on top of AGENTS.md)

How it works

Each skill follows progressive disclosure:

  • Level 1 (metadata)name + description in YAML frontmatter. Always loaded. Used for discovery.
  • Level 2 (instructions) — the SKILL.md body. Loaded when the skill is invoked. Contains workflow, safety, quick start.
  • Level 3 (resources)scripts/, references/, assets/. Loaded on demand. Contains deep docs, templates, helper scripts.

Notes

  • This repo is workflow-first — most changes are text, not code.
  • Bridge scripts wrap CLI tools and return structured JSON with session continuity.
  • Approval rules for the bridge scripts are documented per harness in docs/setup/, in wildcard forms that work at any install location. See the "Host-side approval" section in each skill.
  • Skills are portable across Codex and Claude Code with minimal adaptation.
  • If invoking bridge scripts directly, prefer python3.

Acknowledgements

Inspired by:

Files in the repo

Repository payload8 top-level entries
  • docs
  • skills
  • .gitignore
  • AGENTS.issues.template.md
  • AGENTS.md
  • BACKLOG.md
  • README.md
  • README.zh-CN.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k