Claude Code plugins for power users. Install individually or use them all together.
Nine plugins to supercharge your Claude Code workflow.
Unified web & documentation search with Tavily/Brave load balancing. Free built-in WebSearch + Context7 MCP, with optional Tavily and Brave APIs.
Typical usage: The smart-searcher agent auto-selects the best source (Context7 / WebSearch / Brave / Tavily) — just say "search for X" and it handles the rest.
Multi-channel notifications for Slack, Discord, and Desktop. Automatic alerts on task completion, waiting, and session end.
Typical usage: Runs automatically via hooks — no manual commands needed. Notifications fire on task completion, user attention needed, and session end.
Gemini CLI & Codex CLI integration for code review.
Delegate analysis to other AI models via the @llms agent.
Typical usage: Invoke the @llms subagent to get a second opinion from Gemini or Codex — useful for code review and analysis.
Git workflow automation with smart commit messages. Follows Conventional Commits, learns from project history, detects secrets.
Typical usage: Mostly just /git-utils:commit — it analyzes staged changes, generates a Conventional Commits message, and commits in one step.
Agent Teams workflow helper. Generate todo specs and team prompts from natural language, then verify implementations with scoring.
Typical usage: /hyper-team:make-prompt → open a clean context → paste the generated prompt. Or use /hyper-team:just-do-it for end-to-end automation. Then /hyper-team:verify to score the result.
Plugin scaffolding & validation toolkit. 7 agents, 7 skills, 8 commands for the full plugin lifecycle.
Typical usage: create-plugin-2 for new plugins/commands/skills, modify-plugin-2 for existing ones. Orchestration commands coordinate skills and agents for complex workflows.
Agent Teams 기반 개발 워크플로우. Specify → Implement → Verify 3단계로 스펙 작성부터 구현, 검증까지.
Typical usage: /oh-my-speckit:specify로 요구사항을 spec + plan으로 변환 → /oh-my-speckit:implement로 구현 → /oh-my-speckit:verify로 검증.
Kubernetes, k3s, Helm 종합 인프라 지식 플러그인. 매니페스트 작성, Helm 차트 개발, kubectl 패턴, k3s 운영 가이드.
Typical usage: 스킬 기반 — K8s 관련 질문 시 자동 활성화. 별도 커맨드 없이 자연어로 질문하면 관련 가이드를 제공.
Agent Teams 생성, 제어, 관리 툴킷. AI 에이전트 팀을 구성하여 복잡한 프로젝트를 병렬로 수행.
Typical usage: /claude-team:create로 팀 생성 → message/discussion으로 협업 → status로 진행상황 확인 → destroy로 정리.
Get started in three steps.
Register the marketplace in Claude Code.
# Run inside Claude Code
/plugin marketplace add de-monkey-v/marketplace
Pick any plugin and install it.
# Install individual plugins
/plugin install search@marketplace
/plugin install notification@marketplace
/plugin install ai-cli-tools@marketplace
/plugin install git-utils@marketplace
/plugin install hyper-team@marketplace
/plugin install plugin-creator@marketplace
/plugin install oh-my-speckit@marketplace
/plugin install k8s-toolkit@marketplace
/plugin install claude-team@marketplace
Each plugin has a setup wizard that handles dependencies, environment variables, and configuration.
# Run setup for your installed plugin
/search:setup
/notification:setup
/ai-cli-tools:setup
/git-utils:setup
/hyper-team:setup
/plugin-creator:setup
All setup commands support --language=eng and --language=kor.
API keys used by the plugins. All are optional — the setup wizard will guide you.
| Variable | Plugin | Required | Source |
|---|---|---|---|
TAVILY_API_KEY |
search | Optional | app.tavily.com |
BRAVE_API_KEY |
search | Optional | brave.com/search/api |
SLACK_WEBHOOK_URL |
notification | Optional | Slack Webhooks |
DISCORD_WEBHOOK_URL |
notification | Optional | Discord Server Settings |
ENABLE_DESKTOP_NOTIFICATION |
notification | Optional | Set to true |