master-orchestrator

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

242 stars

Best use case

master-orchestrator is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. 全自动总指挥:串联热点抓取、内容生成与爆款验证的全流程技能。

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

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "master-orchestrator" skill to help with this workflow task. Context: 全自动总指挥:串联热点抓取、内容生成与爆款验证的全流程技能。

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/master-orchestrator/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/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

bmad-orchestrator

242
from aiskillstore/marketplace

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

feedback-mastery

242
from aiskillstore/marketplace

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.

tdd-orchestrator

242
from aiskillstore/marketplace

Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices. Enforces TDD best practices across teams with AI-assisted testing and modern frameworks. Use PROACTIVELY for TDD implementation and governance.

javascript-mastery

242
from aiskillstore/marketplace

Comprehensive JavaScript reference covering 33+ essential concepts every developer should know. From fundamentals like primitives and closures to advanced patterns like async/await and functional programming. Use when explaining JS concepts, debugging JavaScript issues, or teaching JavaScript fundamentals.

go-rod-master

242
from aiskillstore/marketplace

Comprehensive guide for browser automation and web scraping with go-rod (Chrome DevTools Protocol) including stealth anti-bot-detection patterns.

receipt-scanner-master

242
from aiskillstore/marketplace

Master receipt scanning operations including parsing, debugging, enhancing accuracy, and database integration. Use when working with receipts, images, OCR issues, expense categorization, or troubleshooting receipt uploads.

cascade-orchestrator

242
from aiskillstore/marketplace

Creates sophisticated workflow cascades coordinating multiple micro-skills with sequential pipelines, parallel execution, conditional branching, and Codex sandbox iteration. Enhanced with multi-model routing (Gemini/Codex), ruv-swarm coordination, memory persistence, and audit-pipeline patterns for production workflows.

cc-devflow-orchestrator

242
from aiskillstore/marketplace

CC-DevFlow workflow router and agent recommender. Use when starting requirements, running flow commands, or asking about devflow processes.

wp-orchestrator

242
from aiskillstore/marketplace

Master WordPress project orchestrator - coordinates all WordPress skills for complete site setup, audit, and optimization. Use for new project setup, site audits, or comprehensive reviews. Runs interview phases and manages todo lists.

tailwind-css-v4-mastery

242
from aiskillstore/marketplace

Expert guidance for leveraging Tailwind CSS V4's new Oxide engine, CSS-first configuration, and modern styling paradigms. This skill transforms Claude into a Tailwind V4 architecture specialist, capable of designing component systems, optimizing performance, and executing complex styling challenges with precision.

test-orchestrator

242
from aiskillstore/marketplace

Coordinates testing strategy and execution across all test types. Use when creating test plans, implementing tests (unit/integration/E2E), or enforcing coverage requirements (80% minimum). Applies testing-requirements.md.

main-orchestrator

242
from aiskillstore/marketplace

Decomposes requirements into executable tasks and coordinates domain orchestrators (frontend, backend, data, test, devops). Use when receiving PRDs, user requirements, or feature requests that span multiple domains. Acts as CEO of the AI development system.