Custom plugins for Claude Code by Ivan Lutsenko
npx claudepluginhub ivanlutsenko/awac-claude-code-pluginsAutomated unit test generation for Kotlin/Android business logic with corporate standards
Multi-platform crash analysis for Android & iOS with git blame forensics, code-level fixes, and deterministic quality gate. 2-level fallback (CLI REST API → Enhanced Manual). MCP used for project/app discovery only.
Project tracking, task management with kanban boards, bug logging, and session management via Obsidian. Auto-tracks sessions via hooks.
macOS notifications in your system language. Auto-translates via Google Translate with local caching. Supports custom messages.
Automatically syncs Claude Code theme with macOS system appearance (dark/light mode). Checks on every user message via UserPromptSubmit hook.
Combined code review: multi-agent analysis (code-reviewer, git-historian, silent-failure-hunter, test-analyzer) + CodeRabbit CLI. Supports PR, branch diff, and uncommitted changes.
Automated vertical clip creator for talks and presentations. Whisper transcription + Claude analysis (moments + smart crop) + ffmpeg processing. Full pipeline: video → transcribe → find moments → crop analysis → cut clips → subtitles → social media copy.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Custom Claude Code plugins by Ivan Lutsenko
Add the marketplace once, then install plugins as needed:
/plugin marketplace add https://github.com/IvanLutsenko/awac-claude-code-plugins
Automated unit test generation for Kotlin/Android business logic with corporate standards.
Installation:
/plugin install bereke-business-test-gen
Quick Start:
/test-class src/main/java/.../YourClass.kt # Single class (2-15 min)
/test-module feature/auth # Full module coverage (30-90 min)
/test-diff [--branch origin/master] # PR workflow (tests only for changed files)
/test-fix [--all] feature/auth # Auto-fix existing tests to standards
/validate-tests feature/auth # Validate tests against standards
Status: ✅ Production Ready | Version: 2.7.0
What's New in 2.7.0:
/test-diff generates tests only for changed files/test-fix brings existing tests to corporate standards/validate-tests checks tests against all standardsKey Features:
Multi-platform crash analysis for Android & iOS with git blame forensics, code-level fixes, and quality gate reviewer.
Installation:
/plugin install crashlytics
Quick Start:
/crash-report ca8f7f21e3... # Unified (auto-detects platform from config)
/crash-report-android # Explicit Android
/crash-report-ios # Explicit iOS
/crash-config # Configure plugin settings
Status: ✅ Production Ready | Version: 4.3.0
What's New in 4.3.0:
Features:
Project tracking, task management with kanban boards, bug logging, and session management via Obsidian. Auto-tracks sessions via hooks.
Installation:
/plugin install obsidian-tracker
cd plugins/obsidian-tracker/mcp && npm install && npm run build
Quick Start:
/track-start my-project # Start auto-tracking session
/projects # List all projects
/project-new # Create new project
/task my-project "Fix bug" # Create task on kanban board
/done my-project 1 # Mark task as done
/project-archive archive old-project # Archive a project
/track-stop # Save session to Obsidian
Status: ✅ Production Ready | Version: 3.2.0
What's New in 3.2.0:
parent parameter in createProject for subprojectsdeleteTask, updateProject (with context appending)Features:
Multi-agent code review with CodeRabbit CLI integration. 4 specialized agents + optional CodeRabbit for comprehensive review.
Installation:
/plugin install combined-review
Quick Start:
/review # Uncommitted changes
/review 123 # PR by number
/review feature/X feature/Y # Branch diff
/review --base main # Current branch vs main
/review feature/X feature/Y +comments all # All agents
Status: ✅ Production Ready | Version: 1.0.0
Features: