refo/claude-dev-helpers

Personal Claude Code marketplace + dev-helpers plugin: stack-agnostic agentic dev workflow helpers (TDD, commits, PRDs, issue triage, pre-commit setup, design grilling).

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

commit

01

refo/claude-dev-helpers

Command

Create a git commit with conventional commit message format.

2 2mo ago B 11 tokens original MIT

design-an-interface

02

refo/claude-dev-helpers

Command

Based on "Design It Twice" from "A Philosophy of Software Design": your first idea is unlikely to be the best. Generate multiple radically different designs, then compare.

2 2mo ago A 0 tokens original MIT

refo/claude-dev-helpers

Command

This guide enables safety hooks that prevent Claude from executing destructive git operations. The setup intercepts dangerous commands like git push, git reset --hard, git clean, git branch -D, and git checkout . before execution.

2 2mo ago B 0 tokens original MIT

grill-me

04

refo/claude-dev-helpers

Command

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree.

2 2mo ago A 0 tokens original MIT

init-helpers

05

refo/claude-dev-helpers

Command

Detect this project's stack and write a draft .claude/helpers.json so the rest of the dev-helpers plugin commands know how to behave. Run once per repo after installing the plugin.

2 2mo ago C 41 tokens original MIT

next-issue

06

refo/claude-dev-helpers

Command

Pick up the next open GitHub issue (or a specific one by number) and start the grill-then-implement flow.

2 2mo ago C 29 tokens original MIT

prd-to-issues

07

refo/claude-dev-helpers

Command

Break a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a PRD to issues, create implementation tickets, or break down a PRD into work items.

2 2mo ago A 50 tokens original MIT

prd-to-plan

08

refo/claude-dev-helpers

Command

Break a PRD into a phased implementation plan using vertical slices (tracer bullets). Output is a Markdown file in ./plans/.

2 2mo ago A 0 tokens original MIT

setup-pre-commit

09

refo/claude-dev-helpers

Command

Set up pre-commit hooks appropriate for this project's stack (lint + format + typecheck + tests). Use when user wants to add pre-commit hooks or commit-time quality checks.

2 2mo ago B 42 tokens original MIT

tdd

10

refo/claude-dev-helpers

Command

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2 2mo ago B 45 tokens original MIT

triage-issue

11

refo/claude-dev-helpers

Command

Systematically investigate a bug, design a fix, and create a GitHub issue with TDD approach.

2 2mo ago A 0 tokens original MIT

ubiquitous-language

12

refo/claude-dev-helpers

Command

Extract and formalize domain terminology from the current conversation into a consistent glossary, saved to a local file.

2 2mo ago A 0 tokens original MIT

write-a-prd

13

refo/claude-dev-helpers

Command

Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.

2 2mo ago A 51 tokens original MIT