Develop Unity C# games with architecture design, coding guidelines, CLI builds, test execution, and code review agents that catch MonoBehaviour lifecycle issues and performance pitfalls.
Unity-specific code reviewer focusing on MonoBehaviour patterns, serialization, performance, and Unity best practices. Use after implementing Unity code to catch Unity-specific issues.
Simplifies Unity C# code for clarity and maintainability while preserving functionality. Focuses on Unity-specific patterns and conventions.
Runs Unity Test Framework tests via CLI batchmode. Detects Unity version, finds editor installation, executes tests with filtering, and reports results. Use when running Unity tests from the command line.
Use when designing Unity architecture, creating component hierarchies, defining interfaces, or generating test stubs and Mermaid diagrams for Unity projects
Use when implementing Unity C# code to follow proper coding guidelines, naming conventions, member ordering, and Unity-specific patterns
Start Unity C# development workflow with architecture, implementation, review, and testing phases
Use when running Unity from CLI for any purpose — builds, tests, method execution, asset imports. Handles Unity installation detection, batchmode execution, and log monitoring. Other unity-dev skills depend on this for CLI execution.
Run Unity Test Framework tests via CLI batchmode with auto-detection of Unity installation
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 unity-devRemove 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
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.
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
Transcribe Telegram voice messages using local Whisper (faster-whisper) — automatic PostToolUse hook with setup skill for installation and model download
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.