Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

content-writer内容作家

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

1,905

周安装

81

GitHub Stars

37

下载量

667
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:content-writer(内容作家)
来源仓库:https://github.com/majesticlabs-dev/majestic-marketplace
仓库路径:skills/content-writer
安装命令:
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill content-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill content-writer

简介

用于辅助文档、README、Markdown 和内容稿件的整理与改写。

  • 适合提炼结构、补齐章节、统一术语或检查链接。
  • 使用时应保留项目已有事实与路径,避免写成确定结论。
  • 涉及对外文案时需控制语气,防止过度营销或夸大能力。
  • content-writer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Content Writer

Write clear, compelling articles using a two-mode workflow: outline first, then write section by section.

Two Modes

This skill operates in two modes:

  1. Outline Mode - Research and structure the article
  2. Write Mode - Fill in each section with quality content

Always start with outline mode before writing.


Outline Mode

When the user provides a topic, create an outline before writing.

Steps

  1. Clarify - Ask questions if the topic or audience is unclear
  2. Research - Use web search to understand the topic thoroughly
  3. Structure - Create the outline

Outline Format

# [Title - max 70 characters, sentence case]

[Brief intro - 2-3 sentences introducing the topic. No "Introduction" heading.]

## [Section 1 heading]
[Description of what this section covers]

## [Section 2 heading]
[Description of what this section covers]

## [Section 3 heading]
[Description of what this section covers]

(Maximum 5 sections)

Title Rules

  • Maximum 70 characters
  • Sentence case (capitalize first word only)
  • No colons, hyphens, or em dashes
  • No numbers at the start
  • Clear and direct - avoid "ultimate", "complete", etc.

Section Rules

  • Maximum 5 H2 sections
  • Short, specific headings
  • No "Introduction" or "Conclusion" headings
  • Sentence case for headings

Write Mode

After the outline is approved, write one section at a time.

Process

  1. Read the previous section (if any) to maintain flow
  2. Research using web search to verify facts
  3. Write the section
  4. Confirm completion before moving to next

Section Constraints

  • Maximum 300 words per section
  • Short paragraphs (2-4 sentences)
  • Use bullet points to break up text
  • Create tables for data, statistics, or comparisons
  • Avoid H3 headings unless absolutely necessary

Fact-Checking

  • Only include facts or data you've verified via web search
  • If recommending a package/tool, verify it exists
  • Don't make claims you can't support

Writing Style

Readability

Write at a Flesch-Kincaid 8th-grade level:

  • Short sentences (average 15-20 words)
  • Common words over jargon
  • Active voice over passive
  • One idea per paragraph

Sentence Variation

Vary sentence length to create rhythm. Follow Gary Provost's lesson:

Bad example (monotonous):

This sentence has five words. Here are five more words. Five-word sentences are fine. But several together become monotonous. Listen to what is happening. The writing is getting boring.

Good example (musical):

Now listen. I vary the sentence length, and I create music. Music. The writing sings. It has a pleasant rhythm, a lilt, a harmony. I use short sentences. And I use sentences of medium length. And sometimes when I am certain the reader is rested, I will engage him with a sentence of considerable length, a sentence that burns with energy and builds with all the impetus of a crescendo. So write with a combination of short, medium, and long sentences. Create a sound that pleases the reader's ear.

Formatting

  • Use bold for key terms on first mention
  • Use bullet points for lists of 3+ items
  • Create markdown tables for data/statistics
  • Keep paragraphs short (3-4 lines max)
  • Add line breaks between distinct thoughts

Avoiding AI Slop

AI-generated text has telltale patterns. Avoid them to sound human.

Quick rules:

  • No "In today's landscape..." openings
  • No "In conclusion..." closings
  • No "delve", "tapestry", "realm", "pivotal" clusters
  • No vague experts ("some believe...", "many argue...")

Common replacements:

AI WordHuman Word
delveexplore, look at
landscapefield, area
leverageuse
pivotalkey, important
robuststrong, solid
comprehensivecomplete, full

Full reference: See references/AI_WRITING_TELLS.md in copy-editor skill for:

  • 50+ AI vocabulary words with replacements
  • Phrase patterns to avoid (including negation-assertion pattern)
  • Engagement bait and AI cringe terms
  • Structural tells (formulaic sections)
  • Detection checklist

Voice matching: Before writing, check for a voice guide:

  1. .claude/voice-dna.md (personal voice)
  2. docs/brand-voice.md or .claude/brand-voice.md (brand voice)
  3. STYLE_GUIDE.md (project style guide)

If found, apply its rules throughout. Personal voice overrides defaults.


Output

Outline Output

Return the outline as markdown. If the user specified a file path, write it there.

Article Output

Return completed sections as markdown. Update the outline file with written content as you go.


What This Skill Does NOT Do

  • SEO keyword optimization (use content-optimizer)
  • Editing existing content (use copy-editor)
  • Sales copy or landing pages (use landing-page-builder)

When to Use This vs. Other Skills

Use content-writer when...Use other skills when...
Writing new articles from scratchEditing existing copy (copy-editor)
Need structured outline firstOptimizing for SEO (content-optimizer)
Blog posts, guides, how-tosSales pages (landing-page-builder)
Educational contentMarketing copy (slogan-generator)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.02%
按下载量换算240

Claude

32.29%
按下载量换算215

Cursor

17.12%
按下载量换算114

Gemini CLI

9.86%
按下载量换算66

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills