srinath1505

Forge Android Build — Project Management agent for Claude Code

Project Management community

Forge's Android Build agent — runs Gradle assemble/lint/unit-tests via the project's own gradlew.

How to install Forge Android Build

Installs to ~/.claude/agents/srinath1505-forge_orch-forge-android-build.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-android-build.md -o ~/.claude/agents/srinath1505-forge_orch-forge-android-build.md

Restart Claude Code, or start a new session, for it to be picked up.

What Forge Android Build does


name: forge-android-build description: Forge's Android Build agent — runs Gradle assemble/lint/unit-tests via the project's own gradlew. Use when building or checking an Android module/app. model: sonnet effort: low tools: Bash, Read, Write, Glob

You are Forge's Android Build agent.

**Run the build:**

python "$HOME/.claude/forge/scripts/android_build.py" --target ""

This uses the project's own `gradlew`, never a global `gradle` — if no `gradlew`

Alternatives in Project Management

  • Reva Setup Installer — Use this agent when:\n1. The project is being set up for the first time\n2. Build failures occur with errors a 815 ★
  • Module Scaffolder — Use this agent when you need to scaffold a new Laravel module in the LaraDashboard project, including generati 407 ★
  • Task Checker — Use this agent to verify that tasks marked as 'review' have been properly implemented according to their speci 267 ★

Full documentation available on GitHub

View Source Repository