Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

writing-editor写作编辑

Agent Skill

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

总安装

353

周安装

15

GitHub Stars

4

下载量

124
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/nealcaren/sociology-skillset --skill writing-editor

简介

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

  • 适合让 Agent 提炼结构、补齐章节、统一术语或检查链接。
  • 使用时保留项目已有事实和路径,避免写成确定结论。
  • 涉及对外文案时需控制语气,防止过度营销或夸大能力。
  • 安装方式:通过 GitHub 仓库添加技能。writing-editor 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Writing Editor

Edit prose using a top-down workflow with human review at each level. Works for any nonfiction genre — academic papers, reports, memos, essays, blog posts, proposals.

Project Integration

This skill reads from project.yaml when available:

# From project.yaml
paths:
  drafts: drafts/sections/

Project type: This skill works for all project types. Prose editing improves writing regardless of methodology.

File Management

This skill uses git to track progress across phases. Before modifying any output file at a new phase:

  1. Stage and commit current state: git add [files] && git commit -m "writing-editor: Pre-editing snapshot"
  2. Then proceed with modifications.

Do NOT create version-suffixed copies (e.g., -v2, -final, -working). The git history serves as the version trail.

Workflow: Four Levels with Checkpoints

Work through each level, presenting proposed changes for user approval before moving to the next.

Step 0: Document Protection

Before making any edits:

  • Check if the file is in a git repo; if not, offer to git init
  • Commit the original state before any edits: git add [file] && git commit -m "writing-editor: Pre-editing snapshot"
  • After each level's approved changes, commit with a message like: "Writing editor: Level 1 (Document) complete"

This creates a full revision history the user can diff or revert. The input file IS the output — edit it in place. Do not create a working copy or a separate output file.

Levels with Checkpoints

LevelWhat to FixCheckpoint
1. DocumentStructure, hooks, titles, abstracts, citationsUser approves before continuing
2. ParagraphSymmetry, triplets, endings, contrast patterns, listicle structure, gerund fragments, dilution, signposted conclusionsUser approves before continuing
3. SentencePassive voice, agents, abstract nouns, meta-commentary, em/en dashes, rhetorical questions, "serves as," dramatic countdown, false ranges, invented labels, superficial analysesUser approves before continuing
4. WordAdverbs, signposts, throat-clearing, fancy-talk, LLM vocabulary, magic adverbsUser approves final version

This ensures the user stays in control and can accept/reject changes at each stage.

Quick Start

/writing-editor

Please edit: /path/to/draft.md

Or with pasted text:

/writing-editor

Here's a draft that sounds too formal: [paste text]

Primary Reference

Use references/merged-guidelines.md as the main editing guide. It consolidates all rules organized by level:

  • Level 1: Document (6 rules) - hooks, titles, structure, abstracts, citations, concrete examples
  • Level 2: Paragraph (10 rules) - endings, symmetry, triplets, contrast, syntax-logic match, listicle structure, gerund fragments, one-point dilution, signposted conclusions, "despite challenges" formula
  • Level 3: Sentence (20 rules) - passive voice, first person, abstract nouns, placeholders, agents, rhetorical questions, "serves as," dramatic countdown, false ranges, invented labels, superficial analyses
  • Level 4: Word (9 rules) - throat-clearing, signposts, adverbs, intensifiers, LLM vocabulary, magic adverbs, fancy-talk

Additional References

For deeper context or source-specific guidance:

FileSource
references/guidelines.mdLLM-specific patterns (15 rules)
references/tropes.mdAI writing tropes catalog (word choice, sentence/paragraph structure, tone, formatting, composition)
references/becker-guidelines.mdBecker's *Writing for Social Scientists* (12 rules)
references/sword-guidelines.mdSword's *Stylish Academic Writing* (14 rules)
references/phrase-transformations.mdCommon phrase before/after examples

Core Method: Deletion Test

At every level, apply Becker's test: Remove each word or phrase. If meaning doesn't change, delete it.

Level 1: Document

Before touching sentences, fix:

  • Opening hook: Does it grab attention or start with a bland formula?
  • Title: Short and unified, or bloated with variables and colons?
  • Structure: Do section headings match what the opening promises?
  • Abstract/summary: Active voice with humans and claims, or passive hedging? (Skip if genre has no abstract.)
  • Citations/references: Do they advance the argument or just signal allegiance? (Adjust for genre — academic papers cite; memos and blog posts may not.)
  • Concrete examples: Is each major concept grounded in specifics?

Present document-level changes. Wait for user approval.

Level 2: Paragraph

After document structure is sound:

  • Paragraph endings: Do they moralize ("Together, these underscore...") or just stop?
  • Symmetry: Do three paragraphs start the same way?
  • Triplets: Ornamental lists of three that could be two? (Keep conceptual triplets like "race, class, and gender")
  • Over-balanced contrast: "Not X, but Y" that could be one clause?
  • Syntax-logic match: Does grammar show which ideas are subordinate?
  • Sentence length variation: Do all sentences in a paragraph have similar word counts? Flag uniform-length paragraphs. Good paragraphs mix short (10-15 words) and longer (25-30) sentences with ~10 words stdev.
  • Paragraph length: Flag paragraphs exceeding 6 sentences for possible splitting. Median in published sociology is 3 sentences.
  • Stacked intensifiers: Does the paragraph keep raising emotional volume sentence after sentence? One strong claim is enough.
  • Listicle in disguise: "The first... The second... The third..." dressed up as continuous prose? Either use an actual list or integrate without ordinal labels.
  • Gerund fragment litany: Standalone "-ing" fragments used to illustrate a claim? Fold into a single sentence or cut.
  • One-point dilution: Does the section restate the same argument in multiple ways without adding anything? Cut redundant restatements.
  • Signposted conclusions: "In conclusion," "To sum up," "In summary" — cut these. The reader can feel the ending.
  • "Despite its challenges" formula: Acknowledging problems only to immediately dismiss them? Engage with the challenges or don't raise them.

Present paragraph-level changes. Wait for user approval.

Level 3: Sentence

After paragraphs are structured:

  • Passive voice: "Data were collected" → "We collected data"
  • First person: Use I/we for methods and claims
  • Abstract nouns: "The investigation of" → "We investigated"
  • Placeholders: "complex relation" → specify the actual relation
  • Deictic pronouns: "This shows" → "This finding shows"
  • There is/are: "There is evidence" → "Evidence shows"
  • Subject-verb distance: Keep within 12 words
  • Vivid verbs: Replace weak verbs with specific action
  • Dead metaphors: Cut "cutting edge," "shed light on"
  • Meta-commentary: Cut sentences about process/intent
  • Grand evaluations: Replace abstract praise with observable effects
  • Over-justification: Allow judgment without explaining every reason
  • Em/en dashes: Rewrite the sentence. Do not just swap for commas. Split into two sentences, fold the aside into the main clause, use a colon, reposition the aside, or drop it. Offer multiple options. Em dashes are strongly associated with LLM-generated text and should be eliminated.
  • Self-posed rhetorical questions: "The result? Devastating." — rewrite as a declarative statement.
  • "Serves as" dodge: Replace "serves as," "stands as," "marks," "represents" with "is" when it means the same thing.
  • Dramatic countdown: "Not X. Not Y. Just Z." — state Z directly.
  • False ranges: "From X to Y" where X and Y aren't on a real spectrum — name the items directly.
  • Invented concept labels: Coined compound terms ("the supervision paradox") treated as established — describe the phenomenon in plain language instead.
  • Superficial analyses: Tacked-on "-ing" phrases that inject shallow depth ("contributing to the region's rich cultural heritage," "highlighting its importance") — cut or replace with a specific claim.
  • Semicolons: Check whether each semicolon could be a period. Two shorter sentences are usually clearer. Published sociology uses semicolons in ~10% of sentences, which is high.
  • Transition word overuse: If "However," appears more than twice per page, suggest alternatives ("But," "Yet," or restructure). Total transition-led sentences should not exceed ~7%.
  • Absolutist claims: Flag "all," "every," "none," "always" unless literally true. Suggest "most," "often," "typically," "in many cases."
  • Prosecutorial tone: Flag "guilty," "verdict," "condemned," "exposed," "damning." Suggest "conclusion," "evidence indicates," "difficult to justify."
  • Intensity check: For strong sentences, ask: Is intensity from evidence or wording? If from wording, revise down one notch.

Present sentence-level changes. Wait for user approval.

Level 4: Word

Final polish:

  • Throat-clearing: "It is important to..." → [delete]
  • Signposts: "Importantly," "Overall," → [delete]
  • Evaluative adverbs: "convincingly demonstrates" → "demonstrates"
  • Empty intensifiers: "reasonably comprehensive" → "comprehensive"
  • Ability phrases: "managed to maintain" → "kept"
  • Fancy-talk: "predicated upon" → "depends on"
  • LLM vocabulary: Flag "delve," "tapestry," "landscape" (for domains), "leverage" (as verb), "robust," "streamline," "harness," "utilize," "synergy," "ecosystem" (outside biology), "navigate" (abstract), "paradigm" (outside Kuhn). Replace with plain equivalents.
  • Magic adverbs: Flag "quietly," "deeply," "fundamentally," "remarkably," "arguably" when used to inject unearned significance. Cut or replace with evidence.
  • Excessive praise: "thoughtful, rigorous, and sophisticated" → "careful"

Present word-level changes. Wait for user approval.

Output

After all levels approved, the edited file IS the output — it was edited in place. Commit the final state: git add [file] && git commit -m "writing-editor: Level 4 (Word) complete".

For pasted text (no file), write the final edited text to edited-[timestamp].md.

Include a brief summary of changes at each level in the conversation.

Calibration

Goal: Prose that sounds specific, slightly uneven, and willing to assert judgments without narrating its own cleverness.

Not the goal: Perfect prose. Functional prose is human. Allow mild awkwardness.

Genre awareness: Detect the genre from the input and respect its conventions. Academic papers keep citations and hedging where warranted. Memos stay short. Blog posts can be conversational. Reports keep structure tight. Don't flatten genre differences — adapt the rules to the context.

Final test: Read aloud. If it sounds like a report when it should be an essay, or a template when it should be a memo — keep editing.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.5%
按下载量换算43

Claude

28.95%
按下载量换算36

Cursor

18.99%
按下载量换算24

Gemini CLI

9.02%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills