Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/gaelic-ghost/socket/gradle-agp-workflownpx skills add gaelic-ghost/socket --skill gradle-agp-workflowgit clone --depth 1 https://github.com/gaelic-ghost/socketWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gaelic-ghost/socket/gradle-agp-workflow)<a href="https://agentmods.dev/skills/gaelic-ghost/socket/gradle-agp-workflow"><img src="https://agentmods.dev/badge/skills/gaelic-ghost/socket/gradle-agp-workflow.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00074 | $0.01093 |
| Opus 5 | $0.00037 | $0.00547 |
| Sonnet 5 | $0.00015 | $0.00219 |
| Haiku 4.5 | $0.00007 | $0.00109 |
Grade A, and why
gradle-agp-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Android Gradle And AGP Workflow
Purpose
Keep Android build, dependency, variant, and packaging work grounded in the repository's real Gradle and Android Gradle Plugin configuration.
The practical decision is which Gradle files own the change, which Android modules and variants are affected, and which command proves the change without relying on machine-global state.
Source Check
Use repo-local Gradle files, checked-out dependency sources, and Dash.app Gradle or Java docsets opportunistically. Use official documentation as authority for Android-specific and version-sensitive behavior:
- Android build documentation
- Android Gradle Plugin release notes
- Gradle User Manual
- Gradle Java Toolchains
- Kotlin Gradle plugin documentation
Translate documentation into concrete Gradle files, module names, variants, and commands.
Inspection Workflow
- Identify the Gradle owner:
settings.gradleorsettings.gradle.kts- root
build.gradleorbuild.gradle.kts - module
build.gradleorbuild.gradle.kts gradle/libs.versions.tomlgradle.propertiesgradle/wrapper/gradle-wrapper.properties
- Identify Android plugin shape:
com.android.applicationcom.android.librarycom.android.test- Kotlin Android plugin aliases or IDs
- Inspect toolchain and SDK policy:
- AGP version
- Gradle wrapper version
- Kotlin plugin version
- Java toolchain or source/target compatibility
compileSdk,minSdk, and target SDK policy
- Inspect variants and packaging:
- build types
- product flavors
- signing configs
- namespace and application ID
- app bundles, APKs, ProGuard/R8, and generated outputs
- Inspect dependencies:
- version catalogs
- plugin management
- dependency constraints
- repositories
- generated sources, annotation processors, KSP, KAPT, or codegen plugins
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 122 lines · 74 tokens per session scan A e90da9b23f7b
gradle-agp-workflow is a skill published in the GitHub repository gaelic-ghost/socket (7 stars, last pushed 8d ago), licensed Apache-2.0. It adds 74 tokens to every session and 1,093 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
flutter-ui
Build Flutter UI from Figma MCP or image input. Scans src for design tokens (colors, sizes, text styles), existing components, and naming conventions before writing a single line of code. Never hard-codes values.
flutter-dart-code-review
Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.
setup
Start DeployGate onboarding — set up app distribution from first upload to team-wide deployment.
sdk-setup
Add the DeployGate SDK to your Android app for crash reporting and screen capture.
pipeline
Use when the user wants a feature idea taken end-to-end in one autonomous run — phrases like "run the whole pipeline", "take this feature from idea to finished branch", "brainstorm then build it autonomously", "do everything from idea to merged", "implement all phases without stopping". Triggers when they want…
deploy
Build the current project and upload the app binary to DeployGate.