โ† All skills
Tencent SkillHub ยท Productivity

OGT Docs

Documentation-as-Source-of-Truth workflow. Use when working with projects that use docs/ as the canonical source for definitions, rules, and tasks. Routes to specialized sub-skills for specific documentation types.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Documentation-as-Source-of-Truth workflow. Use when working with projects that use docs/ as the canonical source for definitions, rules, and tasks. Routes to specialized sub-skills for specific documentation types.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 17 sections Open source page

Philosophy

Documentation is the database of decisions. Code is merely its implementation. โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ THE DOC-FIRST PRINCIPLE โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ 1. Documentation DEFINES what something IS โ”‚ โ”‚ 2. Code IMPLEMENTS what documentation specifies โ”‚ โ”‚ 3. Conflicts RESOLVE in favor of documentation โ”‚ โ”‚ โ”‚ โ”‚ If docs say X and code does Y โ†’ CODE IS WRONG โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

When to Use This Skill

Use ogt-docs when you need to: Understand the docs/ folder structure Find the right sub-skill for a specific task Initialize a new docs-first project Navigate between definition types For specific tasks, use the specialized sub-skills listed below.

Documentation Structure Overview

docs/ โ”œโ”€โ”€ definitions/ # WHAT things ARE โ”‚ โ”œโ”€โ”€ business/ # Business model, pricing, users โ”‚ โ”œโ”€โ”€ features/ # Product features and specs โ”‚ โ”œโ”€โ”€ technical/ # Architecture, services, data โ”‚ โ””โ”€โ”€ domain/ # Domain-specific concepts โ”‚ โ”œโ”€โ”€ rules/ # HOW to IMPLEMENT โ”‚ โ”œโ”€โ”€ code/ # Coding standards โ”‚ โ”‚ โ”œโ”€โ”€ frontend/ โ”‚ โ”‚ โ”œโ”€โ”€ backend/ โ”‚ โ”‚ โ””โ”€โ”€ infra/ โ”‚ โ”œโ”€โ”€ git/ # Version control rules โ”‚ โ””โ”€โ”€ domain/ # Domain-specific rules โ”‚ โ”œโ”€โ”€ todo/ # TASK management โ”‚ โ”œโ”€โ”€ pending/ # Not started โ”‚ โ”œโ”€โ”€ in_progress/ # Being worked on โ”‚ โ”œโ”€โ”€ review/ # Awaiting review โ”‚ โ”œโ”€โ”€ blocked/ # Cannot proceed โ”‚ โ”œโ”€โ”€ done/ # Completed & verified โ”‚ โ””โ”€โ”€ rejected/ # Declined tasks โ”‚ โ”œโ”€โ”€ guides/ # HOW-TO documents โ”‚ โ””โ”€โ”€ {topic}/ โ”‚ โ””โ”€โ”€ social/ # Marketing & communications โ”œโ”€โ”€ campaigns/ โ”œโ”€โ”€ content/ โ””โ”€โ”€ branding/

The Folder-as-Entity Pattern

Every documentable item is a folder containing: {item_slug}/ โ”œโ”€โ”€ {type}.md # Primary document (task.md, feature.md, etc.) โ”œโ”€โ”€ {supporting_files}.md # Additional documentation โ””โ”€โ”€ .{signal_files} # Status markers and metadata Benefits: Move entire folder between workflow stages Attach unlimited supporting files Signal status via dot-files Version and track changes atomically

Definitions (WHAT things ARE)

Sub-SkillPurposeUse Whenogt-docs-defineGeneral definition guidanceNeed overview of definition typesogt-docs-define-businessBusiness model, pricing, usersDefining business conceptsogt-docs-define-featureProduct features and specsSpecifying a new featureogt-docs-define-codeTechnical architectureDefining services, data modelsogt-docs-define-marketingBrand, messaging, audienceMarketing definitionsogt-docs-define-brandingVisual identity, toneBrand guidelinesogt-docs-define-toolsTooling and CLI specsDefining developer tools

Rules (HOW to IMPLEMENT)

Sub-SkillPurposeUse Whenogt-docs-rulesGeneral rules guidanceNeed overview of rule typesogt-docs-rules-codeCoding standards overviewGeneral code rulesogt-docs-rules-code-frontFrontend-specific rulesReact, CSS, componentsogt-docs-rules-code-backBackend-specific rulesAPI, database, servicesogt-docs-rules-code-infraInfrastructure rulesDocker, CI/CD, deploymentogt-docs-rules-gitVersion control rulesCommits, branches, PRs

Tasks (WHAT to DO)

Sub-SkillPurposeUse Whenogt-docs-create-taskCreate and manage tasksNeed to create/update a taskogt-docs-audit-taskVerify task completionChecking if task is truly done

Other

Sub-SkillPurposeUse Whenogt-docs-createGeneral creation guidanceNeed to create any doc typeogt-docs-create-socialMarketing contentCreating social/marketing contentogt-docs-auditGeneral audit guidanceAuditing documentationogt-docs-initInitialize docs structureSetting up new projectogt-docs-configConfiguration optionsCustomizing docs workflow

Workflow Overview

flowchart TB subgraph define ["1. DEFINE"] D1[Create Definition] D2[Get Approval] end subgraph regulate ["2. REGULATE"] R1[Create Rules] R2[Add Examples] end subgraph implement ["3. IMPLEMENT"] I1[Create Task] I2[Write Code] I3[Review] end subgraph verify ["4. VERIFY"] V1[Run Checks] V2[Confirm Match] end define --> regulate --> implement --> verify verify -->|Mismatch| implement verify -->|Docs Wrong| define

"I need to define something new"

โ†’ Use ogt-docs-define to understand types, then the specific sub-skill

"I need to create a task"

โ†’ Use ogt-docs-create-task

"I need to check if a task is really done"

โ†’ Use ogt-docs-audit-task

"I need to add coding rules"

โ†’ Use ogt-docs-rules-code or the specific frontend/backend/infra variant

"I need to set up docs for a new project"

โ†’ Use ogt-docs-init

Naming Conventions

ElementFormatExampleFolder slugssnake_caseglobal_search, user_authPrimary fileslowercase typetask.md, feature.md, rule.mdSupporting fileslowercase descriptivephase_0.md, notes.md, progress.mdSignal filesdot + snake_case.blocked_reason, .approved_by_human

Signal Files Reference

Signal files are dot-files that indicate status or metadata. SignalTypeMeaning.versionContentSchema/doc version (JSON).blockedEmptyItem is blocked.blocked_reasonContentWhy it's blocked.approvedEmptyApproved for implementation.approved_by_{name}EmptyWho approved.rejectedEmptyRejected.rejected_reasonContentWhy rejected.verifiedEmptyImplementation verified.completed_atContentCompletion timestamp.assigned_to_{agent}EmptyWho's working on it.pr_linkContentAssociated PR URL.depends_onContentDependencies list

The Golden Rules

If it's not documented, it doesn't exist If code contradicts docs, code is wrong Never trust "done" status without verification Move folders, don't copy files Signal with dot-files, don't edit status fields

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc