Take a GitHub issue (bare, or tracked on a Project board) from triage to a merge-ready PR through a gated, worktree-isolated pipeline that scales its depth to the task and asks at most one batched question. The gates hold every run: design hardening, tests green, code review clean. Once you approve the PR in-session it squash-merges, then deletes the branch, tears down the worktree, and clears the run's temp files; the issue auto-closes on merge and the board card advances as work moves.
Executes bash commands
Hook triggers when Bash tool is used
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Drive a GitHub issue — bare or tracked on a Project board — from triage to a merge-ready PR through a gated pipeline (design hardening, tests green, code-review clean), scaling the machinery to the task's tier and asking at most one batched question. Auto-links the issue to close on merge, advances the board card, then merges and cleans up once you approve the PR in-session. Triggers: "take task N", "work on issue #N", "do the next task", "build/fix X" when no issue exists yet, and — for the merge gate later — "merge it", "approve the PR", "ship it", "lgtm merge".
Internal forked research sub-skill for issue-to-pr. Runs raw codebase exploration in an isolated subagent and returns a short, cited summary, so the main pipeline's context is never flooded with file dumps. Not for direct use.
Process the issue-to-pr friction log into concrete skill/script improvements. Reads .claude/issue-to-pr/friction.log, proposes batched edits with evidence, and applies them on your approval. Run it when the log has built up.
Personal collection of Claude Code plugins and skills for structured, high-quality development workflows. Augments the official Claude plugins marketplace.
Add this marketplace to Claude Code:
/plugin marketplace add DmitriyYukhanov/claude-plugins
Then install plugins by name. The @ suffix is the marketplace name dmitriy-claude-plugins (from this repo's marketplace.json), not the GitHub path:
/plugin install issue-to-pr@dmitriy-claude-plugins
/plugin install codex-collaboration@dmitriy-claude-plugins
You can also run /plugin to browse and install interactively.
| Plugin | Category | What it does |
|---|---|---|
| agent-teams | productivity | Orchestrate multiple Claude Code instances working in parallel with shared tasks and messaging |
| codex-collaboration | workflow | Cross-model Claude + Codex collaboration: drive/validate loops and parallel dual review |
| humanizer | writing | Remove AI-writing patterns from English and Russian text, with automatic language detection |
| implementation-prd | productivity | Turn feature requests into build-ready spec bundles with PRDs, contracts, schemas, and test plans |
| issue-to-pr | workflow | Drive a GitHub issue or Project board card through a worktree-isolated, gated pipeline to an approved, merged PR |
| learning-guide | development | Generate self-contained, interactive HTML learning guides that work offline |
| lsp-setup | development | Detect project languages and set up LSP servers and Claude Code LSP plugins |
| python-dev | development | Python development workflow: architecture, coding guidelines, pytest patterns, and a review agent |
| tg-alerts | operations | Add Telegram error and alert notifications to any project, with guided setup and reference implementations |
| tg-voice | operations | Transcribe Telegram voice messages automatically with local Whisper |
| typescript-dev | development | TypeScript development workflow: architecture, coding guidelines, testing patterns, and a review agent |
| unity-dev | development | Unity C# workflow: architecture, coding guidelines, tests, CLI builds and runs, and review agents |
Set up and orchestrate Claude Code agent teams with:
Cross-model collaboration between Claude and Codex with two workflows:
The default Codex model is gpt-5.6-sol (requires Codex CLI 0.143.0 or newer); if unavailable it falls back to gpt-5.5, then gpt-5.4.
Requires the Codex plugin for Claude Code. Install it first:
/plugin marketplace add openai/codex-plugin-cc/plugin install codex@openai-codex/codex:setup to verifynpx claudepluginhub dmitriyyukhanov/claude-plugins --plugin issue-to-prRemove AI-generation patterns from English or Russian text — auto-detects language and applies a matching MIT-licensed ruleset (33-pattern EN from blader/humanizer, 54-pattern RU from ilyautov/humanizer-ru) with explicit override and mixed-text handling
Shrink an oversized or stale CLAUDE.md by moving subsystem detail into path-scoped .claude/rules/ files, with scripts that measure the loaded size against the documented 200-line budget and prove the extraction lost nothing
Implementation-ready spec bundle authoring for apps, services, platforms, and complex features
Unity C# development workflow with architecture design, coding guidelines, testing patterns, and specialized review agents
Set up LSP (Language Server Protocol) for Claude Code projects with auto-detection, plugin installation, and validation
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework + 2 extension mirrors) and 18 sub-agents cover technical SEO, content quality, schema, sitemaps, Core Web Vitals, local SEO, backlinks, AI/GEO, ecommerce, hreflang, SXO, clustering, drift monitoring, and Google APIs. Includes optional MCP extensions, SPA-aware rendering, portability, and hardened SSRF/DNS-rebinding safe fetchers.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use