rnett
- 6 skills
- 0 followers
- 1 week ago last updated
- ▌ Using Gradle · rnett bundleUsing Gradle MCP tools to inspect and run existing builds, including projects, tasks, properties, dependencies, and build results. Activate for Gradle build operation and diagnosis; use authoring-gradle-builds when the build definition itself must change.
- ▌ Ingest Gradle Upgrade · rnett bundleIngests a Gradle wrapper upgrade for this repository: reads the release notes, upgrade guides, and linked documentation for the version upgraded to, then updates this repo's own code/tooling and the shipped Gradle MCP skills (src/main/skills/*) so everything stays accurate for that version. ## Positive Triggers (when to activate) - The Gradle wrapper of this repo was just bumped in `gradle/wrapper/gradle-wrapper.properties` (or the bump is in flight) and the new version's implications must be ingested. - Asked to "ingest the Gradle upgrade", "sync the repo/skills with Gradle <version>", or "update our skills/docs for the new Gradle version". - Auditing whether shipped skills, the generated best-practices corpus, or version-sensitive repo code are still accurate after a wrapper upgrade. ## Negative Triggers (when NOT to activate) - Performing the wrapper bump itself (make the upgrade, then come here to ingest it). - Version-sensitive edits to some other project's build (that is the shipped `authoring-gradle-bu
- ▌ Verifying Compose UI · rnett bundleVerifying Compose UI by rendering components or previews and inspecting the resulting images and state transitions. Activate for visual behavior that requires runtime rendering; use ordinary tests for nonvisual logic.
- ▌ Authoring Gradle Builds · rnett bundleAuthoring and modifying Gradle build logic, including settings, plugins, dependencies, tasks, conventions, and upgrades. Activate when build files or plugins must change; use using-gradle for inspection or execution without build-definition edits.
- ▌ Advanced Gradle Dependencies · rnett bundleAnalyzing advanced Gradle dependency behavior, including resolution, variants, capabilities, conflicts, constraints, and publication metadata. Activate for dependency-resolution design or diagnosis; use authoring-gradle-builds for routine dependency declarations.
- ▌ Interacting With Project Runtime · rnett bundleInteracting with a project's JVM runtime through the Kotlin REPL to execute focused probes against project classes and dependencies. Activate when behavior must be observed by running code; use using-gradle for build inspection or task execution.