Claude Skill
appautomaton/agent-designer
Python tool for designing Claude Skills, generating documentation, and managing MCP tool catalogs. Streamline AI agent development workflows.
Overview
Repository
Install this Skill
git clone https://github.com/appautomaton/agent-designer.gitRegistry
Summary
A Python tool for designing and maintaining Claude Skill definitions, along with supporting documentation and MCP tool catalogs.
目的:设计并维护Codex/Claude风格的Claude Skill,以及配套文档和MCP工具目录。
Key features
- Design and maintain Claude Skill definitions
- Generate supporting documentation
- Manage MCP tool catalogs
- Python-based implementation
Use cases
- Creating structured Claude Skill specifications
- Documenting AI agent capabilities
- Organizing MCP tools for AI projects
- Maintaining skill libraries for development teams
README excerpt
Language: English | [中文](README.zh-CN.md) # Agent Designer A portable skills workspace for AI coding agents — Codex, Claude Code, and Gemini. Design 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. ## What's inside **Collaboration skills** — let your agents delegate to each other via bridge scripts with session continuity: | Skill | Purpose | |---|---| | `collaborating-with-claude` | Delegate to Claude Code CLI (review, diff, consultation) | | `collaborating-with-antigravity` | Delegate to Antigravity CLI `agy` (review, web search, image analysis) | | `collaborating-with-gemini` | _Deprecated 2026-06-18_ — Gemini CLI; use `collaborating-with-antigravity` | | `collaborating-with-codex` | Delegate to Codex CLI (implementation, diagnosis, review) | **Issue-driven development** — structure work into plans and trackable Issue CSVs: | Skill | Purpose | |---|---| | `issue-driven-workflow` | Plan → Issue CSV → autonomous execution with status tracking | ## Getting started > [!TIP] > 1) (Optional) Use this repo as a template: clone it, remove git history (`rm -rf .git`), re-init (`git init`). > 2) Write your `AGENTS.md` — project role, constraints, stack, safety rules. > - To add issue-driven workflow: 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 <goal>." ## Project structure ``` skills/ ← skill source (the real content) collaborating-with-claude/ ← brid
Topics
No topics yet.