From docops
Docops: scaffold LLM-first documentation structure, templates, and docops.json for a project. Creates directory hierarchy without overwrite. Use when: 'init docs', 'setup documentation', 'create docops structure'. Not for Oracle setup (use cellm:init).
How this skill is triggered — by the user, by Claude, or both
Slash command
/docops:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scaffold LLM-first documentation structure, templates, and docops.json for a project.
Scaffold LLM-first documentation structure, templates, and docops.json for a project.
docops.json config as the single source of docRoot for subsequent docops skills.context_preflight recommended but failure does NOT block execution; if preflight fails, warn and proceed without context..claude/docops.json exists, use its docRoot; otherwise require docRoot argument.${CLAUDE_PLUGIN_ROOT}/templates/<language>/.docops.json after scaffold is complete (mandatory write-back).Run context_preflight with flow='generic'; if it fails, log a warning and continue without context (do not block).
Check for existing .claude/docops.json; if present, read docRoot from it. Otherwise, use the argument (fail if neither exists).
Create the following hierarchy, skipping any directory or file that already exists:
{docRoot}/
index.md # Entry point
glossary.md # Terms and definitions
project-conveyor.md # Source of truth
specs/ # .spec.md files
reference/ # .ref.md files
code-evidence/ # Auto-extracted code
conveyor-gaps.md # Drift tracking
howto/ # .howto.md files
runbooks/ # .runbook.md files
decisions/ # ADR-YYYYMMDD-slug.md files
Naming conventions: <name>.spec.md, <name>.ref.md, <name>.howto.md, <name>.runbook.md, ADR-YYYYMMDD-slug.md.
Write .claude/docops.json with resolved docRoot (create or update).
Emit outcome via context_record_outcome.
npx claudepluginhub murillodutt/cellm --plugin docopsBootstraps or repairs the llmdoc documentation skeleton in a repository. Automates directory creation, investigation, and initial doc generation.
Organizes project documentation into intent-based structure (BUILD/FIX/UNDERSTAND/LOOKUP) by auditing files and creating directories. Use for new projects, chaotic docs, or navigation issues.