
kbrockhoff/brockhoff-tools-claude
2 skills0 installsGitHub
Install
npx skills add https://github.com/kbrockhoff/brockhoff-tools-claudeSkills in this repo
1BkffBkff is a Brockhoff Claude plugin that packages spec-driven development workflows for builders who want agents to stay tied to written requirements instead of drifting in chat. It combines compliance checking, turning tasks into trackable issues, closed-loop agentic development, and verification steps with generators for ADRs, tests, and READMEs, plus handling for PR feedback. Solo developers use it when a spec or ticket list should drive what the agent builds next and how success is proved before merge. It spans more than one journey phase: proving the spec still matches intent during validate-style checks, executing and verifying during build, and responding to review signals during ship. Pair it with bkff-git when work happens in git worktrees and you need status, branch, commit, sync, and PR commands in the same toolkit family.0installs2Bkff GitBkff-git is the git lifecycle plugin in the Brockhoff Claude toolkit, aimed at solo builders who run agents on worktree-based branches instead of a single dirty working tree. It wraps everyday commands—status, branch creation, commits, sync with remotes, and PR management—so the agent can execute a disciplined git flow without ad-hoc shell recipes. Use it while implementing spec-driven work from the main bkff plugin: keep feature branches isolated, land commits with clear intent, and open or update pull requests from the same session. It is intentionally narrower than full DevOps automation; it focuses on the developer git loop that connects local agent edits to reviewable PRs. Confidence is moderate because detailed command surfaces live in the plugin source rather than the short catalog blurb.0installs