DmitriyYukhanov/claude-plugins
Plugin Claude Code
Personal collection of Claude Code plugins for development workflows and productivity.
DmitriyYukhanov/claude-plugins
Plugin Claude Code
Personal collection of Claude Code plugins for development workflows and productivity.
DmitriyYukhanov/claude-plugins
Instructions file
Instructions for DmitriyYukhanov/claude-plugins, covering claude plugins repository, repository hygiene (mandatory), plugin version bumping (mandatory), changelog (mandatory) and changelog.
DmitriyYukhanov/claude-plugins
Plugin Claude Code
Set up and orchestrate Claude Code agent teams - multiple instances working together with shared tasks, messaging, and coordination.
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
Set up and orchestrate Claude Code agent teams - multiple Claude Code instances working together with shared tasks, inter-agent messaging, and centralized management. Use when the user wants to (1) create or start an agent team for parallel work, (2) configure agent team settings like display mode or teammate mode or…
DmitriyYukhanov/claude-plugins
Plugin Claude Code
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.
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
Slim or restructure an oversized CLAUDE.md into path-scoped .claude/rules/ files, verifying nothing was lost. Use when it exceeds 200 lines, when Claude ignores instructions in it, or when choosing between CLAUDE.md, rules, skills and @import.
DmitriyYukhanov/claude-plugins
Plugin Claude Code
Cross-model collaboration between Claude and Codex — sequential drive/validate/act loops and parallel dual review with triage.
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
Sequential drive/validate/act collaboration between Claude and Codex. Claude analyzes, Codex validates each finding, both models must agree before action. Use when you want iterative improvement with bilateral consensus.
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
Parallel dual review between Claude and Codex. Both models review independently. Findings confirmed by reviewer agreement, cross-validation, or evidence research are auto-applied each round; only genuinely inconclusive disagreements surface for user decision. Use for reviewing existing work with independent…
DmitriyYukhanov/claude-plugins
Plugin Claude Code
Remove 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.
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
A text-editing guide for making English or Russian writing sound less like it was generated by AI. It detects the language unless the requested language is specified.
DmitriyYukhanov/claude-plugins
Plugin Claude Code
Implementation-ready spec bundle authoring for apps, services, platforms, and complex features.
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
Create implementation-ready PRD/spec bundles for new apps, products, services, platforms, mobile or desktop software, SaaS systems, or complex features. Use when the user asks for a detailed PRD, build-ready spec, spec bundle, spec packet, PRD + contracts + schema + test plan, backend or API spec, frontend or mobile…
DmitriyYukhanov/claude-plugins
Plugin Claude Code
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…
DmitriyYukhanov/claude-plugins
Hook
Runs before the agent uses a tool for Bash tool calls, executing merge-guard.sh via bash. From DmitriyYukhanov/claude-plugins.
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
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…
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
Check what issue-to-pr needs and what would sharpen it, then hand over the exact install commands. Use when the user asks what issue-to-pr needs, or hits a Step 0 failure about gh auth or a missing scope. Verifies gh auth and its scopes, reports which companion skills are present and what each missing one would…
DmitriyYukhanov/claude-plugins
Plugin Claude Code
Generate a single-file, 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.
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
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.…
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
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…
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
Renders an existing tour-spec.json to a single-file 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…
DmitriyYukhanov/claude-plugins
Plugin Claude Code
Set up LSP (Language Server Protocol) for Claude Code projects with auto-detection, plugin installation, and validation.
DmitriyYukhanov/claude-plugins
Skill Claude CodeCodex
This skill should be used when the user asks to "set up LSP", "configure LSP", "install LSP", "enable LSP", "language server setup", "add LSP to project", "configure language server", "set up code intelligence", "validate LSP", "check LSP setup", "fix LSP", "LSP not working", or wants to enable or troubleshoot…
DmitriyYukhanov/claude-plugins
Plugin Claude Code
Python development workflow with architecture design, coding guidelines, testing patterns, and specialized review agents.