compiler

Installation
SKILL.md

Project Compiler & Verification Specialist

This skill serves as the project's quality gateway. It ensures that any code changes meet technical standards by executing a comprehensive suite of static analysis and build commands.

Skill Capabilities

As a Skill, compiler provides both standalone actions and a complete verification suite:

1. Standalone Actions (Immediate Execution)

  • Environment Validation (MANDATORY): Before any compilation, the agent MUST verify that the local environment matches requirements (Java version, Gradle JDK).
  • Structural Sync (MANDATORY): Any modification to .gradle.kts, libs.versions.toml, or gradle.properties MUST be immediately followed by a gradle_sync call.
  • Static Analysis: To be executed on specific files during development via analyze_file.
  • Code Cleanliness: Agents MUST remove all unused imports, variables, and functions.
Installs
17
First Seen
Aug 10, 2026
compiler — albertmartorell1975/android-ai-workflow-foundation