JeremyDev87

64 mods across 2 repositories, 33 stars between them.

eval

25

JeremyDev87/codingbuddy

Command

Evaluate code quality and suggest improvements.

31 4mo ago A 0 tokens original MIT

plan

26

JeremyDev87/codingbuddy

Command

Design implementation approach before writing code.

31 4mo ago A 0 tokens original MIT

SessionStart

27

JeremyDev87/codingbuddy

Hook

Runs when a session starts, executing session-start.py via python3. From JeremyDev87/codingbuddy.

31 4mo ago A tokens not measured original MIT

PreToolUse

28

JeremyDev87/codingbuddy

Hook

Runs before the agent uses a tool for Bash tool calls, executing pre-tool-use.py via python3. From JeremyDev87/codingbuddy.

31 4mo ago A tokens not measured copy · 86% MIT

PostToolUse

29

JeremyDev87/codingbuddy

Hook

Runs after a tool call finishes, executing post-tool-use.py via python3. From JeremyDev87/codingbuddy.

31 4mo ago A tokens not measured original MIT

Stop

30

JeremyDev87/codingbuddy

Hook

Runs when the agent finishes a response, executing stop.py via python3. From JeremyDev87/codingbuddy.

31 4mo ago A tokens not measured original MIT

agent-design

31

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

33

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

34

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

35

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

36

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

37

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

38

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

39

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

40

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

41

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

42

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

47

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

48

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