Docs Writer

🏢Official
by google-gemini · vlatest · Repository

Generates clear, concise documentation from prompts – ideal for quickly creating guides and explanations for various topics.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add docs-writer npx -- -y @trustedskills/docs-writer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "docs-writer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/docs-writer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The docs-writer skill enables AI agents to generate well-structured, clear, and concise documentation based on input data or instructions. It can create user guides, API references, tutorials, and other technical writing formats tailored to specific needs.

When to use it

  • You need to quickly draft documentation for a new software feature or tool.
  • You want to automate the creation of repetitive documentation tasks like README files or changelogs.
  • Your team requires standardized formatting across multiple documents or projects.

Key capabilities

  • Generates technical documentation in various formats (e.g., Markdown, plain text).
  • Supports structured input such as code snippets, API definitions, and user instructions.
  • Maintains consistent tone and style based on provided guidelines.

Example prompts

  • "Write a user guide for the gemini-cli tool."
  • "Generate an API reference from this JSON schema."
  • "Create a tutorial explaining how to use the docs-writer skill."

Tips & gotchas

  • Provide clear formatting instructions or examples to ensure output matches your expectations.
  • For complex documentation, break tasks into smaller prompts for better accuracy and control.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
google-gemini
Installs
1.3k

🏢 Official

Published by the company or team that built the technology.