Docs Create banner
opendatahub-io opendatahub-io

Docs Create

Documentation community

Description

# Create a New Doc from a Prompt When asked to create new documentation, read and follow the full workflow in `.claude/skills/docs-create/SKILL.md`. ## Quick Reference - **Parse** `$ARGUMENTS` to identify the subject, doc type, and any files/packages mentioned. - **Select a template** if one exists: `docs/templates/frontend-template.md`, `docs/templates/backend-template.md`, or `docs/templates/package-template.md`. For ADRs, check the package's own `docs/adr/` directory. All other types:

Installation

Installs to ~/.claude/commands/opendatahub-io-odh-dashboard-docs-create.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/opendatahub-io/odh-dashboard/HEAD/.claude/commands/docs-create.md -o ~/.claude/commands/opendatahub-io-odh-dashboard-docs-create.md

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

Full documentation available on GitHub

View Source Repository