toBzh30

21 mods across 1 repository, 3 stars between them.

toBzh30/Claude-Project-Bootstrap

Plugin Claude Code

Bootstrap a new repo with working-agreements, GitHub Project, and CLAUDE.md hub-and-spokes — runs github-project-setup, split-claudemd, and bootstrap-working-agreements as one flow or individually.

3 1mo ago A tokens not measured original MIT

PreToolUse

06

toBzh30/Claude-Project-Bootstrap

Hook

Runs before the agent uses a tool for Bash tool calls, executing preflight-branch.sh and doc-gate.sh (2 commands). From toBzh30/Claude-Project-Bootstrap.

3 1mo ago A tokens not measured original MIT

PostToolUse

07

toBzh30/Claude-Project-Bootstrap

Hook

Runs after a tool call finishes for Bash tool calls, executing claim-branch.sh. From toBzh30/Claude-Project-Bootstrap.

3 1mo ago A tokens not measured original MIT

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Bootstrap a new repo with the full working-agreements + GitHub Project + CLAUDE.md hub-and-spokes setup in one pass. Use on a fresh repo, or on an existing repo that has no .claude/ tooling yet. Calls github-project-setup and split-claudemd as sub-steps; writes .claude/rules/working-agreements.md and a starter root…

3 1mo ago B 98 tokens original MIT

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Set up a GitHub Project (v2) for a single repo or a multi-repo platform. Standardized statuses, custom fields (Tier or Initiative + Area/Priority/Effort/Mode), labels, and issue templates. Single-repo flow uses GitHub milestones; multi-repo flow uses a Project Initiative field for cross-repo coordination and surfaces…

3 1mo ago A 142 tokens original MIT

split-claudemd

10

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Refactor a long root CLAUDE.md into a hub root + subdirectory spokes + .claude/rules/ topic files — use when the root CLAUDE.md nears Anthropic's line cap (200 as of writing) or gets hard to maintain.

3 1mo ago A 60 tokens original MIT

update-conventions

11

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Pull later improvements from the claude-project-bootstrap plugin templates down into this repo's copied convention files — .claude/rules/working-agreements.md and the .github/ISSUETEMPLATE issue templates — and retrofit plugin enablement in .claude/settings.json (turning on plugins like engineering-craft that were…

3 1mo ago A 142 tokens original MIT

engineering-craft

12

toBzh30/Claude-Project-Bootstrap

Plugin Claude Code

Engineering & Claude-coding craft skills (diagnose, tdd, prototype, zoom-out, grill-with-docs, improve-codebase-architecture, to-issues, to-prd) adapted from mattpocock/skills (MIT) to the bootstrap conventions and the AFK/HITL model, plus homegrown skills (checkpoint).

3 1mo ago A tokens not measured original MIT

checkpoint

13

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Generate a session handover document and save it to disk so the session can be resumed after /clear. Use when wrapping up a session, before a context reset, or when the user asks to checkpoint / save progress for a fresh session.

3 1mo ago A 50 tokens original MIT

diagnose

14

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

3 1mo ago A 66 tokens copy · 78% MIT

grill-with-docs

15

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (the .claude/rules/glossary.md glossary and .claude/rules/decisions.md log) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and…

3 1mo ago A 73 tokens original MIT

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in .claude/rules/glossary.md and the decisions in .claude/rules/decisions.md. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and…

3 1mo ago A 80 tokens copy · 69% MIT

prototype

17

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Build a throwaway prototype to flush out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine…

3 1mo ago A 90 tokens copy · 81% MIT

tdd

18

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

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.

3 1mo ago A 45 tokens original MIT

to-issues

19

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

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

3 1mo ago A 53 tokens original MIT

to-prd

20

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Turn the current conversation context into a PRD for an initiative-scale effort and publish it to the GitHub Project. Use ONLY for a large, multi-issue initiative — for discrete work (a single feature or bug) file an issue directly or use to-issues instead.

3 1mo ago A 59 tokens original MIT

zoom-out

21

toBzh30/Claude-Project-Bootstrap

Skill Claude CodeCodex

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

3 1mo ago A 40 tokens copy · 89% MIT