Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计异常

workflow-creator工作流程创建者

Agent Skill

workflow-creator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,998

周安装

245

GitHub Stars

175

下载量

1,940
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:workflow-creator(工作流程创建者)
来源仓库:https://github.com/nicepkg/ai-workflow
仓库路径:skills/workflow-creator
安装命令:
npx skills add https://github.com/nicepkg/ai-workflow --skill workflow-creator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/nicepkg/ai-workflow --skill workflow-creator

简介

工作流程创建者帮助用户设计和优化自动化工作流。

  • 适用于项目管理、任务调度和业务流程改进场景。
  • 支持步骤定义、条件分支和结果验证等工作流元素。
  • 使用前应明确各环节的责任人和执行权限范围。workflow-creator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议在实际运行前进行充分测试,确保流程稳定性。

SKILL.md

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

  1. Use the Skill Sources section below to find relevant skills
  2. 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:

  1. README.md (English):

- Add new workflow to the workflow table - Add skills list under <details> section - Update skill count (e.g., "150+ skills")

  1. README_cn.md (Chinese):

- Same updates in Chinese - Link to README_cn.md in workflow folder


Skill Sources

A. Skill Aggregators & Directories (for discovering skills)

NameTypeScaleBest For
Skillhub Awesome SkillsGitHub curated list1000+ skillsTop skills by category, well-organized
Skillhub.clubOnline directory1000+Web UI for browsing by category
SkillsMPMarketplace63,000+Mass search with filters (category/popularity/author)
agent-skills.mdOnline directoryLargeInstall commands included (pnpm dlx add-skill...)
Claude Skills HubOnline directoryMediumProduct-style browsing, good for inspiration
MCP Market SkillsOnline storeMediumProduct pages with About/FAQ, content creator friendly
Skills DirectoryOnline directoryMediumCopy SKILL.md directly, good structure
Smithery SkillsSkill directoryMediumIncludes expected_output.json, tool-oriented
Awesome Claude Skills (ComposioHQ)GitHub awesome listHigh starsEcosystem resources, comprehensive
Awesome Claude Skills (travisvn)GitHub awesome list5k+ starsSecond perspective, prevents single-source bias
Awesome Agent SkillsGitHub multi-agent list1k+ starsCovers Claude/Codex/Copilot/VSCode

B. Production-Ready Skill Repositories (for bulk import)

RepositoryFocusBest For
alirezarezvani/claude-skillsMulti-role skill packsContent Creator suite (brand voice, SEO, platform frameworks)
gked2121/claude-skillsProduction workflowsClear workflow examples (Podcast→Content→Social→SEO)
sickn33/antigravity-awesome-skillsSkill registryOrganized by role (skills/content-creator)
Microck/ordinary-claude-skills600+ skills collectionskill-navigator, SEO clustering, email optimization
synapz-org/marketing-ops-hubMarketing orchestrationMulti-skill coordination patterns
m2ai-portfolio/claude-skillsCreator/Growth suiteIG caption, YouTube script, tweet thread, blog outline
pluginagentmarketplace/custom-plugin-product-managerProduct Manager suiteuser-research, roadmap, requirements, analytics
lyndonkl/claudeDecision frameworksprioritization, forecasting, stakeholder mapping
jamesrochabrun/skillsMixed professionalprd-generator, technical-launch-planner
britt/claude-code-skillsWriting & specswriting-product-specs, writing-user-stories
troykelly/codex-skillsWorkflow managementwork-intake, milestone-management
escarti/agentDevPromptsFeature lifecyclefeature-planning, feature-implementing
aj-geddes/useful-ai-promptsSprint & agileagile-sprint-planning, requirements-gathering
daffy0208/ai-dev-standardsMulti-role standardscustomer-feedback-analyzer, go-to-market-planner

C. Search Strategy

When the above sources lack needed skills:

  1. GitHub Search: "claude" "skills" "SKILL.md" <topic>
  2. agent-skills.md Search: Browse by tags at https://agent-skills.md/tags
  3. SkillsMP Search: Filter by category at https://skillsmp.com
  4. Validate: Check SKILL.md has valid YAML frontmatter with name and description

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.md follows standard format with all sections
  • README_cn.md created with Chinese translation
  • AGENTS.md provides clear AI instructions (<500 lines)
  • settings.json exists in .claude/
  • Project README.md updated with new workflow
  • Project README_cn.md updated with new workflow
  • Skill counts updated in both README files

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

25.44%
按下载量换算494

Gemini CLI

25.11%
按下载量换算487

Antigravity

15.91%
按下载量换算309

Codex

12.53%
按下载量换算243

OpenCode

7.66%
按下载量换算149

Cursor

3.05%
按下载量换算59

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills