Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计提醒

writing-assistant写作助理

Agent Skill

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

总安装

1,409

周安装

57

GitHub Stars

11

下载量

442
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/niracler/skill --skill writing-assistant

简介

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

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中提炼结构或统一术语。
  • 通过 npx 命令安装,需保留项目事实并避免过度营销语气。
  • 涉及对外文案时应控制语气,不夸大能力或写成确定结论。
  • writing-assistant 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Writing Assistant

写作助手,两种模式:构思引导(从零开始写)和审校打磨(改已有文章)。

注意:日记写作请使用 diary-assistant skill。

Prerequisites

ToolTypeRequiredInstall
markdownlint-cli2cliNonpx markdownlint-cli2 (no install needed, used in proofreading step 6)
markdown-lintskillNoIncluded in npx skills add niracler/skill (for repo setup)
Do NOT proactively verify these tools on skill load. If a command fails due to a missing tool, directly guide the user through installation and configuration step by step.

Mode Selection

User IntentModeSection
「不知道写什么」「帮我构思」「写游记」「记录 TIL」「写点什么」InspirationInspiration Mode
「帮我改文章」「检查一下」「润色」「校对一下」「看看文章」ProofreadingProofreading Mode

If unclear, ask the user.

Inspiration Mode

帮助用户在不知道写什么或如何写下去时,通过启发式提问引导写作。

Core Principles

PrincipleDescription
One question at a timeDesign a TodoList of prompts, ask one by one
Confirm before nextUser thinks -> writes -> revises -> confirms -> next question
Inspire, don't ghostwriteUse questions to spark thinking, don't decide content direction

Article Type Detection

User IntentTypeFramework
「写游记」「记录旅行」TravelDeparture -> Journey -> Reflection
「记录 TIL」「今天学到」TILContext -> Process -> Solution -> Takeaway
「写点什么」「帮我构思」GeneralTrigger -> Viewpoint -> Develop -> Close

Flow

Detect article type -> List prompt questions -> Ask one by one -> User answers -> Confirm -> Next -> Compose

Pacing

Claude: "Why did you want to visit this place?"
User: [writes answer]
Claude: [confirm/follow-up] -> "OK, next question: what was the first thing you saw when you arrived?"

Frameworks

Each type has a detailed framework with structure and prompt questions. See writing-frameworks.md for full reference.

After the draft is complete, suggest switching to Proofreading Mode for review.

Proofreading Mode

文章审校,提供 6 步审校流程,帮助打磨中文文章。

Core Principles

PrincipleDescription
Discuss before editingPropose changes for user to choose, don't edit directly
Review by sectionUse Markdown headings as checkpoints, 1-2 headings at a time
Inspire, don't decideUse questions to guide draft content, don't decide for user

6-Step Review Flow

1. Structure -> 2. Reader Context -> 3. Language -> 4. Source Verification -> 5. Style -> 6. Markdown Format

Step 1: Structure Diagnosis

Goal: Ensure clear structure and focused topic

  • Break down paragraphs, identify themes
  • Propose 2-3 reorganization options, discuss before editing
  • Move deleted content to a separate "material.md" file

See structure-review.md

Step 2: Reader Context Check

Core question: "Would a reader be confused here?"

IssueSymptomFix
Background assumptionUses jargon/acronyms without explanationAdd explanation or footnote
Self-referential"It's like that thing..." without explainingMake description concrete
Logic gapJumps from A to CAdd transitional explanation
Implicit emotion"It was so..." without setupAdd context first
Information gapAssumes reader knows the backstoryBriefly provide background

See structure-review.md

Step 3: Language Standards

Based on Yu Guangzhong's "How to Improve Europeanized Chinese":

IssueExample
Abstract noun as subjectBad: Income reduction changes life -> Good: He changed his life due to income reduction
Verbose phrasingBad: Based on this reason -> Good: Therefore
Weak verbsBad: Make a contribution -> Good: Contribute
Preposition pileupReduce overuse of linking words
Passive voice abuseBad: The problem was solved -> Good: The problem is solved

See chinese-style.md

Step 4: Source Verification

Source priority: Government official > Authoritative media > Industry media > Avoid personal blogs

Pacing: Verify one -> discuss -> write one -> confirm -> next

See source-verification.md

Step 5: Style Consistency

Check against personal writing style:

CheckDescription
Signature expressions"How to put it", "Actually", "A bit..."
ToneSelf-deprecating openings, parenthetical commentary
QuantificationUse specific numbers for persuasion
Bold restraintMax 3 bold phrases per heading section

Avoid:

  • "Not X... but Y..." pattern (AI-flavored)
  • Quoted "humor" metaphors
  • Emoji or numbered list openings
  • Frequent dashes
  • --- horizontal rules (use headings or numbers for natural transitions)

See personal-style.md

Step 6: Markdown Formatting

npx markdownlint-cli2 article.md          # Check
npx markdownlint-cli2 --fix article.md    # Auto-fix

Additional manual checks:

  • Heading levels are logical (H2->H3, no skipping)
  • List format is consistent (all - or all *)
  • Code blocks have language labels

Review Pacing

1. Read current section
2. Check against 6 steps
3. Propose suggestions (don't edit directly)
4. Wait for user confirmation
5. After confirmation, move to next section

Key: Wait for confirmation after each section review.

Writing Style Quick Reference

ElementRequirement
LanguageConversational, like chatting with a friend
ParagraphsOne topic per paragraph
BoldOnly at important turns/insights, max 3 per section
DataWeave into experience, put detailed sources in footnotes
HonestyAdmit gaps, mark unfinished parts, keep thinking traces

Detailed References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.94%
按下载量换算168

Claude

27.6%
按下载量换算122

Cursor

17.19%
按下载量换算76

Gemini CLI

9.36%
按下载量换算41

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills