toBzh30/Claude-Project-Bootstrap
Plugin Claude Code
Bootstrap a new repo with the working-agreements + GitHub Project + CLAUDE.md hub-and-spokes setup.
toBzh30/Claude-Project-Bootstrap
Plugin Claude Code
Bootstrap a new repo with the working-agreements + GitHub Project + CLAUDE.md hub-and-spokes setup.
toBzh30/Claude-Project-Bootstrap
Settings file Claude Code
Agent settings configuring extraKnownMarketplaces, enabledPlugins.
toBzh30/Claude-Project-Bootstrap
Instructions file
Instructions for toBzh30/Claude-Project-Bootstrap, covering claude.md, what claude-project-bootstrap is, what's built vs pending, detailed guidance and working agreements.
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.
toBzh30/Claude-Project-Bootstrap
Hook
Runs when a session starts, executing sibling-status.sh. From toBzh30/Claude-Project-Bootstrap.
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.
toBzh30/Claude-Project-Bootstrap
Hook
Runs after a tool call finishes for Bash tool calls, executing claim-branch.sh. From toBzh30/Claude-Project-Bootstrap.
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…
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…
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.
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…
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).
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.
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.
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…
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…
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…
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.
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.
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.
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.