documentation-writer

Generate README, API docs, and user guides from code and architecture notes.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cdman28/antigravity-devkit --skill documentation-writer-cdman28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-writer
Source: https://github.com/cdman28/antigravity-devkit/tree/main/.agent/skills/documentation-writer
Command: npx skills add https://github.com/cdman28/antigravity-devkit --skill documentation-writer-cdman28

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation is often fragmented and inconsistently formatted. This Skill centralizes the generation of project documentation (README, API references, and user guides) to improve onboarding and maintainability.

Core Features & Use Cases

  • Documentation generation: produces consistent README, API docs, and user guides from code annotations, architecture notes, and templates.
  • Documentation structure: enforces a unified layout across docs including contributing guidelines and licenses.
  • Use Case: after implementing a module, generate the full documentation package to accompany the release.

Quick Start

Generate complete project documentation for the implemented module and place outputs in docs/ and README.md.

Frequently Asked Questions about documentation-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a README and API docs from my code?

Generate README and API docs by extracting content from code annotations and architecture notes using template-based output. This centralizes documentation generation to produce consistently formatted files packaged into a docs/ directory.

What's the best way to create consistent user guides for a software project?

Creating consistent user guides is best handled by centralizing documentation generation through enforced unified layouts and templates. This approach produces standardized contributing guidelines, licenses, and user guides across software projects.

Can I generate documentation from architecture notes and frontmatter?

Yes, documentation generation supports frontmatter-driven content extraction directly from architecture notes. It processes these inputs alongside code annotations to produce structured output for README files and API references.

Does this documentation generation approach work without external dependencies?

Yes, this documentation generation runs without external dependencies. It independently performs frontmatter-driven content extraction and template-based output to package your README, API docs, and user guides.

When do I need to package project documentation into a docs directory?

Package project documentation into a docs directory when preparing a module release for onboarding. Centralizing README, API docs, and user guides improves maintainability and enforces a unified layout for the release.