name: documentation-templates
description: Templates for technical documentation
Documentation Templates
Standard templates for project documentation.
README Template
# Project Name
Brief description.
## Quick Start
\`\`\`bash
# Installation
npm install
# Run
npm run dev
\`\`\`
## Features
- Feature 1
- Feature 2
## Configuration
| Variable | Description | Default |
|----------|-------------|---------|
| API_URL | API endpoint | http://localhost |
## API Reference
See [API Documentation](./docs/api.md)
## Contributing
1. Fork the repo
2. Create feature branch
3. Submit PR
## License
MIT
API Endpoint Template
## GET /api/users/{id}
Get user by ID.
### Parameters
| Name | Type | Description |
|------|------|-------------|
| id | int | User ID |
### Response
\`\`\`json
{
"id": 1,
"name": "John",
"email": "john@example.com"
}
\`\`\`
### Errors
| Status | Description |
|--------|-------------|
| 404 | User not found |
Architecture Doc Template
# Architecture: [System Name]
## Overview
Brief description of the system.
## Components
| Component | Purpose |
|-----------|---------|
| API | REST endpoints |
| Database | Data storage |
## Data Flow
1. User action
2. API call
3. Database query
4. Response
## Decisions
| Decision | Rationale |
|----------|-----------|
| SQL Server | Existing infrastructure |
When to Document
✅ Document
❌ Skip
Public APIs
Internal helpers
Complex logic
Self-documenting code
Architecture decisions
Obvious patterns
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: tridentsof-antigravity-dev-kit-documentation-templates3description: ---4---5---6name: documentation-templates7description: Templates for technical documentation8---910# Documentation Templates1112> Standard templates for project documentation.1314---1516## README Template1718```markdown19# Project Name2021Brief description.2223## Quick Start2425\`\`\`bash26# Installation27npm install2829# Run30npm run dev31\`\`\`3233## Features3435- Feature 136- Feature 23738## Configuration3940| Variable | Description | Default |41|----------|-------------|---------|42| API_URL | API endpoint | http://localhost |4344## API Reference4546See [API Documentation](./docs/api.md)4748## Contributing49501. Fork the repo512. Create feature branch523. Submit PR5354## License5556MIT57```5859---6061## API Endpoint Template6263```markdown64## GET /api/users/{id}6566Get user by ID.6768### Parameters6970| Name | Type | Description |71|------|------|-------------|72| id | int | User ID |7374### Response7576\`\`\`json77{78 "id": 1,79 "name": "John",80 "email": "john@example.com"81}82\`\`\`8384### Errors8586| Status | Description |87|--------|-------------|88| 404 | User not found |89```9091---9293## Architecture Doc Template9495```markdown96# Architecture: [System Name]9798## Overview99100Brief description of the system.101102## Components103104| Component | Purpose |105|-----------|---------|106| API | REST endpoints |107| Database | Data storage |108109## Data Flow1101111. User action1122. API call1133. Database query1144. Response115116## Decisions117118| Decision | Rationale |119|----------|-----------|120| SQL Server | Existing infrastructure |121```122123---124125## When to Document126127| ✅ Document | ❌ Skip |128|-------------|---------|129| Public APIs | Internal helpers |130| Complex logic | Self-documenting code |131| Architecture decisions | Obvious patterns |132133---134> Converted and distributed by [TomeVault](https://tomevault.io/claim/tridentsof) — claim your Tome and manage your conversions.135<!-- tomevault:4.0:skill_md:2026-04-14 -->
Run npx skillmds@latest add tomevault-io/tridentsof-antigravity-dev-kit-documentation-templates in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.