documentation

Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing.

Content Preview
---
name: documentation
description: "Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing."
category: workflow-bundle
risk: safe
source: personal
date_added: "2026-02-27"
---

# Documentation Workflow Bundle

## Overview

Comprehensive documentation workflow for generating API documentation, architecture documentation, README files, code comments, and technical content from codebases.

## When to Use This Workflow

Use this w
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/documentation.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/documentation/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/documentation/SKILL.md

Related Skills