Co-Pilot / 辅助式
更新于 a month ago

ai-workflow

Nnicepkg
0.0k
nicepkg/ai-workflow
84
Agent 评分

💡 摘要

AI Workflow为AI助手提供预打包技能,以增强各个领域的生产力。

🎯 适合人群

内容创作者数字营销人员视频制作人交易者和投资者产品经理

🤖 AI 吐槽:这就像是你AI的备忘单,但没有真正作弊的负罪感。

安全分析中风险

该项目可能涉及下载技能的网络访问,如果没有适当的安全措施,可能会暴露敏感数据。实施严格的访问控制并验证所有外部依赖项。

🚀 AI Workflow

Supercharge Your AI Coding Assistant with Pre-built Skill Collections

GitHub stars License: MIT PRs Welcome

简体中文 | English


Stop teaching your AI assistant the same things over and over.

One command. 170+ professional skills. Instant productivity boost.

Get Started · Browse Workflows · Create Your Own


✨ Why AI Workflow?

Your AI is smart. But every session starts from zero.

Every time you open a new chat, you re-explain the same frameworks, best practices, and professional standards. That ends today.

The Pain We Solve

| 😫 Without AI Workflow | 🎉 With AI Workflow | |:-----------------------|:--------------------| | Content Creator: "Use H2 for sections, add meta descriptions, include a CTA, optimize for featured snippets..." — explaining SEO basics every single time | AI already loaded with SEO best practices, content frameworks, and publishing checklists | | Marketer: Teaching UTM structure, AIDA copywriting, funnel stages, conversion optimization... | AI equipped with marketing frameworks: GTM strategy, campaign templates, analytics interpretation | | Video Creator: Explaining hook formulas, retention psychology, thumbnail rules, algorithm tips... | AI pre-trained on viral content patterns, script structures, and YouTube optimization | | Stock Trader: "MACD crossover means..., RSI divergence indicates..., check the 200-day MA..." | AI loaded with technical analysis, fundamental screening, and multi-market expertise (US/CN/HK) | | Product Manager: Re-explaining PRD templates, user story formats, prioritization matrices... | AI knows RICE, MoSCoW, Jobs-to-be-Done, and your entire product development lifecycle | | Presenter: Figuring out slide structure, narrative flow, visual hierarchy... | AI builds McKinsey-style MECE narratives with Mermaid diagrams and professional themes |

170+ Skills, Zero Setup

📚  Industry best practices → Already packaged
🎯  Professional frameworks → Ready to use
⚡  One command → Instant expertise

AI Workflow = Pre-packaged domain expertise for your AI assistant. Skip the teaching. Start producing.


👤 Who Is This For?

📝 Content Creators Bloggers, newsletter writers, SEO specialists who want AI that already knows content frameworks, optimization techniques, and publishing best practices.

📈 Marketers & Growth Hackers Digital marketers, PMMs, and growth teams who need AI pre-loaded with GTM strategies, funnel analysis, campaign templates, and analytics interpretation.

🎬 Video Creators YouTubers, TikTokers, and video producers who want AI that understands hooks, retention psychology, thumbnail optimization, and platform algorithms.

📊 Traders & Investors Stock traders covering US, China A-shares, Hong Kong, and Taiwan markets who need AI with technical analysis, fundamental screening, and multi-market expertise.

🎯 Product Managers PMs, product owners, and heads of product who want AI fluent in PRDs, user stories, prioritization frameworks (RICE, MoSCoW), and the full product lifecycle.

🎤 Presenters & Educators Keynote speakers, tech presenters, and educators who need AI that builds structured narratives, professional slides, and compelling visual stories.


🎯 Workflows

| Workflow | For Who | Skills | Install | |:---------|:--------|:------:|:--------| | Content Creator | Bloggers, Writers, SEO Specialists | 32 | npx add-skill nicepkg/ai-workflow/workflows/content-creator-workflow | | Marketing Pro | Digital Marketers, Growth Hackers, PMMs | 38 | npx add-skill nicepkg/ai-workflow/workflows/marketing-pro-workflow | | Video Creator | YouTubers, TikTokers, Video Producers | 29 | npx add-skill nicepkg/ai-workflow/workflows/video-creator-workflow | | Stock Trader | Traders, Investors (US/CN/HK/TW Markets) | 29 | npx add-skill nicepkg/ai-workflow/workflows/stock-trader-workflow | | Product Manager | PMs, Product Owners, Head of Product | 23 | npx add-skill nicepkg/ai-workflow/workflows/product-manager-workflow | | Talk to Slidev | Keynote Speakers, Tech Presenters, Educators | 19 | npx add-skill nicepkg/ai-workflow/workflows/talk-to-slidev-workflow |


⚡ Quick Start

Install a Complete Workflow (Recommended)

# Pick your workflow and run ONE command: npx add-skill nicepkg/ai-workflow/workflows/content-creator-workflow # That's it! Skills are now active in your AI assistant.

Install Individual Skills

# Install just what you need npx add-skill nicepkg/ai-workflow/workflows/stock-trader-workflow --skill a-share-analysis # List available skills first npx add-skill nicepkg/ai-workflow/workflows/marketing-pro-workflow --list

Advanced Options

# Install globally (available in all projects) npx add-skill nicepkg/ai-workflow/workflows/video-creator-workflow --global # Install to specific AI tools only npx add-skill nicepkg/ai-workflow/workflows/content-creator-workflow -a claude-code -a cursor # Non-interactive mode (for CI/CD) npx add-skill nicepkg/ai-workflow/workflows/marketing-pro-workflow -y

🤖 Supported AI Tools

Works with 14+ AI coding assistants out of the box:

| AI Tool | Project Path | Global Path | |:--------|:-------------|:------------| | Claude Code | .claude/skills/ | ~/.claude/skills/ | | Cursor | .cursor/skills/ | ~/.cursor/skills/ | | GitHub Copilot | .github/skills/ | ~/.copilot/skills/ | | Codex | .codex/skills/ | ~/.codex/skills/ | | OpenCode | .opencode/skill/ | ~/.config/opencode/skill/ | | Amp | .agents/skills/ | ~/.config/agents/skills/ | | Roo Code | .roo/skills/ | ~/.roo/skills/ | | Kilo Code | .kilocode/skills/ | ~/.kilocode/skills/ | | Goose | .goose/skills/ | ~/.config/goose/skills/ | | Gemini CLI | .gemini/skills/ | ~/.gemini/skills/ | | Antigravity | .agent/skills/ | ~/.gemini/antigravity/skills/ | | Clawdbot | skills/ | ~/.clawdbot/skills/ | | Droid | .factory/skills/ | ~/.factory/skills/ | | Windsurf | .windsurf/skills/ | ~/.codeium/windsurf/skills/ |


🛠 Create Your Own Workflow

Step 1: Clone This Repository

git clone https://github.com/nicepkg/ai-workflow.git cd ai-workflow

Step 2: Open with AI Coding Assistant

Open the project with any AI tool that supports skills:

  • Claude Code: claude in terminal
  • Cursor: Open folder in Cursor
  • Codex: codex in terminal
  • OpenCode: opencode in terminal

Step 3: Ask AI to Create Your Workflow

"Create a researcher workflow for academic paper writing"
"Create a devops workflow for kubernetes management"
"Create a data-scientist workflow for ML projects"

The AI will automatically:

  1. Create the workflow directory structure
  2. Find and download relevant skills
  3. Create custom skills as needed
  4. Generate documentation

Manual Creation

workflows/my-workflow/
└── .claude/skills/
    └── my-skill/
        └── SKILL.md       # Skill definition

SKILL.md format:

--- name: my-skill description: What this skill does and when AI should use it --- # My Skill Instructions for the AI to follow...

🌟 Star History


🤝 Contributing

Contributions are welcome! Here's how you can help:

  • Star this repo - It helps others discover this project
  • 🐛 Report bugs - Open an issue if something isn't working
  • 💡 Suggest skills - What workflows would help you?
  • 🔧 Submit PRs - Add new skills or improve existing ones

See CONTRIBUTING.md for guidelines.

Contributors


📚 Skill Sources & Credits

Built on the shoulders of giants:


📄 License

MIT © [nice

五维分析
清晰度9/10
创新性8/10
实用性9/10
完整性8/10
可维护性8/10
优缺点分析

优点

  • 预打包技能节省时间。
  • 支持多种AI工具。
  • 可用的工作流程范围广泛。

缺点

  • 对特定需求的定制有限。
  • 依赖外部AI工具。
  • 可能需要随着AI的发展进行更新。

相关技能

novel-writer-skills

A
toolCo-Pilot / 辅助式
86/ 100

“这个工具就像一个永不休息的写作教练——只是别指望它为你写小说!”

screen-creative-skills

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

payload

A
toolCo-Pilot / 辅助式
86/ 100

“Payload 的架构可能暴露出依赖漏洞和潜在的 CSRF 攻击等风险。定期更新和使用安全编码实践可以减轻这些风险。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 nicepkg.