JeremyDev87/codingbuddy

Codingbuddy orchestrates 29 specialized AI agents to deliver code quality comparable to a team of human experts through a PLAN → ACT → EVAL workflow.

31Stars on the repository
63Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

parallel-issues

01

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Execute multiple GitHub issues in parallel using taskMaestro worktrees with AUTO mode workers.

31 4mo ago A 5 tokens original MIT

plan-to-issues

02

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Convert a PLAN into GitHub issues with native sub-issue hierarchy. Use when a plan is ready to be registered as deployable, independent work items. Creates self-contained issues where each sub-issue can be independently branched, PRed, and merged.

31 4mo ago A 57 tokens original MIT

retro

03

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use after completing parallel/batch work, multi-step plan execution, or any session where surprises occurred (good or bad) and learnings should be captured before context fades.

31 4mo ago B 36 tokens original MIT

ship

04

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Run local CI checks and ship changes — create branch, commit, push, and PR. Optionally link to a GitHub issue. Use --full to run all workspace checks. Use when changes are ready to ship.

31 4mo ago A 48 tokens original MIT

taskmaestro

05

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when orchestrating parallel Claude Code instances across tmux panes with git worktree isolation — managing multiple concurrent development tasks visually.

31 4mo ago D 28 tokens original MIT

agent-design

06

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when creating new specialist agent definitions for codingbuddy. Covers JSON schema design, expertise definition, system prompt authoring, and differentiation from existing agents.

31 4mo ago A 33 tokens original MIT

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when rendering a multi-agent discussion as a TUI panel. Defines terminal panel layout, component architecture, real-time streaming behavior, and integration points for displaying AgentOpinion data with bordered boxes, severity badges, and consensus indicators.

31 4mo ago A 50 tokens original MIT

agent-discussion

08

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when rendering multi-agent debate, discussion, or review output in the terminal. Formats agent opinions with severity badges, colored identifiers, evidence blocks, and consensus indicators using box drawing characters.

31 4mo ago A 41 tokens original MIT

api-design

09

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when designing REST or GraphQL APIs - covers OpenAPI spec, resource design, versioning, and documentation.

31 4mo ago A 25 tokens original MIT

brainstorming

10

JeremyDev87/codingbuddy

Skill Claude CodeCodex

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

31 4mo ago A 37 tokens copy · 100% MIT

build-fix

11

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when build fails, TypeScript errors appear, or compilation breaks. Minimal diff fixes only — no refactoring, no architecture changes.

31 4mo ago A 31 tokens original MIT

code-explanation

12

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when explaining complex code to new team members, conducting code reviews, onboarding, or understanding unfamiliar codebases. Provides structured analysis from high-level overview to implementation details.

31 4mo ago A 37 tokens original MIT

context-management

13

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when working on long tasks that span multiple sessions, when context compaction is a concern, or when decisions from PLAN mode need to persist through ACT and EVAL modes.

31 4mo ago A 38 tokens original MIT

cost-budget

14

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when managing AI session costs, setting budget limits, or preventing cost overruns in autonomous workflows like taskMaestro, autopilot, ralph loops, and parallel agent execution. Defines cost tracking protocol, threshold alerts, and auto-pause mechanism.

31 4mo ago A 53 tokens original MIT

cross-repo-issues

15

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when a bug or feature request belongs in an upstream, parent, or dependency repository rather than the current one. Guides detection, mapping, and safe cross-repo issue creation with user confirmation.

31 4mo ago A 45 tokens original MIT

database-migration

16

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when performing database schema changes, data migrations, large table modifications, or when zero-downtime deployment is required - guides systematic, reversible database changes with rollback planning.

31 4mo ago A 37 tokens original MIT

deepsearch

17

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when simple grep/glob is insufficient and you need comprehensive, multi-pass codebase understanding.

31 4mo ago A 21 tokens original MIT

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when CVE discovered, major version upgrade needed, lock file conflicts occur, or license compliance audit required - guides systematic dependency health management.

31 4mo ago A 30 tokens original MIT

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use before deploying to staging or production. Covers pre-deploy validation, environment verification, rollback planning, health checks, and post-deploy monitoring.

31 4mo ago C 33 tokens original MIT

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when creating or updating README, API docs, architecture docs, or CHANGELOG. Generates clear, accurate documentation from code structure and context.

31 4mo ago C 31 tokens original MIT

error-analysis

22

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when encountering error messages, stack traces, or unexpected application behavior. Provides structured analysis to understand root cause before attempting any fix.

31 4mo ago A 29 tokens original MIT

executing-plans

23

JeremyDev87/codingbuddy

Skill Claude CodeCodex

Use when you have a written implementation plan to execute in a separate session with review checkpoints.

31 4mo ago A 22 tokens copy · 86% MIT