Johnclyde Clydehub
johnclyde-clydehub is a Claude Code plugin for the Build phase that enforces an opinionated git workflow with smart staging, clean commits, and zero attribution.
Opinionated git workflow inside Claude Code: smart staging, readable commits, and no unwanted attribution lines while you ship changes.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install johnclyde-clydehub@johnclyde/clydehubBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:johnclyde/clydehub") and the paste-ready config with skillselion.get_install_config("plugin:johnclyde/clydehub").
What it does
johnclyde-clydehub is a Claude Code plugin that imposes an opinionated git workflow on agent-assisted development: intelligent staging, disciplined commits, and zero attribution so your history looks like human-maintained work, not bot-sprayed metadata. Solo builders install it when Claude Code otherwise produces sprawling diffs, partial stages, or commit footers they do not want in public or client repos. It sits in build integrations because git is the integration surface between the agent and your source of truth, but it also supports ship review and launch moments when commit series must be tight before merge or tag. The plugin does not replace code review skills or CI; it standardizes how changes land in git while you still own message quality and branch strategy. Beginners benefit if they already use git daily; advanced users appreciate consistent staging rules across fast agent loops.
Highlights
- Opinionated git workflow tailored for Claude Code-assisted edits
- Smart staging so commits stay focused and reviewable
- Clean commit messages without cluttering history
- Zero attribution policy—avoids unwanted Co-authored-by style noise
- Single-plugin bundle (pluginCount: 1) for clydehub workflow commands
Why builders use it
Agent-assisted coding often leaves messy partial stages, noisy commit attribution, and hard-to-review git history.
After install, Claude Code follows clydehub’s git rules so changes stage cleanly and commits stay focused without unwanted attribution lines.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is johnclyde-clydehub for?
It is for Claude Code users who want opinionated git staging and commits—especially solo builders tired of messy agent-generated diffs and attribution.
When should I use johnclyde-clydehub?
Use it whenever you land agent-written changes to git and need smart staging, clean messages, and zero attribution before review or release.
How do I add johnclyde-clydehub to my agent?
Install the clydehub plugin from johnclyde/clydehub into Claude Code, enable it on repos where you want the workflow, and use its git commands during commit flows.
Comments
Share how you use johnclyde-clydehub, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.