
appautomaton/agent-designer
3 skills3 installs390 starsGitHub
Install
npx skills add https://github.com/appautomaton/agent-designerSkills in this repo
1Collaborating With ClaudeThis skill lets a calling agent delegate tasks to the Claude Code CLI headlessly through a bridge script (scripts/claude_bridge.py) that wraps claude --print. A developer uses it to get second opinions, propose or review diffs, and run multi-turn analysis while the primary agent stays responsible for verification. It returns structured JSON with session id, cost, and tool telemetry, and gates authority up front via permission-mode and tool flags.1installs2Collaborating With CodexThis skill uses the Codex CLI as an independent collaborator through a bridge script (scripts/codex_bridge.py) that wraps codex exec in JSON mode. A developer uses it for prototyping, debugging, code review, cross-model second opinions, and implementation handoff while the primary agent verifies results. It streams progress to stderr, returns structured JSON, and controls authority up front via sandbox, network, and approval flags with multi-turn continuity through SESSION_ID.1installs3Issue Driven WorkflowThis skill breaks a complex task into a structured plan and a trackable Issue CSV, then executes the rows autonomously. A developer uses it when a task has multiple steps, needs research first, or benefits from status tracking before execution. It runs a plan -> issues -> implement -> test -> review loop, ordering CSV rows by dependency and updating each row's status as work completes.1installs