Unity C# development workflow with architecture design, coding guidelines, testing patterns, and specialized review agents
Python development workflow with architecture design, coding guidelines, testing patterns, and specialized review agents
TypeScript development workflow with architecture design, coding guidelines, testing patterns, and specialized review agents
Set up and orchestrate Claude Code agent teams - multiple instances working together with shared tasks, messaging, and coordination
Cross-model collaboration between Claude and Codex — sequential drive/validate/act loops and parallel dual review with triage
Implementation-ready spec bundle authoring for apps, services, platforms, and complex features
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
Set up LSP (Language Server Protocol) for Claude Code projects with auto-detection, plugin installation, and validation
Add Telegram error/alert notifications to any project — guides through bot setup, chat ID discovery, and framework integration with deduplication and graceful failure
Transcribe Telegram voice messages using local Whisper (faster-whisper) — automatic PostToolUse hook with setup skill for installation and model download
Remove AI-generation patterns from English or Russian text — auto-detects language and applies a matching MIT-licensed ruleset (29-pattern EN from blader/humanizer, 44-pattern RU from ilyautov/humanizer-ru) with explicit override and mixed-text handling
Drive a GitHub issue — bare or tracked on a Project board — from triage to a merge-ready PR through a worktree-isolated, gated pipeline (design cross-review, tests green, code-review loop). After you approve the PR in-session it squash-merges and cleans up the branch, worktree, and temp artifacts. Auto-links the issue to close on merge and advances the board card's status as work progresses