Claude Skill
appautomaton/agent-designer
用于设计Claude Skill、生成文档和管理MCP工具目录的Python工具。简化AI代理开发工作流程。
概览
仓库信息
安装这个 Skill
git clone https://github.com/appautomaton/agent-designer.gitRegistry 信息
项目简介
一个用于设计和维护Claude Skill定义、配套文档和MCP工具目录的Python工具。
Purpose Design and maintain Codex/Claude-style SKILLs, plus supporting docs and MCP tool catalog.
要点
- 设计和维护Claude Skill定义
- 生成配套文档
- 管理MCP工具目录
- 基于Python实现
使用场景
- 创建结构化的Claude Skill规范
- 记录AI代理能力
- 为AI项目组织MCP工具
- 为开发团队维护技能库
README 摘要
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
话题
暂无话题