Skip to content

t1k:docs

FieldValue
Modulet1k-base
Version3.6.6
Effortlow
Tools—

Keywords: documentation, generate docs, init docs, readme, summarize, update docs

/t1k:docs
init|update|summarize

TheOneKit Docs — Documentation Management

Section titled “TheOneKit Docs — Documentation Management”

Manage project documentation in docs/ directory.

OperationDescription
initCreate project-appropriate doc structure
updateUpdate docs after code changes
summarizeQuick codebase summary

Composable with any operation:

  • --advice — before writing or updating any doc, spawn t1k-kongming for counsel on what to keep, cut, or restructure, and factor it into the change. It advises only; this skill stays responsible for every edit and still confirms writes with the user. Spawn it again when stuck, or before an irreversible docs change (deleting a doc, restructuring the tree). Full contract: skills/t1k-cook/references/advisory-supervision.md.

Docs-specific note: the highest-value checkpoint here is before the first write, not after — counsel on what to cut is worth more than counsel on prose already written. This skill’s own scope rules still govern whether a doc should be touched at all; --advice does not override them.

docs/
├── code-standards.md
├── system-architecture.md
├── project-changelog.md
├── development-roadmap.md
└── codebase-summary.md

Follow protocol: skills/t1k-cook/references/routing-protocol.md This command uses role: t1k-docs-manager

  • references/init-workflow.md
  • references/update-workflow.md
  • references/summarize-workflow.md