·ogt-docs-rules-code-back
""

ogt-docs-rules-code-back

Define and manage backend coding standards in docs/rules/code/back/. Use when creating API design rules, database patterns, service architecture, authentication standards, or any backend-specific code rules.

6Installs·0Trend·@opendndapps

Installation

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

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

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

Backend rules establish consistent patterns for API design, database operations, service architecture, and server-side logic.

GET /api/users # Collection GET /api/users/123 # Single resource POST /api/users # Create

router.get('/users', async (ctx) => { ctx.status = 200; ctx.body = { data: users }; });

Define and manage backend coding standards in docs/rules/code/back/. Use when creating API design rules, database patterns, service architecture, authentication standards, or any backend-specific 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-back
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-back?

Define and manage backend coding standards in docs/rules/code/back/. Use when creating API design rules, database patterns, service architecture, authentication standards, or any backend-specific code rules. Source: opendndapps/ogt-skills.

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

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