By jon-the-dev
Bundle of every skill, agent, and command in jons-ai-toolkit. Install this for the full kit; install individual themed plugins for narrower scope.
../../../agents/test-runner.md
../../../agents/frontend-developer.md
../../../agents/security-auditor.md
../../../agents/backend-developer.md
../../../agents/cloud-architect.md
A Claude Code plugin marketplace bundling skills, subagents, and slash commands across six themed plugins.
Add the marketplace, then install whichever plugin(s) you want:
/plugin marketplace add jon-the-dev/jons-ai-toolkit
/plugin install everything@jons-ai-toolkit # full kit
/plugin install dev-agents@jons-ai-toolkit # or pick themed plugins
For local development against a clone:
/plugin marketplace add /path/to/jons-ai-toolkit
react-core-workflowSkills for working in the React core monorepo.
extract-errors — run yarn extract-errors and report missing error codesfeature-flags — manage React feature flag files, gating tests with @gate pragmasflags — inspect feature flag state across release channels (source, www, stable, experimental)flow — run Flow type-checking against a specific renderer (dom-node, dom-browser, native, fabric)fix — run yarn prettier and yarn linc to clean up before committingtest — run React tests across release channels with channel/variant flagsverify — run the full pre-commit verification chain (prettier, linc, flow, tests)gh-issue-workflowGitHub issue triage and execution loop.
Commands:
/show-backlog — fetch all open issues and render a P0–P7 prioritized backlog table/next-issue — recommend the single next issue to work on, applying security > bug > feature > perf priority/implement — take a single issue end-to-end: branch, scan, delegate to dev subagents, test, PR, close/mini-sprint — pick 3–4 issues from the backlog and run them in parallel via subagentsSkills:
gh-cli — comprehensive gh CLI reference (repos, issues, PRs, Actions, releases, codespaces)dev-agentsGeneral-purpose development subagents.
backend-developer — building application backends (FastAPI, FastMCP, Python)frontend-developer — building UIs and React/Vue/Angular components, optimizing perf and a11ycloud-architect — designing AWS/Azure/GCP infra, Terraform IaC, cost optimization, multi-regionsecurity-auditor — comprehensive security audits, fans out OWASP, auth, secrets, deps, API, IaC, crypto subagentstest-runner — running tests across Python and JS/TS frameworkspkm-toolkitPersonal knowledge management.
obsidian — read/write/search an Obsidian vault via CLI (notes, daily notes, tags, tasks, frontmatter)task-management — lightweight TASKS.md-based task trackingmemory-management — two-tier memory system (CLAUDE.md + memory/ directory) for workplace context and shorthandfind-skills — help users discover and install skills from the open ecosystemcontent-toolkitContent and operations.
content-creation — draft marketing content (blog posts, social, email, landing pages, press releases, case studies)data-visualization — choose and build effective charts in Python (matplotlib, seaborn, plotly)realtime-alerts-skill — design Slack and Microsoft Teams operational alert messages with structured intervieweverythingA bundle that installs every skill, agent, and command in this repo. Use this for the full kit; install individual themed plugins for narrower scope.
.claude-plugin/marketplace.json # marketplace manifest
plugins/
<plugin-name>/
.claude-plugin/plugin.json # per-plugin manifest
skills/ -> ../../../skills/... (relative symlinks)
agents/ -> ../../../agents/...
commands/ -> ../../../commands/...
skills/ # canonical source of truth
agents/
commands/
Top-level skills/, agents/, and commands/ are the source of truth. Each plugin curates a subset via relative symlinks, so a single skill (e.g. gh-cli) can appear in multiple plugins without duplication. Symlinks are preserved by Claude Code's plugin cache per the path traversal limitations docs.
Plugins are unversioned for now — installs resolve against this repo's git HEAD. Versioned releases will land once the API surface stabilizes.
Uses power tools
Uses Bash, Write, or Edit tools
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 jon-the-dev/jons-ai-toolkit --plugin everythingAdds a /review command for quick code reviews
Cross-model AI assistant via Google Gemini CLI for plan verification, QA review, context offloading, and cross-validation
Comprehensive Runway infrastructure deployment management with agents, commands, and hooks
Read-only codebase audit suite. A master orchestrator (audit-code-master) fans out parallel sub-agents across seven focused dimension skills (security, correctness, performance, quality, architecture, dependencies, testing) and renders a styled HTML report; each dimension also runs standalone for a targeted audit. Never edits code.
GitHub issue triage and execution loop: prioritized backlog, next-issue picker, single-issue implement command, and a parallel mini-sprint runner. Bundles a gh CLI reference skill.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.