Documentation Maker banner
mad-coders mad-coders

Documentation Maker

Documentation community

Description

--- description: Configure documentation-maker for this project - create .documentation-maker.ini, choose capabilities, and optionally run after each session --- ### Purpose Create or update `.documentation-maker.ini` in the current project, keep it out of git, and decide which parts of the documentation are switched on. ### Interaction style This command is **interactive**. Use `AskUserQuestion` for every choice with four or fewer options (it adds its own "Other" escape, so do not add one).

Installation

Installs to ~/.claude/skills/mad-coders-documentation-maker-documentation-maker/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mad-coders-documentation-maker-documentation-maker && curl -fsSL https://raw.githubusercontent.com/mad-coders/documentation-maker/HEAD/commands/documentation-maker.md -o ~/.claude/skills/mad-coders-documentation-maker-documentation-maker/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository