appautomatonappautomatonOfficialยท7 Agent Skills Included

agent-designer

Cross-agent delegation, code review, and issue-driven execution

Delegates coding tasks between Claude Code, Codex, Grok, and Antigravity through bridge scripts with session continuity and structured JSON results. Turns large projects into persistent plan files and trackable Issue CSVs that agents execute autonomously with per-row status updates. Eliminates manual copy-paste between coding assistants and keeps multi-session work auditable and resumable.
npx skills add appautomaton/agent-designer --all -g -y
Available:

Gives the agent operating rules for this repository: prioritize correctness and safety, verify changes with the narrowest test, avoid destructive commands, and report risks with every non-trivial change.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Agent Designer?โ–ผ

Run `npx skills add appautomaton/agent-designer --all -g -y` in your terminal to install all skills globally.

How do I make Claude Code and Codex work together?โ–ผ

Install the collaboration skills, then ask your agent to delegate a review or analysis; the bridge scripts pass the task to the other CLI and return structured JSON with a resumable session ID.

What is the issue-driven workflow skill?โ–ผ

It converts a large task into a plan file plus a validated Issue CSV, then executes each row autonomously with tracked dev, review, and regression statuses that survive across sessions.

Is delegating to other coding agents safe?โ–ผ

Yes. All bridges default to read-only modes, require explicit consent for write access, and recommend isolated git worktrees for any implementation work.

Which coding assistants are supported?โ–ผ

The skills work with Claude Code, Codex, Grok CLI, and Google's Antigravity CLI, and are portable across hosts with minimal changes.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’