OpenDNDApps

OpenDNDApps

@OpenDNDApps Organization

GitHub
30 Skills
0 Total Stars
February 2026 Joined

Public Skills

jq

by OpenDNDApps

Command-line JSON processor. Extract, filter, transform JSON.

CLI Tools 0 3mo ago

ogt-cli-gemini

by OpenDNDApps

Run Gemini CLI for AI-powered tasks, code understanding, file operations, and automation. Free tier with Google OAuth (included in Gemini Advanced). Use for fast generation, bulk content, debugging, and research. Preferred for load balancing sub-agent work (35% weight).

CLI Tools 0 3mo ago

ogt-cli-agent

by OpenDNDApps

Run Codex CLI, Claude Code, OpenCode, Gemini CLI, or Pi Coding Agent via background process for programmatic control. Balance load across providers.

Automation 0 3mo ago

ogt-docs-create-task

by OpenDNDApps

Create and manage task documents in the docs/todo/ workflow. Use when creating new tasks, updating task status, or moving tasks between workflow stages. Provides complete task lifecycle management with verification.

Automation 0 3mo ago

ogt-docs-changelog

by OpenDNDApps

Manage project changelog following Keep a Changelog format. Use when documenting releases, adding change entries, generating changelogs from commits, or maintaining version history.

Code Gen 0 3mo ago

ogt-cli-opencode

by OpenDNDApps

Run OpenCode CLI for code generation, analysis, and development tasks. Uses OAuth authentication. Use for rapid prototyping, code refactoring, testing, and automation. Preferred for load balancing sub-agent work (35% weight).

Auth 0 3mo ago

ogt-docs-define-business

by OpenDNDApps

Create business definition documents covering pricing models, user types, revenue streams, market positioning, and operational limits. Use when defining business concepts that drive product and monetization decisions.

Code Gen 0 3mo ago

ogt-docs-init

by OpenDNDApps

Initialize the OGT docs-first folder structure in a new project. Use when setting up a new project, migrating to docs-first workflow, or bootstrapping documentation structure.

Automation 0 3mo ago

ogt-docs-define-marketing

by OpenDNDApps

Create marketing definition documents covering value proposition, target audience, messaging, positioning, and go-to-market strategy. Use when defining how to communicate product value to the market.

Code Gen 0 3mo ago

ogt-docs-rules-code-back

by OpenDNDApps

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.

Database 0 3mo ago

ogt-docs-config

by OpenDNDApps

Configure the OGT docs-first system settings. Use when setting up schema versions, configuring signal file formats, defining workflow stages, or customizing the docs structure for a project.

Automation 0 3mo ago

ogt-agent-spawn

by OpenDNDApps

Spawn a single autonomous AI agent with a specific task, personality, and CLI backend (Claude, Gemini, OpenCode, Copilot). Agent accepts task from docs/todo/pending/, selects personality based on task type, and works autonomously with CLI tools. Integrates with docs-first workflow via task signals and progress tracking.

Agents 0 3mo ago

ogt-docs-rules-code-front

by OpenDNDApps

Define and manage frontend coding standards in docs/rules/code/front/. Use when creating React component rules, state management patterns, styling conventions, hook guidelines, or any frontend-specific code rules.

Processing 0 3mo ago

ogt-cli-claude

by OpenDNDApps

Run Claude Code CLI for complex tasks, code generation, analysis, and research. Uses Anthropic OAuth (included in Claude Pro). Use for extended thinking, code review, architecture decisions. Preferred for load balancing sub-agent work (35% weight).

CLI Tools 0 3mo ago

ogt-docs-audit-task

by OpenDNDApps

Audit tasks in docs/todo/done/ to verify claimed implementations actually exist in the codebase. Use when reviewing completed tasks, validating work before release, or periodically auditing task accuracy. Moves unverified tasks back to pending/.

Automation 0 3mo ago

ogt-docs-rules

by OpenDNDApps

Manage project rules and standards in docs/rules/. Use when creating coding standards, git conventions, style guides, or any enforceable project rules. Routes to specialized sub-skills for code, git, and infrastructure rules.

Docs Gen 0 3mo ago

ogt-docs-create

by OpenDNDApps

Create new documentation entities in the docs-first system. Routes to specialized creation sub-skills for tasks, definitions, rules, features, and social content. Use when adding any new documentation.

Automation 0 3mo ago

ogt-agent-team

by OpenDNDApps

Spawn a Team Leader agent that manages multiple sub-agents working toward a common goal. Team Leader reads requirements, decomposes work, assigns personalities and tasks, manages communication between team members, tracks progress, and reports results following ogt-docs task workflow. Integrates fully with docs-first system via task signals and status tracking.

Agents 0 3mo ago

ogt-docs-create-social

by OpenDNDApps

Create social media and marketing content in docs/content/social/. Use when drafting tweets, blog posts, release announcements, newsletter content, or any public-facing communications.

File Ops 0 3mo ago

ogt-docs-rules-code-infra

by OpenDNDApps

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.

CI/CD 0 3mo ago

ogt-docs-define-code

by OpenDNDApps

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.

File Ops 0 3mo ago

ogt-docs-define-tools

by OpenDNDApps

Document project tools and CLI utilities in docs/define/tools/. Use when documenting internal CLIs, scripts, development tools, or third-party integrations that team members need to understand and use.

CLI Tools 0 3mo ago

ogt-docs

by OpenDNDApps

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.

Automation 0 3mo ago

ogt-cli-copilot

by OpenDNDApps

Run GitHub Copilot CLI for code generation, repository analysis, and development tasks. GitHub OAuth integrated. Use for quick coding tasks, context-aware completions, and repository-wide insights. Preferred for load balancing sub-agent work (30% weight).

Auth 0 3mo ago

ogt-docs-define-branding

by OpenDNDApps

Create brand definition documents covering visual identity, tone of voice, brand guidelines, and brand assets. Use when establishing or documenting brand identity and ensuring consistent brand expression.

Accessibility 0 3mo ago

ogt-docs-audit

by OpenDNDApps

Run audits on documentation and project health. Routes to specialized audit sub-skills for tasks, definitions, rules, and codebase consistency. Use when reviewing project health, validating documentation, or checking for drift.

Code Review 0 3mo ago

ogt-docs-rules-code

by OpenDNDApps

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.

Debugging 0 3mo ago

ogt-docs-define-feature

by OpenDNDApps

Create feature definition documents with phased delivery, MVP scope, and definition of done. Use when specifying new product features, user-facing capabilities, or system enhancements that require planning and incremental delivery.

Embeddings 0 3mo ago

ogt-docs-rules-git

by OpenDNDApps

Define and manage Git workflow rules in docs/rules/git/. Use when establishing commit message formats, branch naming conventions, PR requirements, code review standards, or any Git-related enforceable rules.

Code Review 0 3mo ago

ogt-docs-define

by OpenDNDApps

General guide for creating definition documents. Use when you need to define WHAT something IS - concepts, entities, systems, or domains. Routes to specialized sub-skills for specific definition types (business, features, code, marketing, branding, tools).

Code Review 0 3mo ago