workflow-creator
Tool to scaffold and organize AI agent workflow directories.
Install
mkdir -p .claude/skills/workflow-creator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11518" && unzip -o skill.zip -d .claude/skills/workflow-creator && rm skill.zipInstalls to .claude/skills/workflow-creator
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Create complete Claude Code workflow directories with curated skills. Use when user wants to (1) create a new workflow for specific use case (media creator, developer, marketer, etc.), (2) set up a Claude Code project with pre-configured skills, (3) download and organize skills from GitHub repositories, or (4) generate README.md and AGENTS.md documentation for workflows. Triggers on phrases like "create workflow", "new workflow", "set up workflow", "build a xxx-workflow".Key capabilities
- →Create workflow directories with a standardized structure.
- →Download curated skills from GitHub repositories.
- →Generate `README.md` documentation for workflows.
- →Generate `README_cn.md` (Chinese) documentation for workflows.
- →Generate `AGENTS.md` with AI instructions for workflows.
- →Update project `README.md` and `README_cn.md` with new workflow details.
How it works
The skill initializes a workflow directory structure, downloads specified skills from GitHub, and generates standardized documentation files like `README.md`, `README_cn.md`, and `AGENTS.md`.
Inputs & outputs
When to use workflow-creator
- →Create new workflow project
- →Add skills to workflow
- →Bootstrap agent documentation
About this skill
Workflow Creator
Create complete workflow directories with curated skills downloaded from GitHub.
Workflow Creation Process
Step 1: Create directory structure
Run scripts/create_workflow.py to initialize:
python scripts/create_workflow.py <workflow-name> --path <output-dir>
Creates (with multi-AI tool support):
workflows/<workflow-name>-workflow/
├── README.md # User documentation (English)
├── README_cn.md # User documentation (Chinese)
├── AGENTS.md # AI context (auto-loaded)
├── .claude/
│ ├── settings.json
│ └── skills/ # Skills go here (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
Symlinks enable all AI tools to use the same skills from .claude/skills/.
Step 2: Select and download skills
- Use the Skill Sources section below to find relevant skills
- Download each skill using
scripts/download_skill.py:
python scripts/download_skill.py <repo-url> <skill-path> --output workflows/<workflow-name>/.claude/skills/
Examples:
# Official Anthropic skills
python scripts/download_skill.py https://github.com/anthropics/skills skills/docx --output ./workflows/media-workflow/.claude/skills/
# Community skills (root level)
python scripts/download_skill.py https://github.com/gked2121/claude-skills social-repurposer --output ./workflows/media-workflow/.claude/skills/
Step 3: Generate README.md (English)
CRITICAL: Follow the exact format from workflows/marketing-pro-workflow/README.md
Required structure:
<div align="center">
# 📋 Workflow Name
### **Your AI-Powered [Domain] Team**
[← Back to AI Workflow](../../README.md)
[简体中文](./README_cn.md) | English
</div>
---
## 🎯 Who Is This For?
- **Role 1** - Use case
- **Role 2** - Use case
---
## ⚡ Quick Install
[Install commands]
---
## 📦 Skills Included (N)
### 0️⃣ Stage Name
| Skill | What It Does |
|:------|:-------------|
| `skill-name` | Description |
### 1️⃣ Next Stage
...
---
## 🔄 Complete Pipeline (N Stages)
[ASCII tree diagram]
---
## 💡 Example Workflows
[Multiple scenario examples with numbered prompts]
---
## 🔗 Skill Combinations
[Table with Goal → Skill Chain]
---
## 📄 License
MIT © [nicepkg](https://github.com/nicepkg)
Use assets/templates/README.template.md as reference.
Step 4: Generate README_cn.md (Chinese)
Create Chinese version with:
- Same structure as English README
- Professional Chinese terminology
- Link back to
../../README_cn.md
Step 5: Generate AGENTS.md
Write AI instructions covering:
- Workflow overview with pipeline diagram
- Available skills grouped by stage
- Skill usage guidelines (when to use each)
- Recommended sequences for common tasks
- Output standards
- Quality gates between phases
Important: AGENTS.md is auto-loaded by Claude Code. Keep it concise (<500 lines) and focused on actionable instructions.
Use assets/templates/AGENTS.template.md as reference.
Step 6: Update project README
After creating a workflow in the ai-workflow project, update:
-
README.md (English):
- Add new workflow to the workflow table
- Add skills list under
<details>section - Update skill count (e.g., "150+ skills")
-
README_cn.md (Chinese):
- Same updates in Chinese
- Link to
README_cn.mdin workflow folder
Skill Sources
A. Skill Aggregators & Directories (for discovering skills)
| Name | Type | Scale | Best For |
|---|---|---|---|
| Skillhub Awesome Skills | GitHub curated list | 1000+ skills | Top skills by category, well-organized |
| Skillhub.club | Online directory | 1000+ | Web UI for browsing by category |
| SkillsMP | Marketplace | 63,000+ | Mass search with filters (category/popularity/author) |
| agent-skills.md | Online directory | Large | Install commands included (pnpm dlx add-skill ...) |
| Claude Skills Hub | Online directory | Medium | Product-style browsing, good for inspiration |
| MCP Market Skills | Online store | Medium | Product pages with About/FAQ, content creator friendly |
| Skills Directory | Online directory | Medium | Copy SKILL.md directly, good structure |
| Smithery Skills | Skill directory | Medium | Includes expected_output.json, tool-oriented |
| Awesome Claude Skills (ComposioHQ) | GitHub awesome list | High stars | Ecosystem resources, comprehensive |
| Awesome Claude Skills (travisvn) | GitHub awesome list | 5k+ stars | Second perspective, prevents single-source bias |
| Awesome Agent Skills | GitHub multi-agent list | 1k+ stars | Covers Claude/Codex/Copilot/VSCode |
B. Production-Ready Skill Repositories (for bulk import)
| Repository | Focus | Best For |
|---|---|---|
| alirezarezvani/claude-skills | Multi-role skill packs | Content Creator suite (brand voice, SEO, platform frameworks) |
| gked2121/claude-skills | Production workflows | Clear workflow examples (Podcast→Content→Social→SEO) |
| sickn33/antigravity-awesome-skills | Skill registry | Organized by role (skills/content-creator) |
| Microck/ordinary-claude-skills | 600+ skills collection | skill-navigator, SEO clustering, email optimization |
| synapz-org/marketing-ops-hub | Marketing orchestration | Multi-skill coordination patterns |
| m2ai-portfolio/claude-skills | Creator/Growth suite | IG caption, YouTube script, tweet thread, blog outline |
| pluginagentmarketplace/custom-plugin-product-manager | Product Manager suite | user-research, roadmap, requirements, analytics |
| lyndonkl/claude | Decision frameworks | prioritization, forecasting, stakeholder mapping |
| jamesrochabrun/skills | Mixed professional | prd-generator, technical-launch-planner |
| britt/claude-code-skills | Writing & specs | writing-product-specs, writing-user-stories |
| troykelly/codex-skills | Workflow management | work-intake, milestone-management |
| escarti/agentDevPrompts | Feature lifecycle | feature-planning, feature-implementing |
| aj-geddes/useful-ai-prompts | Sprint & agile | agile-sprint-planning, requirements-gathering |
| daffy0208/ai-dev-standards | Multi-role standards | customer-feedback-analyzer, go-to-market-planner |
C. Search Strategy
When the above sources lack needed skills:
- GitHub Search:
"claude" "skills" "SKILL.md" <topic> - agent-skills.md Search: Browse by tags at https://agent-skills.md/tags
- SkillsMP Search: Filter by category at https://skillsmp.com
- Validate: Check SKILL.md has valid YAML frontmatter with
nameanddescription
D. Download Commands
# From GitHub repository
python scripts/download_skill.py https://github.com/<owner>/<repo> <skill-path> --output workflows/<workflow-name>/.claude/skills/
# Example: Download from alirezarezvani
python scripts/download_skill.py https://github.com/alirezarezvani/claude-skills skills/content-creator --output ./workflows/content-creator-workflow/.claude/skills/
# Example: Download from pluginagentmarketplace
python scripts/download_skill.py https://github.com/pluginagentmarketplace/custom-plugin-product-manager skills/user-research --output ./workflows/product-manager-workflow/.claude/skills/
Output Checklist
After workflow creation, verify:
-
.claude/skills/contains downloaded skill folders - Each skill folder has
SKILL.md - All symlinks work (
.codex/skills,.cursor/skills,.opencode/skill,.agents/skills,.kilocode/skills,.roo/skills,.goose/skills,.gemini/skills,.agent/skills,.github/skills,skills,.factory/skills,.windsurf/skills) -
README.mdfollows standard format with all sections -
README_cn.mdcreated with Chinese translation -
AGENTS.mdprovides clear AI instructions (<500 lines) -
settings.jsonexists in.claude/ - Project README.md updated with new workflow
- Project README_cn.md updated with new workflow
- Skill counts updated in both README files
When not to use it
- →When creating a workflow that does not require pre-configured skills.
- →When documentation generation is not needed.
- →When the workflow structure is not intended to be standardized.
Limitations
- →Requires GitHub repository URLs for skill downloads.
- →Documentation generation follows a specific markdown format.
- →AGENTS.md must be concise (<500 lines) and focused on actionable instructions.
How it compares
This skill automates the setup of AI development workflows with pre-configured skills and documentation, unlike manual directory creation and skill integration.
Compared to similar skills
workflow-creator side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| workflow-creator (this skill) | 0 | 5mo | Review | Beginner |
| using-superpowers | 95 | 3mo | No flags | Beginner |
| ultrawork | 11 | 2mo | No flags | Advanced |
| clawhub | 25 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by diegosouzapw
View all by diegosouzapw →You might also like
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
ultrawork
Yeachan-Heo
Parallel execution engine for high-throughput task completion
clawhub
openclaw
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
skill-installer
openai
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
continuous-learning
affaan-m
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
memory-keeper-proactive-context-maintenance
b4CU-R4U
Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.