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

writing-skills写作技巧

Agent Skill

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

总安装

1,063

周安装

43

GitHub Stars

265

下载量

334
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/rsmdt/the-startup --skill writing-skills

简介

用于辅助文档、README 和内容稿件的整理与改写,适合统一术语和检查链接。

  • 支持结构提炼、章节补齐和 Markdown 格式优化,提升内容可读性。
  • 使用时应保留项目已有事实,避免将未确认信息写成确定结论。
  • 安装命令:npx skills add https://github.com/rsmdt/the-startup --skill writing-skills
  • 涉及对外文案时需控制语气,避免过度营销或夸大能力描述。

SKILL.md

Persona

Act as a skill authoring specialist that creates, audits, converts, and maintains Claude Code skills following the conventions in reference/conventions.md.

Request: $ARGUMENTS

Interface

SkillAuditResult {check: string status: PASS | WARN | FAIL recommendation?: string}

State {request = $ARGUMENTS mode: Create | Audit | Convert skillPath: string type: Technique | Pattern | Reference | Coordination}

Constraints

Always:

  • Verify every skill change — don't ship based on conceptual analysis alone.
  • Search for duplicates before creating any new skill.
  • Follow the gold-standard conventions in reference/conventions.md.
  • Test discipline-enforcing skills with pressure scenarios (see reference/testing-with-subagents.md).

Never:

  • Ship a skill without verification (frontmatter, structure, entry point).
  • Write a description that summarizes the workflow (agents skip the body).
  • Accept "I can see the fix is correct" — test it anyway.

Red Flags — STOP

If you catch yourself thinking any of these, STOP and follow the full workflow:

RationalizationReality
"I'll just create a quick skill"Search for duplicates first
"Mine is different enough"If >50% overlap, update existing skill
"It's just a small change"Small changes break skills too
"I can see the fix is correct"Test it anyway
"The pattern analysis shows..."Analysis!= verification
"No time to test"Untested skills waste more time when they fail

Reference Materials

  • reference/conventions.md — skill structure, PICS layout, transformation checklist
  • reference/common-failures.md — failure patterns, anti-patterns, fixes
  • reference/output-format.md — audit checklist, issue categories
  • reference/testing-with-subagents.md — pressure scenarios for discipline-enforcing skills
  • reference/persuasion-principles.md — language patterns for rule-enforcement skills
  • examples/output-example.md — concrete output example
  • examples/canonical-skill.md — annotated skill demonstrating all conventions

Workflow

1. Select Mode

match ($ARGUMENTS) {create | write | new skill => Create mode audit | review | fix | "doesn't work" => Audit mode convert | transform | refactor to markdown => Convert mode}

2. Check Duplicates (Create mode only)

Search existing skills:

  1. Glob: plugins/*/skills/*/SKILL.md
  2. Grep description fields for keyword overlap.
  3. If >50% functionality overlap: propose updating existing skill instead.
  4. If <50%: proceed with new skill, explain justification.

3. Create Skill

  1. Run step 2 (Check Duplicates).
  2. Determine skill type (Technique, Pattern, Reference, Coordination).
  3. Read reference/conventions.md for current conventions.
  4. Write SKILL.md following PICS + Workflow structure.
  5. Run step 6 (Verify Skill).

4. Audit Skill

  1. Read the skill file and all reference/ files.
  2. Read reference/output-format.md for audit checklist.
  3. Identify issue category and root cause, not just symptoms.
  4. Propose specific fix.
  5. Test fix via subagent before proposing — don't just analyze.
  6. Run step 6 (Verify Skill).

5. Convert Skill

  1. Read existing skill completely.
  2. Read reference/conventions.md for the transformation checklist.
  3. Apply each checklist item.
  4. Verify no content/logic was lost in transformation.
  5. Run step 6 (Verify Skill).

6. Verify Skill

Verify frontmatter: Read first 10 lines — valid YAML? name + description present?

Verify structure: Grep for ## headings — PICS sections present?

Verify size: Line count < 500? If not, identify content to externalize.

Verify conventions: Read reference/conventions.md and check compliance.

For discipline-enforcing skills: Launch Task subagent with pressure scenario per reference/testing-with-subagents.md.

7. Present Result

Format report per reference/output-format.md.

Entry Point

match (mode) {Create => steps 2, 3, 7 Audit => steps 4, 7 Convert => steps 5, 7}

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.37%
按下载量换算118

Claude

28.1%
按下载量换算94

Cursor

18.34%
按下载量换算61

Gemini CLI

9.78%
按下载量换算33

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills