docs-init

Installation
SKILL.md

Initialize Project Documentation

Bootstrap a docs/ structure for a project with little or no existing documentation. Only generate what the codebase actually evidences.

Anti-Hallucination Guidelines

Every claim in generated docs must trace to something read or grepped in this run:

  1. Verify a file/directory exists before referencing it.
  2. Get counts from ls/find/grep, never estimate.
  3. Quote real function/class/table names, not assumed ones.
  4. An empty directory is not a feature, don't document it.
  5. If a claim can't be verified, drop it rather than guess.

Workflow

1. Explore the codebase

Find: source directories with actual code, package manager files (package.json, pyproject.toml, go.mod, Cargo.toml, ...), database/ORM files, infrastructure configs (Docker, k8s, Terraform), and any existing docs/. See Detection Commands below for the exact patterns.

Installs
11
GitHub Stars
8
First Seen
Mar 26, 2026
docs-init — mgiovani/cc-arsenal