modelscope.cn

doc-writing

技术文档工程 - Diátaxis框架 / PDF / DOCX / XLSX / PPTX 处理。Create, maintain, and structure clear technical documentation.

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,922 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Documentation Engineering

Purpose

Code tells you how. Documentation tells you why and what. We treat documentation as an engineering artifact: structured, versioned, and maintained.

When to Use This Skill

  • New Project: "Write a README."
  • Knowledge Transfer: "Explain how this works."
  • API: "Document this endpoint."
  • Handover: "Create a user guide."

Core Framework: Diátaxis

Classify your document into one of four quadrants to ensure clarity.

  1. Tutorials (Learning-oriented): A lesson to get a beginner started.

- Example: "Build your first Todo App in 5 minutes." - Tone: Inspiring, step-by-step, no choices (follow me).

  1. How-to Guides (Problem-oriented): A recipe to solve a specific problem.

- Example: "How to reset your password." - Tone: Practical, concise, steps 1-2-3.

  1. Reference (Information-oriented): Technical description of machinery.

- Example: "User API Class Specification." - Tone: Dry, accurate, complete.

  1. Explanation (Understanding-oriented): Context and background.

- Example: "Why we chose Rust over C++." - Tone: Discursive, theoretical.

Google Style Guide Highlights

  • Voice: Active, not passive. ("Click the button", not "The button should be clicked").
  • Second Person: Speak to "you" (the user).
  • Simplicity: Use short sentences and plain language.

Resource Files

Topic File
Framework Deep Dive [diataxis.md](resources/diataxis.md) (Understanding the 4 types)
README Standard [readme-template.md](resources/readme-template.md) (The Gold Standard)
Style Checklist [style-guide.md](resources/style-guide.md) (Writing rules)