Content
Language: English | [中文](README.zh-CN.md)
AGENT-DESIGNER (Codex Skills Workspace)
======================================
Purpose
Design and maintain Codex/Claude-style SKILLs, plus supporting docs and MCP tool catalog.
> [!TIP]
> **How to start a new project**
> 0) (Optional) Use this repo as a template: clone it, remove the git history (`rm -rf .git`), then re-init (`git init`).
> 1) Generate docs/mcp-tools.md (mcp-tools-catalog).
> - Why: Codex may not proactively use MCP; having the full tool list makes planning easier.
> - Example prompt: "Generate docs/mcp-tools.md from enabled MCP servers."
> 2) Create AGENTS.md (agents-bootstrap).
> - Why: this imports an issues-driven dev workflow into AGENTS.md based on your project requirements.
> - Tip: you can also talk with Codex first to clarify scope, then ask it to "bootstrap my AGENTS.md".
> 3) Create plan/Issue CSV (plan).
> - Note: this repo ships a custom plan skill at `.codex/skills/plan/` (overrides the system plan skill).
> - Templates: `.codex/skills/plan/assets/_template.md` and `.codex/skills/plan/assets/_template.csv`.
> - Example prompt: "Create a plan and Issue CSV for <goal>."
> [!CAUTION]
> The `collaborating-with-gemini` workflow stages screenshots/images in `.codex_uploads/`. Don't add `.codex_uploads/` to `.gitignore`, or Gemini may refuse to read ignored paths.
Key files
- AGENTS.md (project rules)
- .codex/skills/ (all skills)
- docs/SKILLs/agent-skills-standard.md (skill design standard)
- docs/mcp-tools.md (MCP tools catalog)
- docs/testing-policy.md (testing defaults)
- issues/README.md (Issue CSV format)
Common actions
- Regenerate MCP tools catalog: use the mcp-tools-catalog skill
- Draft a new AGENTS.md: use the agents-bootstrap skill
- Collaborate with Claude: use the collaborating-with-claude skill (bridge script; don't run `claude` directly)
- Collaborate with Gemini: use the collaborating-with-gemini skill (bridge script; don't run `gemini` directly)
- Validate skill structure: follow docs/SKILLs/agent-skills-standard.md
Notes
- This repo is documentation- and workflow-first. Most changes are text.
- Use official docs as the primary source of truth.
- If invoking bridge scripts directly, prefer `python3` (some systems don't have `python`).
- Skill authoring best-practice: reference `docs/SKILLs/agent-skills-standard.md` in chat (e.g., "@docs/SKILLs/agent-skills-standard.md") and iterate.
Acknowledgements
- Initial inspiration:
- https://github.com/anthropics/skills
- https://github.com/GuDaStudio/skills
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
git
A Model Context Protocol server for Git automation and interaction.