Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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".
.claude/skills/nicepkg-workflow-creator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 182% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 153% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 175% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 309% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 154% | 0% |
Create complete workflow directories with curated skills downloaded from GitHub.
Run scripts/create_workflow.py to initialize:
bashpython 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/skillsSymlinks enable all AI tools to use the same skills from .claude/skills/.
scripts/download_skill.py:bashpython scripts/download_skill.py <repo-url> <skill-path> --output workflows/<workflow-name>/.claude/skills/
Examples:
bash# 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/
CRITICAL: Follow the exact format from workflows/marketing-pro-workflow/README.md
Required structure:
markdown<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.
Create Chinese version with:
../../README_cn.mdWrite AI instructions covering:
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.
After creating a workflow in the ai-workflow project, update:
<details> sectionREADME_cn.md in workflow folder| 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 |
| 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 |
When the above sources lack needed skills:
"claude" "skills" "SKILL.md" <topic>name and descriptionbash# 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/
After workflow creation, verify:
.claude/skills/ contains downloaded skill foldersSKILL.md.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.md follows standard format with all sectionsREADME_cn.md created with Chinese translationAGENTS.md provides clear AI instructions (<500 lines)settings.json exists in .claude/| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-17 | pass→pass | 5,004 | 1,323 | -74% | 1 | 1 | 0% | 731 | 2,936 | +302% | 0 | 0 | — |
case-01 | fail→fail | 24,122 | 19,724 | -18% | 1 | 1 | 0% | 4,511 | 3,219 | -29% | 0 | 0 | — |
case-02 | fail→fail | 43,057 | 7,473 | -83% | 1 | 1 | 0% | 6,060 | 3,480 | -43% | 0 | 0 | — |
case-03 | fail→fail | 29,032 | 5,129 | -82% | 1 | 1 | 0% | 5,724 | 3,064 | -46% | 0 | 0 | — |
case-04 | fail→pass | 7,016 | 3,135 | -55% | 1 | 1 | 0% | 1,168 | 3,292 | +182% | 0 | 0 | — |
case-18 | fail→pass | 8,709 | 2,854 | -67% | 1 | 1 | 0% | 1,282 | 3,247 | +153% | 0 | 0 | — |
case-05 | fail→pass | 7,640 | 2,678 | -65% | 1 | 1 | 0% | 1,179 | 3,240 | +175% | 0 | 0 | — |
case-06 | fail→pass | 4,481 | 1,781 | -60% | 1 | 1 | 0% | 740 | 3,026 | +309% | 0 | 0 | — |
case-07 | fail→pass | 8,047 | 1,892 | -76% | 1 | 1 | 0% | 1,212 | 3,080 | +154% | 0 | 0 | — |
case-08 | pass→pass | 11,311 | 5,707 | -50% | 1 | 1 | 0% | 1,695 | 3,695 | +118% | 0 | 0 | — |
case-09 | pass→pass | 12,705 | 6,425 | -49% | 1 | 1 | 0% | 2,033 | 3,761 | +85% | 0 | 0 | — |
case-10 | fail→pass | 11,387 | 2,100 | -82% | 1 | 1 | 0% | 1,778 | 3,109 | +75% | 0 | 0 | — |
case-11 | pass→pass | 11,984 | 4,000 | -67% | 1 | 1 | 0% | 2,028 | 3,489 | +72% | 0 | 0 | — |
case-12 | fail→pass | 13,805 | 1,552 | -89% | 1 | 1 | 0% | 2,161 | 2,985 | +38% | 0 | 0 | — |
case-13 | fail→pass | 13,120 | 2,039 | -84% | 1 | 1 | 0% | 2,126 | 3,086 | +45% | 0 | 0 | — |
case-14 | fail→pass | 14,266 | 2,759 | -81% | 1 | 1 | 0% | 2,082 | 3,225 | +55% | 0 | 0 | — |
case-15 | fail→pass | 8,834 | 1,723 | -80% | 1 | 1 | 0% | 1,330 | 3,030 | +128% | 0 | 0 | — |
case-16 | fail→pass | 12,400 | 2,139 | -83% | 1 | 1 | 0% | 1,859 | 3,071 | +65% | 0 | 0 | — |
case-19 | fail→pass | 19,589 | 2,074 | -89% | 1 | 1 | 0% | 3,326 | 3,098 | -7% | 0 | 0 | — |
case-20 | fail→pass | 13,382 | 2,792 | -79% | 1 | 1 | 0% | 1,940 | 3,288 | +69% | 0 | 0 | — |
case-21 | pass→fail | 17,950 | 1,541 | -91% | 1 | 1 | 0% | 3,393 | 2,962 | -13% | 0 | 0 | — |
case-22 | pass→pass | 13,331 | 13,231 | -1% | 1 | 1 | 0% | 2,237 | 5,173 | +131% | 0 | 0 | — |
case-23 | pass→pass | 9,514 | 7,714 | -19% | 1 | 1 | 0% | 1,498 | 3,853 | +157% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 20 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +52 percentage points is the difference between those two pass rates over the 20 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.