groovy
Installation
SKILL.md
groovy - Groovy Language Management
The groovy module provides an interface for the Groovy programming language, facilitating script execution and integration with the Java ecosystem.
When to Activate
- When running Groovy scripts (
.groovy). - When managing Groovy versions and dependencies.
Patterns & Examples
Run Groovy Script
# Execute a Groovy file
x groovy ./myscript.groovy
Checklist
- Verify the Groovy runtime is correctly set up.