·ogt-docs-rules-code-infra
""

ogt-docs-rules-code-infra

Define and manage infrastructure coding standards in docs/rules/code/infra/. Use when creating Docker rules, CI/CD patterns, deployment standards, environment configuration, or any infrastructure-as-code rules.

6Installs·0Trend·@opendndapps

Installation

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

How to Install ogt-docs-rules-code-infra

Quickly install ogt-docs-rules-code-infra 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-infra
  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

Infrastructure-specific coding standards for Docker, CI/CD, and deployment.

Infrastructure rules establish consistent patterns for containerization, continuous integration, deployment, and environment management.

CORRECT - multi-stage FROM node:20-alpine AS builder WORKDIR /app COPY package.json ./ RUN npm ci COPY . . RUN npm run build

Define and manage infrastructure coding standards in docs/rules/code/infra/. Use when creating Docker rules, CI/CD patterns, deployment standards, environment configuration, or any infrastructure-as-code 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-infra
Category
""Writing
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from opendndapps/ogt-skills

Quick answers

What is ogt-docs-rules-code-infra?

Define and manage infrastructure coding standards in docs/rules/code/infra/. Use when creating Docker rules, CI/CD patterns, deployment standards, environment configuration, or any infrastructure-as-code rules. Source: opendndapps/ogt-skills.

How do I install ogt-docs-rules-code-infra?

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-infra 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