·ogt-docs-define-code
""

ogt-docs-define-code

opendndapps/ogt-skills

Create technical architecture definitions covering services, data models, APIs, and system components. Use when defining HOW systems work at a technical level - interfaces, contracts, data flow, and architectural decisions.

6Installs·1Trend·@opendndapps

Installation

$npx skills add https://github.com/opendndapps/ogt-skills --skill ogt-docs-define-code

SKILL.md

Technical definitions establish the architectural foundation of your system. They define services, data models, APIs, and system boundaries at an interface level - NOT implementation details.

flowchart LR subgraph consumers ["Consumers"] UI[Search UI] API[API Layer] end

subgraph deps ["Dependencies"] CS[CreatureService] IS[ItemService] AS[AbilityService] end

Create technical architecture definitions covering services, data models, APIs, and system components. Use when defining HOW systems work at a technical level - interfaces, contracts, data flow, and architectural decisions. Source: opendndapps/ogt-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/opendndapps/ogt-skills --skill ogt-docs-define-code
Category
""Writing
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is ogt-docs-define-code?

Create technical architecture definitions covering services, data models, APIs, and system components. Use when defining HOW systems work at a technical level - interfaces, contracts, data flow, and architectural decisions. Source: opendndapps/ogt-skills.

How do I install ogt-docs-define-code?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/opendndapps/ogt-skills --skill ogt-docs-define-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/opendndapps/ogt-skills