agentsclimarketplace

Doc writing

Skill VidyFoo/antigravity-skill-engine/.agent/skills/4-tools/doc-writing

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

Install
npx -y skills add VidyFoo/antigravity-skill-engine --skill doc-writing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 437 tokens by cl100k_base, as published. Nobody here has run it

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).
  2. 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.
  3. Reference (Information-oriented): Technical description of machinery.
    • Example: "User API Class Specification."
    • Tone: Dry, accurate, complete.
  4. 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

TopicFile
Framework Deep Divediataxis.md (Understanding the 4 types)
README Standardreadme-template.md (The Gold Standard)
Style Checkliststyle-guide.md (Writing rules)

What ships with it: 5 files

25.1 KB alongside SKILL.md, 1 of them executable

resources/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.