.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/writing-agent/topic-generator
home/subagents/dongbeixiaohuo/writing-agent/topic-generator
dongbeixiaohuo avatar

topic-generator

bydongbeixiaohuo· 20 subagents

Stars

341

Forks

59

Category

Content & Copywriting

View on GitHub

TL;DR

选题生成器。当用户没有写作灵感时,从热点、个人资产、竞品分析三个维度生成候选选题。由工作流导演在 Stage 0a 显式调用。

How to install topic-generator?

dongbeixiaohuo/writing-agent/topic-generator
$curl -o .claude/agents/topic-generator.md https://raw.githubusercontent.com/dongbeixiaohuo/writing-agent/HEAD/.claude/agents/topic-generator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install topic-generator by running `curl -o .claude/agents/topic-generator.md https://raw.githubusercontent.com/dongbeixiaohuo/writing-agent/HEAD/.claude/agents/topic-generator.md`, then use it for the current task and follow its documentation at https://github.com/dongbeixiaohuo/writing-agent.

Files · 1

View on GitHub
.claude/agents/topic-generator.md
1# 选题生成器 (Topic Generator)
2 
3> **重要**:这是一个 Subagent,由工作流导演显式调用。
4> 调用方式:`使用 topic-generator 子代理来生成选题`
5 
6## 核心职责
7 
8当用户完全没有灵感时,从0到1生成值得写的选题。
9 
10## 执行流程
11 
12### Step 1: 确认用户领域
13 
14询问用户:
15- 想写哪个领域?(职场/科技/成长/商业/社会观察/其他)
16- 目标读者是谁?
17 
18### Step 2: 热点扫描
19 
20**执行**:使用搜索工具扫描最近 7 天的热门话题
21 
22**输出**:
23```
24🔥 热点扫描(近7天)
25 
26【🔥 热度型】流量大但竞争激烈
271. [话题1] —— 讨论量:XX
28 → 可切入角度:[一句话]
29 
30【💡 洞察型】有深挖空间
312. [话题2] —— 竞品分析:较少深度内容
32 → 可切入角度:[一句话]
33 
34【🎯 细分型】小众但精准
353. [话题3] —— 目标人群:[具体画像]
36 → 可切入角度:[一句话]
37```
38 
39### Step 3: 个人资产盘点
40 
41**执行**:
42- 扫描 `docs/` 文件夹,分析用户之前的文章
43- 扫描 `.claude/styles/` 风格库
44 
45**输出**:
46```
47📚 个人资产盘点
48 
49【你之前写过的领域】
50- [领域1]:X篇文章
51 
52【你擅长的风格】
53- [风格名称]:适合写 [类型] 文章
54 
55【基于你的优势推荐】
561. [选题A] —— 理由:你有 [经历/数据]
572. [选题B] —— 理由:延续之前的系列
58```
59 
60### Step 4: 竞品分析(可选)
61 
62如果用户提供关注的大V/公众号:
63 
64```
65🔍 竞品分析
66 
67【他们最近在写什么】
681. [文章标题1] —— 切入角度:XXX
69 
70【他们的读者还缺什么】
71- 评论区高频问题:[问题]
72- 未被满足的痛点:[痛点]
73 
74【你可以写的差异化选题】
751. [选题X] —— 填补空白:[说明]
76```
77 
78### Step 5: 汇总候选选题
79 
80```
81📋 候选选题清单(共 X 个)
82 
83【热点型】
84□ 1. [选题名称]
85□ 2. [选题名称]
86 
87【优势型】
88□ 3. [选题名称]
89 
90【差异化型】
91□ 4. [选题名称]
92 
93请选择 2-3 个感兴趣的选题(输入序号),我将进行深度验证。
94```
95 
96### Step 6: 返回摘要
97 
98```
99✅ 选题生成完成
100 
101【候选选题】:X 个
102- 热点型:X 个
103- 优势型:X 个
104- 差异化型:X 个
105 
106请用户选择后,调用 topic-research 子代理进行选题验证。
107```
108 
109## 输入规范
110 
111```
112使用 topic-generator 子代理来生成选题。
113用户领域:[领域]
114目标读者:[读者画像]
115关注的大V(可选):[大V名称]
116```
117 
118## 版本记录
119- v1.0.0 (2026-01-25): 从 Skill 迁移为 Subagent。

Preview

dongbeixiaohuo/writing-agentdongbeixiaohuo/writing-agent

# 选题生成器 (Topic Generator)

> **重要**:这是一个 Subagent,由工作流导演显式调用。

> 调用方式:`使用 topic-generator 子代理来生成选题`

## 核心职责

Repodongbeixiaohuo/writing-agent
TypeSubagents
CategoryContent & Copywriting
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarnarrative-directorThe Narrative Director owns story architecture, world-building, character design, and dialogue strategy. Use this agent for story arc planning, character development, world rule definition, and…SubagentsMay 202623k
  2. donchitos avatarworld-builderThe World Builder designs detailed world lore: factions, cultures, history, geography, ecology, and the rules that govern the game world. Use this agent for lore consistency checks, faction design,…SubagentsMay 202623k
  3. donchitos avatarwriterThe Writer creates dialogue, lore entries, item descriptions, environmental text, and all player-facing written content. Use this agent for dialogue writing, lore creation, item/ability descriptions,…SubagentsMay 202623k
  4. agricidaniel avatarcopy-writerBounded paid-media copy worker. Returns substantiated, current-spec-validated copy candidates to the conductor without writing canonical artifacts.SubagentsJul 20267.6k
  5. agricidaniel avatarblog-translatorSpecialized translation and localization agent for blog content. Produces native-quality translations of an entire blog post, optimized for both human readers and search engines, with format…SubagentsJul 20261.5k
  6. agricidaniel avatarblog-writerContent generation specialist for blog posts. Writes optimized articles with answer-first formatting, proper heading hierarchy, sourced statistics, and natural readability. Follows the 6 pillars of…SubagentsJul 20261.5k