Agent Plugins Marketplace
All plugins

joe-bag-of-tricks

v1.9.1

Joe's engineering workflow toolkit: skills and agents for TDD, systematic debugging, planning, code review, and shipping.

Claude Code21 Skills

By Joseph PresleyLicense: MIT0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
21 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install joe-bag-of-tricks@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jwp23/joe-bag-of-tricks

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/joe-bag-of-tricks/.

Plugin files

plugins/joe-bag-of-tricks/
├── .claude-plugin/plugin.json
├── skills/brainstorming/SKILL.md
├── skills/dispatching-parallel-agents/SKILL.md
├── skills/executing-plans/SKILL.md
├── skills/finishing-a-development-branch/SKILL.md
├── skills/implementer-contract/SKILL.md
├── skills/readme-sync/SKILL.md
├── skills/receiving-code-review/SKILL.md
├── skills/record-decision/SKILL.md
├── skills/requesting-code-review/SKILL.md
├── skills/scripted-browser-verification/SKILL.md
├── skills/security-review/SKILL.md
├── skills/subagent-driven-development/SKILL.md
├── skills/systematic-debugging/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/using-git-worktrees/SKILL.md
├── skills/using-skills/SKILL.md
├── skills/ux-audit/SKILL.md
├── skills/verification-before-completion/SKILL.md
├── skills/writing-agents/SKILL.md
├── skills/writing-plans/SKILL.md
└── skills/writing-skills/SKILL.md

Included Skills21

brainstormingskills/brainstorming/SKILL.md

Use when starting creative work - creating features, building components, adding functionality, or modifying behavior. Also use when in plan mode and the user asks to brainstorm or design. Explores user intent, requirements and design before implementation.

dispatching-parallel-agentsskills/dispatching-parallel-agents/SKILL.md

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

executing-plansskills/executing-plans/SKILL.md

Use when you have a bd task hierarchy to execute in a separate session with review checkpoints

finishing-a-development-branchskills/finishing-a-development-branch/SKILL.md

Use when implementation is complete and all tests pass - handles the push, PR creation, and CI verification workflow

implementer-contractskills/implementer-contract/SKILL.md

The shared operating contract for SDD implementer subagents — scope boundaries, escalation, self-review, and report format. Preloaded into the implementer-mechanical, implementer, and implementer-complex agents via their `skills:` frontmatter; not intended for direct use.

readme-syncskills/readme-sync/SKILL.md

Use when completing code changes that affect user workflows, CLI flags, prerequisites, or project structure. Use proactively after feature implementation before session close.

receiving-code-reviewskills/receiving-code-review/SKILL.md

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable

record-decisionskills/record-decision/SKILL.md

Use when a technical decision is being discussed or has been made - choosing between approaches, selecting libraries, establishing conventions, or making trade-offs

requesting-code-reviewskills/requesting-code-review/SKILL.md

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

scripted-browser-verificationskills/scripted-browser-verification/SKILL.md

Use when verifying a web UI in a browser - proving a page renders, a flow works, or capturing screenshots after a frontend change

security-reviewskills/security-review/SKILL.md

Use when completing development work, before creating PRs, or on-demand to audit code changes for security vulnerabilities across any tech stack

subagent-driven-developmentskills/subagent-driven-development/SKILL.md

Use when executing implementation plans with independent tasks in the current session

systematic-debuggingskills/systematic-debugging/SKILL.md

Reach for this the moment something that should work is failing and needs diagnosing or fixing — whether the user reports it or your own command, test, or build fails mid-task: a raised error or exception, a stack trace, a failing or wrong-valued test, a crash, a build or CI/Docker step that won't complete, output that's NaN/null/garbage, or behavior that broke after an upgrade, dependency bump, or code change. It's the default response to any concrete malfunction, and it applies hardest exactly when it feels unnecessary: when the fix looks like an obvious one-liner, when a fix was already proposed or tried and it still breaks, or when a bad value must be chased to its upstream source. Invoke it before editing or theorizing, to find the true root cause instead of patching a symptom. Not for abstract "what does this error/concept mean" questions, refactoring or speeding up code that already works, adding error handling to healthy code, or documenting an already-fixed bug.

test-driven-developmentskills/test-driven-development/SKILL.md

Use when implementing any feature or bugfix, before writing implementation code

using-git-worktreesskills/using-git-worktrees/SKILL.md

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

using-skillsskills/using-skills/SKILL.md

Use when starting any conversation - ensures available skills are discovered and invoked before responding

ux-auditskills/ux-audit/SKILL.md

Use when a UI feature batch is finished but a human has not seen it yet - catches truncated text, crowding, cryptic labels, weak hierarchy, and broken empty states before they are reported

verification-before-completionskills/verification-before-completion/SKILL.md

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs

writing-agentsskills/writing-agents/SKILL.md

Use when creating, editing, or evaluating whether to create a custom subagent — including any behavior change to an existing agent definition under agents/.

writing-plansskills/writing-plans/SKILL.md

Use when you have a spec or requirements for a multi-step task, before touching code. Also use when entering or already in plan mode — all planning in this project goes through bd (beads) issue hierarchies.

writing-skillsskills/writing-skills/SKILL.md

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Plugin manifests1

plugins/joe-bag-of-tricks/.claude-plugin/plugin.json
{
  "name": "joe-bag-of-tricks",
  "description": "Joe's engineering workflow toolkit: skills and agents for TDD, systematic debugging, planning, code review, and shipping.",
  "version": "1.9.1",
  "author": {
    "name": "Joseph Presley"
  },
  "homepage": "https://github.com/jwp23/joe-bag-of-tricks",
  "repository": "https://github.com/jwp23/joe-bag-of-tricks",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[joe-bag-of-tricks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/joe-bag-of-tricks)