By dapi
Streamline GitHub issue-driven development by creating git worktrees from issue URLs with conventional branches and progress labels, managing sub-issues checkboxes and labels via gh CLI, saving implementation plans to issues with context, and auto-running init.sh scripts on setup.
**UNIVERSAL TRIGGER**: Use when user mentions GitHub issue URL or asks to read/work with GitHub issues. **Default handler**: Bare GitHub issue URL without action verb -> github-issues (read mode). If user sends just a URL like "https://github.com/org/repo/issues/42" with no action word, this skill handles it. **CRITICAL RULE**: ALWAYS use `gh` CLI for GitHub issues, NEVER use WebFetch! **Reading**: "read issue #N", "show issue", "прочитай задачу" ✅ **Checkboxes**: "mark done", "complete step", "отметь пункт" **Sub-issues**: "create sub-issue", "link as child", "подзадача" **Management**: "edit issue", "close issue", "add label" ️ **Images**: "download images from issue", "скачать картинки" TRIGGERS: github.com/issues, issue #, read issue, show issue, view issue, прочитай issue, покажи issue, задача ✅ checkbox, mark done, complete step, check off, отметь пункт, закрой этап sub-issue, subtask, child issue, parent issue, подзадача, создай подзадачу edit issue, close issue, reopen issue, issue labels, create issue, update task ️ download images, issue attachments, скачать картинки
**UNIVERSAL TRIGGER**: SAVE/PUBLISH/EXPORT implementation plan TO GitHub issue for separate session execution. Common patterns: - "save/publish/export plan to issue" - "create issue from plan", "plan to github" - "сохрани план в issue", "создай issue из плана" **Save Plan**: - "save plan to issue", "publish plan to github" - "сохрани план в issue", "экспортируй план" **Create Issue from Plan**: - "create issue from plan", "plan as issue" - "создай issue из плана", "план в задачу" **Execute Later**: - "save for separate session", "execute plan later" - "сохрани для отдельной сессии", "выполнить потом" **Should NOT activate**: - General "create issue" without plan context - Reading existing issues - Working with issue checkboxes TRIGGERS: plan to issue, save plan, export plan, publish plan, plan as issue, issue from plan, plan to github, сохрани план, план в issue, экспорт плана, план в задачу, save for later, execute later, separate session, сохрани для сессии, выполнить потом, план в github
**UNIVERSAL TRIGGER**: Use when creating git worktrees in projects with init.sh - extends using-git-worktrees to run project-specific initialization script after worktree setup. **Activation**: Automatic when `using-git-worktrees` is invoked and `init.sh` exists in project root. **Setup**: "run init.sh", "initialize worktree", "project setup script" **Create**: "create worktree", "set up workspace", "new worktree" **Check**: "check init.sh", "verify project setup" TRIGGERS: init.sh, worktree init, worktree setup, project setup script, run init, initialize worktree, worktree initialization, create worktree init, setup worktree project, инициализация worktree, запустить init.sh, скрипт инициализации, настройка worktree, создать worktree с init
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Personal marketplace of Claude Code plugins for development workflows.
# Add marketplace
/plugin marketplace add dapi/claude-code-marketplace
# Install plugins
/plugin install github-workflow@dapi
/plugin install bugsnag-skill@dapi
# etc.
| 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: 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"
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 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"
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
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"
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://..."
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
"проанализируй эффективность кластера"
Documentation quality validation: broken links, orphan docs, glossary, structure.
Components: command /doc-validate, skill doc-validate
/doc-validate docs/
"validate docs"
"проверь документацию"
Upload images and media files to S3. Auto-triggers after Playwright screenshots.
Components: skill media-upload
"upload image to s3"
"загрузить файл в s3"
Manage long-running development projects across multiple sessions.
Components: skill long-running-harness
"start new project [description]"
"continue working on [project]"
Email via Himalaya CLI (IMAP/SMTP).
Components: skill himalaya
npx claudepluginhub dapi/claude-code-marketplace --plugin github-workflowEmail via Himalaya CLI (IMAP/SMTP)
Multi-language iterative PR review + autofix loop (built-in iteration engine + pr-review-toolkit + optional Codex)
Kubernetes cluster efficiency analysis: resource utilization, Karpenter, OOM, workloads
Documentation quality validation: broken links, orphan docs, glossary, structure
Bugsnag API integration: view and manage errors, organizations, projects
Smart task routing: classifies specs and routes to feature-dev or subagent-driven-dev
GitHub issue triage, creation, and management
Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.
This is a getty104's base tool set
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses