richardcb

25 mods across 1 repository, 16 stars between them.

architect

01

richardcb/oh-my-gemini

Agent Gemini CLI

Code analysis and design agent for reviewing existing code, debugging complex issues, and designing system architecture. Use when the user wants to understand or evaluate code without making changes. Examples: "Review the authentication module for security issues" "Why is this API endpoint returning 500 errors?"…

16 5mo ago A 85 tokens original MIT

executor

02

richardcb/oh-my-gemini

Agent Gemini CLI

Implementation agent for writing code, creating files, fixing bugs, and building features. Use when the user wants changes made to the codebase. Examples: "Add input validation to the signup form" "Fix the null pointer exception in auth.js" "Create a new API endpoint for user preferences" "Refactor the logging module…

16 5mo ago C 77 tokens original MIT

orchestrator

03

richardcb/oh-my-gemini

Agent Gemini CLI

Task coordination agent. Analyzes requests, plans work, and uses skills to execute structured workflows. The primary agent mode for complex, multi-step tasks.

16 5mo ago A 35 tokens original MIT

researcher

04

richardcb/oh-my-gemini

Agent Gemini CLI

Deep research agent for finding documentation, exploring APIs, and understanding concepts. Use when the user needs external context before making decisions. Examples: "What's the best way to handle JWT refresh tokens in Express?" "Find documentation on Gemini CLI's hook system" "Research best practices for database…

16 5mo ago A 76 tokens original MIT

SessionStart

05

richardcb/oh-my-gemini

Hook

Runs when a session starts on startup, executing session-start.js via node. From richardcb/oh-my-gemini.

16 5mo ago A tokens not measured original MIT

BeforeAgent

06

richardcb/oh-my-gemini

Hook

Runs on the BeforeAgent event, executing before-agent.js via node. From richardcb/oh-my-gemini.

16 5mo ago A tokens not measured original MIT

BeforeTool

07

richardcb/oh-my-gemini

Hook

Runs on the BeforeTool event for write_file, replace, run_shell_command and shell tool calls, executing before-tool.js via node. From richardcb/oh-my-gemini.

16 5mo ago A tokens not measured original MIT

AfterTool

08

richardcb/oh-my-gemini

Hook

Runs on the AfterTool event for write_file and replace tool calls, executing after-tool.js via node. From richardcb/oh-my-gemini.

16 5mo ago A tokens not measured original MIT

BeforeToolSelection

09

richardcb/oh-my-gemini

Hook

Runs on the BeforeToolSelection event, executing tool-filter.js via node. From richardcb/oh-my-gemini.

16 5mo ago A tokens not measured original MIT

AfterAgent

10

richardcb/oh-my-gemini

Hook

Runs on the AfterAgent event, executing phase-gate.js and ralph-retry.js via node (2 commands). From richardcb/oh-my-gemini.

16 5mo ago A tokens not measured original MIT

code-review

11

richardcb/oh-my-gemini

Skill Claude CodeCodex

Perform thorough code review and audit of implemented features. Compares implementation against the technical plan, checks for AI-specific risks, and provides actionable feedback. Activate for: review, audit, code quality assessment, security review.

16 5mo ago A 47 tokens original MIT

conductor-setup

12

richardcb/oh-my-gemini

Skill Claude CodeCodex

Initialize Conductor workflow in a project. Bundles all necessary templates for product context, tech stack, workflow, and tracks. v1.0: Hooks handle phase enforcement - setup focuses on file creation.

16 5mo ago A 47 tokens original MIT

debug-assistant

13

richardcb/oh-my-gemini

Skill Claude CodeCodex

Systematic debugging assistant that helps identify and fix bugs through structured analysis, hypothesis testing, and root cause identification. Use when facing errors, unexpected behavior, or mysterious bugs.

16 5mo ago A 39 tokens original MIT

documentation

14

richardcb/oh-my-gemini

Skill Claude CodeCodex

Generate documentation for implemented features. The actual code is always the source of truth - document what was built, not what was planned. Creates code comments, README updates, and developer guides as appropriate.

16 5mo ago A 43 tokens original MIT

git-commit

15

richardcb/oh-my-gemini

Skill Claude CodeCodex

Generate intelligent, conventional commit messages based on staged changes. Analyzes diffs, categorizes changes, and creates meaningful commit messages. Use when ready to commit changes and want high-quality commit history.

16 5mo ago A 43 tokens original MIT

implementation

16

richardcb/oh-my-gemini

Skill Claude CodeCodex

Execute a technical plan task by task, following the phased structure. v1.0: Hooks handle verification automatically - no manual reminders needed. Use when a technical plan exists and it's time to write code.

16 5mo ago A 43 tokens original MIT

persistence

17

richardcb/oh-my-gemini

Skill Claude CodeCodex

Continue working on a task until completion with automatic retry, self-verification, and alternative approaches. Activates "ralph mode" - never give up until the goal is achieved or explicitly impossible. Use when tasks require tenacity and iteration.

16 5mo ago A 52 tokens original MIT

prd-creation

18

richardcb/oh-my-gemini

Skill Claude CodeCodex

Generate comprehensive Product Requirements Documents (PRDs) through structured clarifying questions. Use when starting a new feature and need to define requirements before technical planning. Enforces "docs-first" methodology - no code until PRD exists.

16 5mo ago A 51 tokens original MIT

quick-fix

19

richardcb/oh-my-gemini

Skill Claude CodeCodex

Apply a minimal, targeted fix to a specific bug or issue. Focused on speed and precision - locate the problem, make the smallest correct change, and verify. Not a planning workflow; use for small fixes, patches, and hotfixes.

16 5mo ago A 55 tokens original MIT

ralph-mode

20

richardcb/oh-my-gemini

Skill Claude CodeCodex

Persistence mode instructions for autonomous task completion. Activated when the user includes "ralph", "persistent", or "don't give up" in their prompt. Provides structured guidance for working through tasks systematically.

16 5mo ago A 44 tokens original MIT

refactor

21

richardcb/oh-my-gemini

Skill Claude CodeCodex

Safely restructure code while preserving behavior. Follows a strict safety protocol: verify clean git state, ensure tests pass before and after, verify types throughout. Use when code needs reorganization, cleanup, or structural improvement.

16 5mo ago A 47 tokens original MIT

richardcb/oh-my-gemini

Skill Claude CodeCodex

Structured research methodology for finding documentation, investigating APIs, and synthesizing technical information. Guides systematic research with source verification and organized output. Activate for: research, documentation lookup, investigate, explore concepts.

16 5mo ago A 44 tokens original MIT

technical-planning

23

richardcb/oh-my-gemini

Skill Claude CodeCodex

Plan and design a detailed, phased technical implementation from a PRD. Creates actionable task lists with guardrails for resource efficiency, error handling, and type safety. Activate for: plan, design, technical planning, task breakdown.

16 5mo ago A 50 tokens original MIT

test-generation

24

richardcb/oh-my-gemini

Skill Claude CodeCodex

Generate comprehensive tests for code including unit tests, integration tests, and edge case coverage. Analyzes code to identify testable units and generates tests matching the project's testing framework and conventions.

16 5mo ago A 41 tokens original MIT