This is the master repository for curated Claude Code workflow collections.
IMPORTANT: All AGENTS.md files in this project MUST be written in English only. This ensures consistent AI behavior across different language contexts.
AGENTS.md- English only (AI instructions)README.md- English (primary)README_cn.md- Chinese translation (optional)
ai-workflow/
βββ AGENTS.md # This file (AI context)
βββ README.md # User documentation (update after creating workflows)
βββ .claude/skills/ # Shared skills for this project
β βββ workflow-creator/ # Create new workflows
β βββ skill-creator/ # Create new skills
βββ workflows/
β βββ content-creator-workflow/ # Example workflow
β βββ marketing-pro-workflow/ # Example workflow
β βββ <new-workflow>/ # New workflows created here
Trigger: "create workflow", "new workflow", "set up workflow", "build a xxx-workflow"
Creates complete workflow directories with:
- Multi-AI tool support (.claude, .codex, .cursor, .opencode, .agents, .kilocode, .roo, .goose, .gemini, .agent, .github, skills, .factory, .windsurf)
- Curated skills downloaded from GitHub
- README.md (user documentation)
- AGENTS.md (AI instructions)
Trigger: "create skill", "new skill", "build a skill"
Creates new skills following Anthropic's specification.
When user requests a new workflow:
- Create directory using
workflow-creator/scripts/create_workflow.py(default target:workflows/) - Select skills from
workflow-creator/references/skill-sources.md - Download skills using
workflow-creator/scripts/download_skill.py - Generate README.md for users
- Generate AGENTS.md for AI
- Update project README.md - Add new workflow to the list
After creating any workflow, ALWAYS update the project README.md:
- Add new workflow to the workflow list table
- Update workflow count
- Add brief description
workflows/<workflow name>/
βββ README.md # User documentation
βββ AGENTS.md # AI instructions (concise, <500 lines)
βββ .claude/
β βββ settings.json
β βββ skills/ # Downloaded skills (primary storage)
βββ .codex/
β βββ skills -> ../.claude/skills
βββ .cursor/
β βββ skills -> ../.claude/skills
βββ .opencode/
β βββ skill -> ../.claude/skills
βββ .agents/
β βββ skills -> ../.claude/skills
βββ .kilocode/
β βββ skills -> ../.claude/skills
βββ .roo/
β βββ skills -> ../.claude/skills
βββ .goose/
β βββ skills -> ../.claude/skills
βββ .gemini/
β βββ skills -> ../.claude/skills
βββ .agent/
β βββ skills -> ../.claude/skills
βββ .github/
β βββ skills -> ../.claude/skills
βββ skills -> .claude/skills
βββ .factory/
β βββ skills -> ../.claude/skills
βββ .windsurf/
βββ skills -> ../.claude/skills
- Workflow purpose and target users
- Installed skills table
- Quick start guide
- Usage examples
- Workflow overview
- Available skills with triggers
- Recommended workflow steps
- Skill usage guidelines
- Anthropic Official:
github.com/anthropics/skills - Curated Community: Listed in
skill-sources.md - Dynamic Search: GitHub search as fallback
Before completing workflow creation:
- All skills have valid SKILL.md
- Symlinks work for all AI tools
- README.md is complete
- AGENTS.md is concise and actionable
- Project README.md updated with new workflow