claudeindex
Marketplace

claude-toolbox

Claude Code plugins for development workflows: Makefile generation, CI workflow generation, CI failure diagnosis, pre-commit linting, Figma design application, semgrep security review, Go development, gabyx/Githooks setup, Cloudflare macOS fix, language-dev skill creation, todo management, GitHub issue resolution, next-action task discovery, CLAUDE.md authoring, Jira description editing, Jira commands, git guardrails, and macOS sandbox helpers

Stars

0

Forks

0

Plugins

17

Installation

1

Add the marketplace

/plugin marketplace add jaeyeom/claude-toolbox
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

17

Plugins

0

Skills

0

Agents

Last Crawled

April 5, 2026

Plugins

Plugin

next-action

Find the next highest-priority action to work on from local TODO files, source code TODO comments, GitHub issues, or other task sources

Plugin

jira-edit-description

Jira issue description editor with proper wiki markup formatting

Plugin

jira-commands

Jira slash commands for creating bugs, tasks, resolving issues, updating tickets, and planning projects

Plugin

claude-md

Write effective CLAUDE.md files containing only tacit knowledge that AI agents cannot derive from the codebase

Plugin

sandbox-helpers

PreToolUse hook that warns about macOS sandbox TLS failures for Go CLI tools (gh, jira) and suggests workarounds

Plugin

git-guardrails

PreToolUse hooks that block dangerous git and find commands: --no-verify, bulk git add, and find -exec/-delete

Plugin

makefile-workflow

Makefile workflow skill for consistent build, lint, test, and check targets across projects

Plugin

ci-workflow

GitHub Actions CI workflow generation and failure diagnosis — generate workflows that mirror Makefile targets and diagnose CI failures with targeted fixes

Plugin

pre-commit-lint

Pre-commit hook that runs linters before Claude Code commits changes

Plugin

apply-figma-make

Apply Figma Make designs to your website pages with framework conversion

Plugin

semgrep-review

Analyze semgrep findings, fix real issues, and suppress false positives with proper nosemgrep comments

Plugin

go-dev

Go development skill with idiomatic patterns, testing, and build system detection

Plugin

gabyx-githooks-setup

Set up shared Git hooks using gabyx/Githooks manager in any repository

Plugin

cloudflare-macos-fix

Fix sharp native module installation failure on macOS Apple Silicon when setting up Cloudflare Workers projects with wrangler

Plugin

create-lang-dev-skill

Create language-specific development skills by mining PR reviews, codebase conventions, and team documentation

Plugin

todo

Manage a TODO.md file with priorities and task tracking

Plugin

gh-issue-resolver

Resolve GitHub issues using the gh CLI with dependency checking, self-assignment, codebase investigation, and automatic commits