ogt-docs-define-tools
Installation
SKILL.md
OGT Docs - Define Tools
Complete guide for documenting project tools, CLIs, and utilities.
Overview
Tools documentation ensures team members can effectively use CLIs, scripts, and integrations. Each tool is documented with usage examples, configuration options, and common workflows.
flowchart TB
subgraph tools ["docs/define/tools/"]
direction TB
CLI["cli/"]
SCRIPTS["scripts/"]
DEV["dev/"]
THIRD["third_party/"]
end