master-orchestrator

全自动总指挥:串联热点抓取、内容生成与爆款验证的全流程技能。

25 stars

Best use case

master-orchestrator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

全自动总指挥:串联热点抓取、内容生成与爆款验证的全流程技能。

Teams using master-orchestrator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/master-orchestrator/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/aiskillstore/marketplace/wangdefou-dev/master-orchestrator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/master-orchestrator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How master-orchestrator Compares

Feature / Agentmaster-orchestratorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

全自动总指挥:串联热点抓取、内容生成与爆款验证的全流程技能。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Master Orchestrator (全自动总指挥)

这个 Skill 是 Defou Workflow Agent 的“大脑”和“指挥中心”。它将原本独立的技能模块串联成一条完整的自动化生产流水线,实现从“全网热点”到“高质量成品”的零人工干预作业。

## 功能描述

它按顺序自动调度以下两个核心引擎:

1.  **内容生成引擎 (Content Generation Engine)**
    *   **对应技能**: `tophub-defou-stanley-combo`
    *   **动作**: 
        *   抓取 TopHub 全网热榜。
        *   智能筛选 Top 10 最具爆款潜力的话题。
        *   基于 Defou x Stanley 风格生成初稿。
    *   **产出**: `outputs/defou-stanley-posts/` 下的初稿文件。

2.  **质量验证引擎 (Quality Verification Engine)**
    *   **对应技能**: `viral-verification`
    *   **动作**:
        *   自动读取上一步生成的初稿。
        *   模拟“增长黑客”进行 6 维爆款要素打分。
        *   生成最终优化建议和终稿。
    *   **产出**: `outputs/viral-verified-posts/` 下的最终成品。

## 使用方法

### 运行脚本

```bash
# 在项目根目录下运行
npm run skill:master
```

或者直接使用 `ts-node`:

```bash
npx ts-node src/master.ts
```

### 输出结果

你只需要关注最终的产出目录:

`defou-workflow-agent/outputs/viral-verified-posts/`

这里存放了经过双重 AI 智慧加持的最终文章,可以直接用于发布。

## 依赖配置

无需额外配置,它复用项目的全局 `.env` 配置。

Related Skills

yaml-master

25
from ComeOnOliver/skillshub

Execute proactive YAML intelligence: automatically activates when working with YAML files. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

vertex-ai-media-master

25
from ComeOnOliver/skillshub

Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with Imagen 4 - Marketing campaign automation - Social media content creation - Ad creative generation - Multimodal content workflows

Google Cloud Agent SDK Master

25
from ComeOnOliver/skillshub

Execute automatic activation for all google cloud agent development kit (adk) Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

changelog-orchestrator

25
from ComeOnOliver/skillshub

Draft changelog PRs by collecting GitHub/Slack/Git changes, formatting with templates, running quality gates, and preparing a branch/PR. Use when generating weekly/monthly release notes or when the user asks to create a changelog from recent merges. Trigger with "changelog weekly", "generate release notes", "draft changelog", "create changelog PR".

creating-oracle-to-postgres-master-migration-plan

25
from ComeOnOliver/skillshub

Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies.

cli-mastery

25
from ComeOnOliver/skillshub

Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. Say "cliexpert" to start.

git-master

25
from ComeOnOliver/skillshub

Git operations expert — atomic commits, rebase, history search

scrum-master

25
from ComeOnOliver/skillshub

Advanced Scrum Master skill for data-driven agile team analysis and coaching. Use when the user asks about sprint planning, velocity tracking, retrospectives, standup facilitation, backlog grooming, story points, burndown charts, blocker resolution, or agile team health. Runs Python scripts to analyse sprint JSON exports from Jira or similar tools: velocity_analyzer.py for Monte Carlo sprint forecasting, sprint_health_scorer.py for multi-dimension health scoring, and retrospective_analyzer.py for action-item and theme tracking. Produces confidence-interval forecasts, health grade reports, and improvement-velocity trends for high-performing Scrum teams.

scrum-master-agent

25
from ComeOnOliver/skillshub

Comprehensive Scrum Master assistant for sprint planning, backlog grooming, retrospectives, capacity planning, and daily standups with intelligent context-aware reporting

seo-mastery

25
from ComeOnOliver/skillshub

Search engine optimization strategies and tactics for organic growth. Use when optimizing content for search, conducting keyword research, performing SEO audits, or building link strategies.

bmad-orchestrator

25
from ComeOnOliver/skillshub

Orchestrates BMAD workflows for structured AI-driven development. Routes work across Analysis, Planning, Solutioning, and Implementation phases.

feedback-mastery

25
from ComeOnOliver/skillshub

Navigate difficult conversations and deliver constructive feedback using structured frameworks. Covers the Preparation-Delivery-Follow-up model and Situation-Behavior-Impact (SBI) feedback technique. Use when preparing for difficult conversations, giving feedback, or managing conflicts.