{"id":43705994,"url":"https://github.com/appautomaton/agent-designer","last_synced_at":"2026-06-28T05:03:34.548Z","repository":{"id":330183691,"uuid":"1119857172","full_name":"appautomaton/agent-designer","owner":"appautomaton","description":"Portable SKILLs workspace for Claude Code, Codex, and Gemini — issue-driven workflows and cross-agent collaboration via bridge scripts with session continuity.","archived":false,"fork":false,"pushed_at":"2026-06-09T01:59:25.000Z","size":125,"stargazers_count":118,"open_issues_count":1,"forks_count":15,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-09T03:17:11.305Z","etag":null,"topics":["agent-skills","agentic-workflows","ai-agents","ai-coding-assistant","claude-code","claude-skills","codex","gemini-cli","mcp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appautomaton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-20T01:26:41.000Z","updated_at":"2026-06-09T01:59:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/appautomaton/agent-designer","commit_stats":null,"previous_names":["appautomaton/agent-designer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/appautomaton/agent-designer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fagent-designer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fagent-designer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fagent-designer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fagent-designer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appautomaton","download_url":"https://codeload.github.com/appautomaton/agent-designer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fagent-designer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34877472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","agentic-workflows","ai-agents","ai-coding-assistant","claude-code","claude-skills","codex","gemini-cli","mcp"],"created_at":"2026-02-05T06:00:17.295Z","updated_at":"2026-06-28T05:03:34.542Z","avatar_url":"https://github.com/appautomaton.png","language":"Python","funding_links":[],"categories":["开发工具\u0026框架"],"sub_categories":[],"readme":"Language: English | [中文](README.zh-CN.md)\n\n# Agent Designer\n\nA portable skills workspace for AI coding agents — Codex, Claude Code, and Gemini.\n\nDesign 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.\n\n## What's inside\n\n**Collaboration skills** — let your agents delegate to each other via bridge scripts with session continuity:\n\n| Skill | Purpose |\n|---|---|\n| `collaborating-with-claude` | Delegate to Claude Code CLI (review, diff, consultation) |\n| `collaborating-with-antigravity` | Delegate to Antigravity CLI `agy` (review, web search, image analysis) |\n| `collaborating-with-gemini` | _Deprecated 2026-06-18_ — Gemini CLI; use `collaborating-with-antigravity` |\n| `collaborating-with-codex` | Delegate to Codex CLI (implementation, diagnosis, review) |\n\n**Issue-driven development** — structure work into plans and trackable Issue CSVs:\n\n| Skill | Purpose |\n|---|---|\n| `issue-driven-workflow` | Plan → Issue CSV → autonomous execution with status tracking |\n\n## Getting started\n\n\u003e [!TIP]\n\u003e 1) (Optional) Use this repo as a template: clone it, remove git history (`rm -rf .git`), re-init (`git init`).\n\u003e 2) Write your `AGENTS.md` — project role, constraints, stack, safety rules.\n\u003e    - To add issue-driven workflow: ask your agent to \"apply `AGENTS.issues.template.md` on top of `AGENTS.md`\".\n\u003e 3) Start working — ask your agent to create a plan, generate an Issue CSV, or collaborate with another agent.\n\u003e    - Example: \"Create a plan and Issue CSV for \u003cgoal\u003e.\"\n\n## Project structure\n\n```\nskills/                          ← skill source (the real content)\n  collaborating-with-claude/     ← bridge script + SKILL.md + references\n  collaborating-with-antigravity/ ← bridge script + SKILL.md + references (agy; replaces gemini)\n  collaborating-with-gemini/     ← deprecated 2026-06-18 (Gemini CLI sunset)\n  collaborating-with-codex/      ← bridge script + SKILL.md + references + prompt recipes\n  issue-driven-workflow/              ← plan/CSV workflow + templates + scripts\n.codex/skills/                   ← symlinks (Codex wiring)\nAGENTS.md                        ← project-specific rules\nAGENTS.issues.template.md        ← issue-driven workflow (apply on top of AGENTS.md)\n```\n\n## How it works\n\nEach skill follows **progressive disclosure**:\n\n- **Level 1 (metadata)** — `name` + `description` in YAML frontmatter. Always loaded. Used for discovery.\n- **Level 2 (instructions)** — the SKILL.md body. Loaded when the skill is invoked. Contains workflow, safety, quick start.\n- **Level 3 (resources)** — `scripts/`, `references/`, `assets/`. Loaded on demand. Contains deep docs, templates, helper scripts.\n\n## Notes\n\n- This repo is workflow-first — most changes are text, not code.\n- Bridge scripts wrap CLI tools and return structured JSON with session continuity.\n- Skills are portable across Codex and Claude Code with minimal adaptation.\n- If invoking bridge scripts directly, prefer `python3`.\n\n## Acknowledgements\n\nInspired by:\n- [anthropics/skills](https://github.com/anthropics/skills)\n- [GuDaStudio/skills](https://github.com/GuDaStudio/skills)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappautomaton%2Fagent-designer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappautomaton%2Fagent-designer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappautomaton%2Fagent-designer/lists"}