By jonniesweb
Git worktree workflow skills: fix in a worktree + PR, rebase onto origin/main
A Claude Code skills and plugins marketplace — a collection of reusable AI agent workflows by Jon Simpson.
Each plugin is a self-contained directory at the repo root. The central registry at .claude-plugin/marketplace.json lists every plugin available in this marketplace.
Add this repo as a marketplace inside Claude Code:
/plugin marketplace add jonniesweb/skills
Then install individual plugins:
/plugin install <plugin-name>@jonniesweb-skills
Task management workflow skills built around the bd (beads) CLI.
| Skill | Description |
|---|---|
investigate | Investigate a GitHub issue or feature description, determine status, and plan implementation if needed |
plan-to-bd | Convert a plan into a beads epic with detailed issues and subissues |
refine-plan | Verify and refine an implementation plan |
refine-bd | Refine a beads issue or epic for implementation quality |
review-branch | Review code changes in the current branch for issues |
work | Work on the next available beads task |
work-post | Post-work cleanup — verify commits and update beads issues |
Session retrospective skill. Reflect on the conversation, surface lessons, and capture follow-ups.
Hook-based session logging to CXDB via HTTP API. Hooks-only — no skills. Captures session start, user prompts, tool use, and stop events for observability.
LLM-guided optimizer for any text artifact, using the gepa CLI with an evaluator protocol. Sourced from jonniesweb/gepa-cli.
Git worktree workflow skills.
| Skill | Description |
|---|---|
fix | Build the requested change in a git worktree, then open a PR |
rebase | Fetch origin/main and rebase the current worktree or branch onto it |
main | Checkout the main worktree |
plugin-name/
├── .claude-plugin/
│ └── plugin.json # name, version, description
├── skills/
│ └── skill-name/
│ └── SKILL.md # YAML frontmatter + markdown body
├── hooks/ # optional lifecycle hooks
│ ├── hooks.json
│ └── *.sh
├── references/ # optional reference docs
└── scripts/ # optional templates / utilities
Skill frontmatter requires name and description. Optional fields: user-invocable: true, disable-model-invocation: true.
.claude-plugin/plugin.json.SKILL.md files under skills/<name>/..claude-plugin/marketplace.json with name, source, description, version, and keywords.See CLAUDE.md for the full contributor guide.
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.
npx claudepluginhub jonniesweb/skills --plugin worktreeTask management workflow skills using the beads (bd) CLI
Logs Claude Code sessions to CXDB context store
Session retrospective skill for reflecting on conversations
LLM-guided optimizer for any text artifact using the gepa CLI
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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer