πŸ”Œ

android-project-aligner

πŸ”ŒPlugin

Agilefreaks/claude-skills

Installation

Add marketplace in Claude Code:
$/plugin marketplace add agilefreaks/claude-skills
Step 2. Install plugin:
$/plugin install android-project-aligner@agilefreaks-skills
VibeIndex|
What it does
Security check pending

Audits an existing Android project against the android-project-starter conventions, produces a phased migration plan, and applies it on a fresh git branch with build verification at every step. Companion to android-project-starter for brownfield codebases. Also generates the project-local <project>-android-planner and <project>-android-implementer skills.

πŸͺ

Part of

Agilefreaks/claude-skills

productivityandroidkotlincomposemvikoin
0
-
AddedSep 15, 2026

More from this repository6

πŸͺ
Agilefreaks/claude-skillsπŸͺMarketplace

A marketplace of plugins for claude.ai

πŸ”Œ
dep-update-mergeπŸ”ŒPlugin

Bundles open dependency-update PRs/MRs into a single verified change with changelog analysis, breaking change triage, and build/test verification.

πŸ”Œ
code-reviewπŸ”ŒPlugin

Outside-in, risk-driven code review methodology based on Gregory Brown's Effective Code Reviews. Covers all change types: bug fixes, new features, enhancements, and refinements. Re-review aware: reconciles previously posted findings and keeps a single summary comment per PR.

πŸ”Œ
android-project-starterπŸ”ŒPlugin

Wizard-driven scaffolder for Android projects using a multi-module MVI + Compose + Koin architecture. Generates build-logic, core, feature modules, version catalog, navigation, DI, tooling (Spotless/detekt), CI, and project-local Claude skills.

πŸ”Œ
feature-developmentπŸ”ŒPlugin

End-to-end development methodology for features and bug fixes: frame, explore (with root-cause analysis for bugs), plan, implement with a configurable test-first loop, verify by driving the app, hand off for review, and compound recurring corrections into project rules and memory. Works with plan mode β€” framing, exploration, and planning run during plan mode; implementation runs after approval.

πŸ”Œ
web-frontend-toolingπŸ”ŒPlugin

Blueprint for wiring up linting, formatting, type-checking, Git hooks, and dead-code detection in a Node/TypeScript project. Prefers the Oxc toolchain (oxlint + oxfmt) with husky + lint-staged, adapts to existing ESLint/Prettier, and imposes no specific rules.