By GGPrompts
Opus-powered versions of built-in agents for complex implementation work
Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components/**/*.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness level: "quick" for basic searches, "medium" for moderate exploration, or "very thorough" for comprehensive analysis across multiple locations and naming conventions.
Autonomous implementation agent with full tool access for complex multi-step tasks. Masters codebase exploration, multi-file refactoring, feature implementation, and architectural changes. Handles tasks requiring deep context gathering, iterative problem solving, and coordinated changes across many files. Use when tasks are too complex for inline execution or require sustained autonomous work.
This repository contains my curated Claude Code plugins, synced from GGPrompts.
This plugin follows the official Anthropic plugin format:
.claude-plugin/
plugin.json # Plugin manifest
commands/ # Slash commands
agents/ # Subagents
skills/ # Skills (each in its own directory)
hooks/ # Hook configurations
Clone this repo and load it in Claude Code:
git clone https://github.com/YOUR_USERNAME/my-gg-plugins.git
cd my-gg-plugins
claude plugin load .
Or add it to your Claude Code settings to auto-load on startup.
Visit ggprompts.com/claude-code/toolkit to:
Managed by GGPrompts - The control plane for your Claude Code setup
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimTabzChrome integration: spawn terminals, browser automation, and project integration via HTML/WebSocket/JS API
Orchestrate Claude Code workers with tmux — spawn, monitor, coordinate, and speak across parallel sessions
Generate handoff, clear context, and auto-continue in fresh session
Bubble Tea TUI framework patterns for Go terminal applications
Git shortcuts - /git:cm (commit), /git:cp (commit+push), /git:pr (create PR)
npx claudepluginhub ggprompts/my-plugins --plugin opus-agentsAutomatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
Unified capability management center for Skills, Agents, and Commands.
Complete collection of 117 specialized AI agents across 11 categories
Context management and multi-agent orchestration with performance optimization tools
Claude Code の SubAgent(agents/*.md)を正しく定義するためのベストプラクティスガイド。 YAML frontmatter、ツール選択、3-Phase 構造、コンテキスト受け渡し、アンチパターンを網羅。 Use when: agents/*.md を書く、SubAgent 定義を改善する、エージェントの動作が想定外、 コンテキストが渡らない、ツール選択に迷う。 Triggers: "subagent", "agent definition", "agents/*.md", "エージェント定義", "サブエージェント", "3-Phase", "context passing", "コンテキスト渡し", "tool selection", "ツール選択", "subagent_type", "bypassPermissions"
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.