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 retroGit worktree workflow skills: fix in a worktree + PR, rebase onto origin/main
Task management workflow skills using the beads (bd) CLI
Logs Claude Code sessions to CXDB context store
LLM-guided optimizer for any text artifact using the gepa CLI
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.