·ogt-docs-rules-code
""

ogt-docs-rules-code

Define and manage coding standards in docs/rules/code/. Use when creating TypeScript rules, naming conventions, error handling patterns, architecture standards, or any code-related enforceable rules.

6Installs·0Trend·@opendndapps

Installation

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

How to Install ogt-docs-rules-code

Quickly install ogt-docs-rules-code AI skill to your development environment via command line

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

Source: opendndapps/ogt-skills.

SKILL.md

View raw

Complete guide for creating and managing coding standards and rules.

Coding rules establish consistent patterns across the codebase. They are enforceable (via linters, type checkers, CI) and documented with examples.

// Named constants const MAXRETRYATTEMPTS = 3; const CACHETTLMS = 60 1000;

Define and manage coding standards in docs/rules/code/. Use when creating TypeScript rules, naming conventions, error handling patterns, architecture standards, or any code-related enforceable rules. Source: opendndapps/ogt-skills.

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-rules-code
Category
""Writing
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from opendndapps/ogt-skills

Quick answers

What is ogt-docs-rules-code?

Define and manage coding standards in docs/rules/code/. Use when creating TypeScript rules, naming conventions, error handling patterns, architecture standards, or any code-related enforceable rules. Source: opendndapps/ogt-skills.

How do I install ogt-docs-rules-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-rules-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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