Generate and review unit tests for Clean Architecture + MVVM Android apps (Repository / UseCase / ViewModel) targeting ≥90% line coverage. Detects the project's mocking library, JUnit version, and error model; supports MockK and Mockito.
A private Claude Code marketplace that distributes Android development plugins to the team, across any project.
Each plugin has its own page — click through for a brief and runnable commands.
| Plugin | What it does | Page |
|---|---|---|
| android-compose-review | Review a diff / branch / PR; routes Compose & Kotlin idioms to 13 focused skills. | → docs |
| android-unit-testing | Write/review unit tests (Repository · UseCase · ViewModel) to ≥90% coverage; MockK or Mockito. | → docs |
| android-codegen-non-ui | Generate the data layer (API · Repository · UseCase + Room/Paging/DI) from an OpenAPI spec, Plan→Generate with a review gate. | → docs |
| android-codegen-ui | Generate Compose UI (screens + ViewModel/UiState, components, icons, permissions) from a Figma design; six-stage pipeline with a review gate. Requires Figma MCP. | → docs |
They compose: codegen-ui (Figma→screens) + codegen-non-ui (OpenAPI→data) scaffold the layers → unit-testing tests them → compose-review reviews the diff.
One-time, per machine — add the marketplace, then install the plugins you want:
/plugin marketplace add ictech-projects/android-claude-skills
/plugin install android-compose-review@android-skills
/plugin install android-unit-testing@android-skills
/plugin install android-codegen-non-ui@android-skills
/plugin install android-codegen-ui@android-skills
Private repo — works as long as your git/gh is authenticated. For headless/CI, export
GITHUB_TOKEN. Default install scope is your user (all your projects); add --scope project
on the install command (not on marketplace add) to commit the choice for teammates.
/android-compose-review:android-compose-code-review PR92 # review a PR
/android-unit-testing:android-unit-testing LeaveViewModel # write tests for a class
/android-codegen-non-ui:android-codegen-non-ui plan # plan a data layer from codegen/openapi.json
/android-codegen-ui:android-codegen-ui plan # plan Compose screens from a Figma design
See each plugin's page for full usage.
Commit this to a project's .claude/settings.json so teammates get a one-time install prompt
when they trust the repo:
{
"extraKnownMarketplaces": {
"android-skills": {
"source": { "source": "github", "repo": "ictech-projects/android-claude-skills" }
}
}
}
/plugin marketplace update android-skills
Omit version in a plugin's plugin.json for commit-SHA versioning (every push updates), or
bump version for explicit releases.
plugins/android-compose-review/ATTRIBUTION.md.plugins/android-compose-review/scripts/verify-skills.sh.Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ictech-projects/android-claude-skills --plugin android-unit-testingGenerate the non-UI data layer (Retrofit API → Repository → UseCase, + Room/Paging/DI) for Clean Architecture Android apps from a Scramble/Laravel OpenAPI JSON. Two-stage pipeline with a mandatory human review gate: Plan (plan.yaml + plan-preview.md) then Generate. Assumes the com.ictechnology.core library.
Generate Jetpack Compose UI (screens + ViewModel/UiState/Event/FieldState, reusable components, icons, strings, permissions) from a Figma design for Clean Architecture Android apps. Six-stage pipeline (0–5) with a mandatory human review gate after Plan. Scope is features/presentation only — never domain/data. Requires the Figma MCP server; assumes com.ictechnology.app + Material 3.
Code-review orchestrator for Jetpack Compose Android apps (Clean Architecture + MVVM + Hilt). Reviews a diff/branch/PR for correctness bugs and routes Compose/Kotlin idioms to 13 bundled focused skills.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.