Dapi Claude Code Marketplace
Personal marketplace of Claude Code plugins for development workflows.
Русская версия
Installation
# Add marketplace
/plugin marketplace add dapi/claude-code-marketplace
# Install plugins
/plugin install github-workflow@dapi
/plugin install bugsnag-skill@dapi
# etc.
Plugins
| Plugin | Description | Components |
|---|
| bugsnag-skill | Bugsnag API integration: errors, organizations, projects | 1 skill |
| cluster-efficiency | Kubernetes cluster efficiency analysis | 5 agents, 1 skill, 1 command |
| doc-validate | Documentation quality validation | 1 skill, 1 command |
| github-workflow | GitHub issues, PRs, worktrees, sub-issues | 1 skill, 2 commands |
| himalaya | Email via Himalaya CLI (IMAP/SMTP) | 1 skill |
| long-running-harness | Multi-session project management | 1 skill |
| media-upload | S3 media/image upload | 1 skill |
| requirements | Requirements registry via Google Sheets | 1 command |
| spec-reviewer | Specification review and analysis | 10 agents, 1 skill, 1 command |
| task-router | Smart task classification and workflow routing | 1 agent, 1 skill, 1 command |
| zellij-workflow | Zellij workflow: tab status, issue dev tabs, Claude session tabs | 2 skills, 2 commands, hooks |
github-workflow
GitHub workflow: issues, PRs, worktrees, sub-issues.
Components: skill github-issues, command /start-issue
/start-issue https://github.com/owner/repo/issues/123
"read issue #45"
"create sub-issue for #123"
zellij-workflow
Unified Zellij workflow: tab status indicators, issue development tabs, general-purpose tabs/panes.
Components: skill zellij-tab-pane, commands /start-issue-in-new-tab, /run-in-new-tab, hooks
Status icons: ◉ Working | ○ Ready | ✋ Needs input (requires zellij-tab-status)
/start-issue-in-new-tab 123
/run-in-new-tab Execute plan from docs/plans/audit-plan.md
"start issue #45 in new tab"
"execute plan in a new zellij tab"
bugsnag-skill
Bugsnag API integration: view and manage errors, organizations, projects.
Components: skill bugsnag
Requires: BUGSNAG_DATA_API_KEY, BUGSNAG_PROJECT_ID
"show bugsnag errors"
"bugsnag details for error_123"
"ошибки bugsnag"
pr-review-fix-loop
Iterative PR review + autofix loop for Ruby/Rails projects.
Components: commands /pr-review-fix-loop, /codex-pr-review
Requires: plugins ralph-loop, pr-review-toolkit, feature-dev; codex CLI (optional)
/pr-review-fix-loop
/pr-review-fix-loop --codex --rubocop --auto-commit
/codex-pr-review
spec-reviewer
Specification review: analyze specs for gaps, inconsistencies, and scope estimation.
Components: command /spec-review, 10 agents
Agents: classifier, analyst, api, ux, data, infra, test, scoper, risk, ai-readiness
/spec-review path/to/spec.md
"проверь спецификацию docs/spec.md"
task-router
Smart task classification and workflow routing. Fetches task from URL, classifies complexity, and routes to the optimal development workflow.
Components: command /route-task, skill task-routing, agent task-classifier
Requires: plugins feature-dev, superpowers
| Complexity | Route |
|---|
| S/M | feature-dev |
| L/XL (clear architecture) | subagent-driven-dev |
| L/XL (needs research) | needs-spec + brainstorming |
/route-task https://github.com/org/repo/issues/42
/route-task https://docs.google.com/document/d/1abc/edit
"take task #123"
"реализуй по спеке https://..."
cluster-efficiency
Kubernetes cluster efficiency analysis: resource utilization, Karpenter, OOM, workloads.
Components: command /cluster-efficiency, skill cluster-efficiency, 5 agents
Agents: orchestrator, node-analyzer, workload-analyzer, karpenter-analyzer, oom-analyzer
/cluster-efficiency
"проанализируй эффективность кластера"
doc-validate
Documentation quality validation: broken links, orphan docs, glossary, structure.
Components: command /doc-validate, skill doc-validate
/doc-validate docs/
"validate docs"
"проверь документацию"
media-upload
Upload images and media files to S3. Auto-triggers after Playwright screenshots.
Components: skill media-upload
"upload image to s3"
"загрузить файл в s3"
long-running-harness
Manage long-running development projects across multiple sessions.
Components: skill long-running-harness
"start new project [description]"
"continue working on [project]"
himalaya
Email via Himalaya CLI (IMAP/SMTP).
Components: skill himalaya