CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
yunshu0909 avatar

Writing Assistant

yunshu0909/yunshu_skillshub
230 installs740 stars
Summary

This is a structured writing assistant that adapts its workflow based on how clear your ideas are. When you say "I want to write about X," it first diagnoses whether you know what you want to say. If your thoughts are fuzzy, it walks you through idea mining and topic selection before moving to outlining. If you're already clear, it skips straight to framework discussion. Either way, you end up at the same two stages: refining your outline and then producing a roughly 1000 character article. It's designed for Chinese language content and keeps your original voice. The modular approach is smart because it doesn't waste time on brainstorming when you don't need it, but it's there when you do.

Install to Claude Code

npx -y skills add yunshu0909/yunshu_skillshub --skill writing-assistant --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Files
SKILL.mdView on GitHub

写作助手

核心流程

三个关键步骤:选题 → 框架 → 内容

但根据你对选题的清晰度,会走不同的分支:

用户提出主题或想法
    │
    ↓
[阶段00] 诊断:观点清不清楚?
    │
    ├─→ 清晰(知道要讲什么)
    │    ├─ [阶段03] 框架讨论 - 打磨和组织框架
    │    └─ [阶段04] 内容产出 - 根据框架写文章
    │
    └─→ 模糊(有很多想法但不知道讲什么)
         ├─ [阶段01] 思维挖掘 - 把想法倒出来
         ├─ [阶段02] 选题确定 - 从想法中找核心
         ├─ [阶段03] 框架讨论 - 打磨和组织框架
         └─ [阶段04] 内容产出 - 根据框架写文章

流程概览

阶段名称触发条件目标详细文件
00诊断用户提出想法快速判断观点清晰度stages/00-diagnosis.md
01思维挖掘观点模糊把零散想法倒出来,记录成洞察stages/01-mining.md
02选题确定洞察足够从洞察中锁定核心选题和灵魂句stages/02-topic.md
03框架讨论选题确定(无论哪个分支)打磨和组织文章框架,确保逻辑清晰stages/03-framework.md
04内容产出框架确定根据框架写成1000字左右的文章stages/04-writing.md

调度规则

当前阶段如何判断:

  1. 进入阶段00(诊断) — 用户刚开始,说出了想法或选题
  2. 进入阶段01(思维挖掘) — 诊断判断:观点还不够清晰,有很多想法但不知道讲什么
  3. 进入阶段02(选题确定) — 洞察收集足够,需要从中提炼出核心选题
  4. 进入阶段03(框架讨论) — 选题已经清晰,需要打磨框架结构
  5. 进入阶段04(内容产出) — 框架已经确定,准备写文章

每个阶段开始时:

  • 告诉用户当前在哪个阶段
  • 读取对应的阶段文件,按照里面的步骤执行
  • 这个阶段的目标是什么、会做什么事

文件结构

writing-assistant/
├── SKILL.md                    # 主文件(触发、流程、调度规则)
├── stages/
│   ├── 00-diagnosis.md         # 诊断阶段
│   ├── 01-mining.md            # 思维挖掘(仅当观点模糊时)
│   ├── 02-topic.md             # 选题确定(仅当观点模糊时)
│   ├── 03-framework.md         # 框架讨论(通用)
│   └── 04-writing.md           # 内容产出(通用)
└── templates/
    ├── framework-template.md   # 框架讨论的记录模板
    └── article-template.md     # 内容产出时参考

核心原则

  • 不浪费时间:观点清晰就不挖掘,直接框架
  • 保证质量:框架讨论是必须的,确保逻辑和表达
  • 模块化复用:框架和内容两个模块通用,无论哪个分支都会用到
  • 用户掌控:用户随时可以说"继续"或"停止",进度由用户控制

注意事项

  • 阶段00的诊断要快速,3-5个问题就能判断清晰度
  • 思维挖掘不要急,让用户尽量倒干净想法
  • 框架讨论时,重点是打磨"读者为什么要读"和"逻辑顺序"
  • 内容产出时,保持用户的原话风格和口吻
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Documentation
First SeenJun 3, 2026
View on GitHub

More from yunshu0909/yunshu_skillshub

All 5 skills →
  • Lesson Builder215
  • Prd Doc Writer183
  • Github Repo Search363
  • Weekly Report249

Recommended

More Documentation →
jeremylongshore avatar
swagger-doc-creator

jeremylongshore/claude-code-plugins-plus-skills

Create swagger doc creator operations. Auto-activating skill for API Development. Triggers on: swagger doc creator, swagger doc creator Part of the API Development skill category. Use when working with swagger doc creator functionality. Trigger with phrases like "swagger doc creator", "swagger creator", "swagger".
229
2.6k
shino369 avatar
document-writing

shino369/claude-code-personal-workspace

Expert knowledge in document and essay writing conventions for English, Japanese, and Chinese (Traditional). Use when writing or translating formal documents, essays, articles, reports, or professional communications. Provides language-specific writing styles, formatting conventions, and rhetorical patterns.
229
3
davila7 avatar
umap-learn

davila7/claude-code-templates

UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.
228
30.2k
aaaaqwq avatar
seo-content-writing

aaaaqwq/claude-code-skills

seo content writing
225
66
cloudwego avatar
eino-guide

cloudwego/eino-ext

Eino framework overview, concepts, and navigation. Use when a user asks general questions about Eino, needs help getting started, wants to understand the architecture, or is unsure which Eino skill to use. Eino is a Go framework for building LLM applications with components, orchestration graphs, and an agent development kit.
222
789
404kidwiz avatar
documentation-engineer

404kidwiz/claude-supercode-skills

documentation engineer
221
76