🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Docs Generator

by @ckchzh

Automated documentation generator. API docs, README, CHANGELOG, contributing guide, architecture docs, tutorials, FAQ, reference manual. REST, GraphQL.

Versionv2.0.0
Downloads728
Installs1
Stars⭐ 1
TERMINAL
clawhub install docs-generator

πŸ“– About This Skill


version: "2.0.0" name: Docs Generator description: "Automated documentation generator. API docs, README, CHANGELOG, contributing guide, architecture docs, tutorials, FAQ, reference manual. REST, GraphQL." author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills

Docs Generator β€” Automated Documentation

Spend less time writing docs, more time writing code.

Command Map

β”Œβ”€ api ──────── REST/GraphQL API documentation
β”œβ”€ readme ───── Project README.md
β”œβ”€ changelog ── Version change log
β”œβ”€ contributing Contributing guide
β”œβ”€ architecture System architecture docs
β”œβ”€ tutorial ─── Tutorial / quick start guide
β”œβ”€ faq ──────── Frequently asked questions
└─ reference ── Complete reference manual

Usage

bash scripts/docs-generator.sh api rest users
bash scripts/docs-generator.sh readme myproject "A cool tool"
bash scripts/docs-generator.sh changelog 2.0.0 "New features"

Arguments

  • api β€” type: rest/graphql, resource name
  • readme β€” project name and description
  • changelog β€” version and summary
  • contributing β€” project name
  • architecture