By sjungling
Pinpoint the exact commit introducing a bug or regression using automated git bisect binary search. Accelerate debugging of performance issues, recent test failures, or breaks in previously working features by narrowing down changes efficiently.
npx claudepluginhub sjungling/sjungling-claude-pluginsA personal collection of Claude Code plugins — skills, commands, agents, and hooks that extend what Claude Code can do out of the box.
Covers iOS/Swift development, technical writing and PDF generation, CLI design, git workflows, tmux session management, structured data handling, and push notifications over Tailscale.
Add this marketplace to Claude Code, then install any plugin you want:
# add the marketplace
/plugin marketplace add https://github.com/sjungling/sjungling-claude-plugins
# install a plugin
/plugin install technical-writer@sjungling-plugins
Browse the available plugins in the plugins/ directory. Each plugin has its own plugin.json describing what it provides.
Each plugin lives under plugins/ and can contain any combination of:
plugins/<name>/
├── .claude-plugin/plugin.json # name, version, description
├── skills/ # auto-activated context and workflows
├── commands/ # slash commands
├── agents/ # specialized subagents
└── hooks/ # event-driven automation
See the Claude Code plugin docs for details on the plugin system.
Interactive debugging workflow with git bisect integration
Share bugs, ideas, or general feedback.
Git configuration, GPG signing, hooks management, cross-platform setup, GitHub issues lookup, and read-only agents for history exploration and issue research.
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Commands for Git operations, commits, and PRs
Git workflow and version control specialist for git strategies (gitflow, trunk-based), merge conflict resolution, interactive rebase, cherry-pick, bisect, reflog, hooks, and submodules. Use when working with complex git operations, resolving conflicts, or implementing git workflows.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques