documentation-templates
Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.
Content Preview
--- name: documentation-templates description: "Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation." risk: unknown source: community date_added: "2026-02-27" --- # Documentation Templates > Templates and structure guidelines for common documentation types. --- ## 1. README Structure ### Essential Sections (Priority Order) | Section | Purpose | |---------|---------| | **Title + One-liner** | What is this? | | **Quick Start** | Ru
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/documentation-templates.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/documentation-templates/SKILL.mdSkill 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-skillsThen reference at skills/documentation-templates/SKILL.md
Related Skills
azure-ai-document-intelligence-dotnet
Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models.
data-aiazureaidocument
by sickn33 (Antigravity) · antigravity-awesome-skills
Generating Database Documentation
This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines
skill-adaptergenerating database documentation
by jeremylongshore · plugins-plus-skills
Modeling NoSQL Data
This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design Mongo
skill-adaptermodeling nosql data
by jeremylongshore · plugins-plus-skills
azure-ai-document-intelligence-ts
Extract text, tables, and structured data from documents using prebuilt and custom models.
data-aiazureaidocument
by sickn33 (Antigravity) · antigravity-awesome-skills