AWAC Claude Code Plugins
Custom Claude Code plugins by Ivan Lutsenko
Installation
Add the marketplace once, then install plugins as needed:
/plugin marketplace add https://github.com/IvanLutsenko/awac-claude-code-plugins
Available Plugins
Bereke Business Test Gen
Automated unit test generation for Kotlin/Android business logic with corporate standards.
📚 Full Documentation
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:
- 🔄 PR Workflow:
/test-diff generates tests only for changed files
- 🔧 Auto-fix:
/test-fix brings existing tests to corporate standards
- ✅ Validation:
/validate-tests checks tests against all standards
Key Features:
- Multi-agent architecture (10+ specialized agents)
- Two-stage improvement loop (coverage 80%+ + quality score 3.0+/4.0)
- Auto edge case detection from method signatures
- Flow/PagingData testing with Turbine
- Full PR workflow support
Crashlytics
Multi-platform crash analysis for Android & iOS with git blame forensics, code-level fixes, and quality gate reviewer.
📚 Full Documentation
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:
- Quality gate replaced: Haiku agent → deterministic Python script (0 tokens, ~0.05s)
Features:
- 4-step multi-agent pipeline: classifier → fetcher → forensics → validate-report.py
- Git blame forensics with mandatory assignee identification
- Code-level fixes (before/after) ready to copy-paste
- 3-level Firebase fallback: MCP (with retries) → CLI API → Manual
- Configurable per-project settings
Obsidian Tracker
Project tracking, task management with kanban boards, bug logging, and session management via Obsidian. Auto-tracks sessions via hooks.
📚 Full Documentation
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:
- Smart project lookup — subprojects found by short name (no full path needed)
parent parameter in createProject for subprojects
- New tools:
deleteTask, updateProject (with context appending)
- Task skill distinguishes actionable tasks from project context
Features:
- Auto-tracking via hooks (PreCompact, SessionStart, PostToolUse)
- Project management with Obsidian as single source of truth
- Kanban task board with auto-increment IDs
- Project archiving and lifecycle management
- Bug tracking with priority levels
- Session logging (manual or automatic)
Combined Review
Multi-agent code review with CodeRabbit CLI integration. 4 specialized agents + optional CodeRabbit for comprehensive review.
📚 Full Documentation
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:
- 4 default agents: code-reviewer, git-historian, silent-failure-hunter, test-analyzer
- CodeRabbit CLI integration (auto-install)
- Supports PR, branch diff, and uncommitted changes
- Confidence scoring (0-100) with false positive filtering
- Optional agents: +comments, +types, +simplify
Auto Theme