gaebalai's marketplace
npx claudepluginhub gaebalai/claude-code-marketplaceThis is a gaebalai's base tool set
gaebalai's Claude Code Plugin Marketplace
This repository is a plugin marketplace for Claude Code that automates TDD (Test-Driven Development) based development workflows. It provides specialized agents, custom commands, and skills to streamline the entire development process, from GitHub Issue implementation to code review responses.
The marketplace format enables centralized management of multiple plugins and easy sharing with teams and communities.
gh)Add to your Claude Code settings file (~/.config/claude/settings.json):
{
"plugin_marketplaces": [
"https://github.com/gaebalai/claude-code-marketplace"
]
}
Or add directly via Claude Code command:
claude marketplace add https://github.com/gaebalai/claude-code-marketplace
After adding the marketplace, included plugins will be automatically available:
claude plugin install gaebalai
The .mcp.json included in the plugin automatically configures the following MCP servers:
This marketplace includes the following plugins:
An integrated plugin for automating TDD development workflows. Composed of five component types:
agents/) - Specialized sub-agentscommands/) - Custom slash commandsskills/) - Reusable skill promptshooks/hooks.json) - Event handlers.mcp.json) - External tool integrationSpecialized agent for implementing GitHub Issues and creating PRs
Features:
Usage Example:
Implement this Issue #123 and create a PR
Agent specialized in implementing review comments
Features:
Usage Example:
Check PR review comments and fix the pointed out issues
Agent specialized in analyzing task requirements and creating implementation plans
Features:
Usage Example:
Analyze the requirements for adding password reset functionality
General-purpose agent for diverse tasks requiring broad problem-solving capabilities
Features:
Usage Example:
Explain the overall project structure
Provide advice on improving development efficiency
/exec-issue <issue number>Reads GitHub Issue and automates from implementation to PR creation
Execution Steps:
/create-worktree <branch name>Creates and sets up a git worktree for task execution
Execution Steps:
/create-plan <task description>Creates an implementation plan and GitHub Issue using task-requirement-analyzer