agent-designer
Cross-agent delegation, code review, and issue-driven execution
All Skills in This Repository (7)
Pure Emerald Level Indicatorscollaborating-with-gemini
Bridge Gemini CLI interactions to Codex for prototyping, debugging, and code review.
agents-bootstrap
Generate a project-specific AGENTS.md from a user goal with backups.
plan
Draft repo plans and generate matching issues contracts from templates.
mcp-tools-catalog
Generate a project-local catalog of MCP tools from active servers into docs/mcp-tools.md.
collaborating-with-claude
Coordinate with Claude Code via a bridge workflow for prototyping, debugging, and code review.
testing
Guide unit and integration test planning, writing, and triage in multi-language repositories.
collaborating-with-codex
Delegate coding tasks to Codex CLI via a Python bridge script.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core