By bitfootco
Development workflow skills for debugging, TDD, code review, and disciplined engineering
Use when starting any new feature, significant change, or architectural decision. Explores requirements and options before any implementation begins.
Use when you want an independent review of code before committing or merging. No argument reviews all uncommitted changes. Pass "branch" to review everything on the current branch vs. main. Pass a file path or git ref for a targeted review.
Use at the start of a session when there is a roadmap or milestone document and you want to pick up the next item. Orients from a cold start, locates the roadmap, identifies the next unfinished item, and proceeds to implementation.
Orchestrates the full roadmap-to-committed-code flow. Iterates through milestones — implementing, testing, reviewing, and committing each — with human approval gates.
Generate a GitHub pull request description from the current branch. Produces a high-level, markdown-formatted summary and copies it to the clipboard. Pass a base branch if it's not main/master.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI coding conventions and workflow skills for Claude Code, built and used by The Bitfoot Company.
These are practical, opinionated skills for disciplined software engineering — the stuff that keeps code quality high and debugging sessions short. Install them once, use them across every project.
| Skill | Invocation | When it activates |
|---|---|---|
systematic-debugging | /bender:systematic-debugging | Auto — whenever Claude encounters a bug or test failure |
verification-before-completion | /bender:verification-before-completion | Auto — before any "done", "fixed", or "tests pass" claim |
test-driven-development | /bender:test-driven-development | Auto — when implementing features or fixing bugs |
brainstorming | /bender:brainstorming | Auto — when starting new features or design decisions |
code-review | /bender:code-review · /bender:code-review branch | Manual — no arg reviews uncommitted changes; branch reviews everything on the current branch vs. main |
milestone | /bender:milestone · /bender:milestone path/to/ROADMAP.md | Manual — cold-start session skill: finds your roadmap, identifies the next incomplete item, scopes it, and implements it |
pr | /bender:pr · /bender:pr develop | Manual — generates a high-level PR description from the current branch, copies it to the clipboard |
pipeline | /bender:pipeline · /bender:pipeline path/to/ROADMAP.md | Manual — drives every milestone in a roadmap through implementation, CI, code review, and commit |
roadmap | /bender:roadmap · /bender:roadmap "goal description" | Manual — breaks a large feature or initiative into sequenced, single-session milestones and writes them to ROADMAP.md |
summary | /bender:summary | Manual — summarizes the most recent commit or pending changes: what shipped, why it matters, and how it fits into the existing code |
Auto skills load when Claude determines they're relevant. Manual skills only run when you invoke them directly — code-review runs in a fresh subagent context so it has no bias from the implementing session. Use roadmap to plan, then milestone to execute session by session, or pipeline to execute the entire roadmap in one session with automated CI and review loops.
From within any Claude Code session:
/plugin marketplace add bitfootco/bender
/plugin install bender@bender
Skills are namespaced under bender: to avoid conflicts with other plugins.
To have teammates automatically prompted to install when they trust a project folder, add to .claude/settings.json in your repo:
{
"extraKnownMarketplaces": {
"bender": {
"source": {
"source": "github",
"repo": "bitfootco/bender"
}
}
},
"enabledPlugins": {
"bender@bender": true
}
}
To test changes live without installing:
claude --plugin-dir .
Skills reload on restart. Make a change, restart, test with /bender:skill-name.
These skills encode the engineering principles The Bitfoot Company works by:
npx claudepluginhub bitfootco/bender --plugin benderComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.