refo

54 mods across 1 repository, 2 stars between them.

refo

01

refo/claude-dev-helpers

Plugin Claude Code

Plugin marketplace listing 2 plugins: dev-helpers, mp.

2 2mo ago A tokens not measured original MIT

dev-helpers

02

refo/claude-dev-helpers

Plugin Claude Code

Stack-agnostic agentic dev workflow helpers: TDD, commits, PRDs, issue triage, pre-commit setup, design grilling. Reads per-project config from .claude/helpers.json.

2 2mo ago A tokens not measured original MIT

commit

03

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

04

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

13

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

14

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

15

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

PreToolUse

16

refo/claude-dev-helpers

Hook

Runs before the agent uses a tool for Bash tool calls, executing block-dangerous-git.sh. From refo/claude-dev-helpers.

2 2mo ago A tokens not measured original MIT

mp

17

refo/claude-dev-helpers

Plugin Claude Code

Matt Pocock's Claude Code skills, vendored from mattpocock/skills via git subtree.

2 2mo ago A tokens not measured original MIT

mattpocock-skills

18

refo/claude-dev-helpers

Plugin Claude Code

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

2 2mo ago A tokens not measured original MIT

design-an-interface

19

refo/claude-dev-helpers

Skill Claude CodeCodex

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

2 2mo ago A 43 tokens copy · 95% MIT

qa

20

refo/claude-dev-helpers

Skill Claude CodeCodex

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".

2 2mo ago A 58 tokens copy · 100% MIT

refo/claude-dev-helpers

Skill Claude CodeCodex

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

2 2mo ago A 53 tokens copy · 88% MIT

ubiquitous-language

22

refo/claude-dev-helpers

Skill Claude CodeCodex

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUSLANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".

2 2mo ago A 70 tokens copy · 100% MIT

ask-matt

23

refo/claude-dev-helpers

Skill Claude CodeCodex

Ask which skill or flow fits your situation. A router over the skills in this repo.

2 2mo ago A 22 tokens original MIT

code-review

24

refo/claude-dev-helpers

Skill Claude CodeCodex

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

2 2mo ago A 96 tokens copy · 88% MIT