Generate a self-contained, offline-first, interactive HTML learning guide for any artifact — codebase, planning session, refactor plan, or generic input — via an analyze → render flow with a JSON tour-spec contract
Reads input artifact(s) — codebase, planning session, refactor plan, or generic doc — and writes a tour-spec.json describing sections, embedded sources, cross-refs, quizzes, and external link maps. Use when the user wants a fresh learning guide built from source material; auto-hands-off to learning-guide:render. Trigger phrases — "create a learning guide for X", "make an interactive tour", "generate onboarding doc", "build a learning module".
Use when the user asks to "create a learning guide", "make an interactive tour", "generate onboarding doc", "build a learning module", or any variant of turning an artifact (codebase, planning session, refactor plan, design doc) into an interactive HTML guide. Dispatches to learning-guide:analyze for new tours or learning-guide:render for re-renders after spec edits. Also use when the user is uncertain which step they need.
Renders an existing tour-spec.json to a self-contained interactive HTML guide via the bundled Node renderer. Use when the user has hand-edited a tour-spec.json, when learning-guide:analyze hands off after drafting, or when the user explicitly asks to "render the tour", "regenerate the HTML", or "update the embedded sources". Idempotent for generated artifacts; preserves user-edited README and tour-spec.json.
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 learning-guideRemove 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
Unity C# development workflow with architecture design, coding guidelines, testing patterns, and specialized review agents
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.