rakulisted
Install: claude install-skill x-cmd/skill
# raku - Raku Language Management
The `raku` module provides an interface for the Raku programming language, simplifying script execution and environment setup.
## When to Activate
- When running Raku scripts or interacting with the Raku ecosystem.
## Patterns & Examples
### Run Raku Script
```bash
# Execute a Raku file
x raku ./myscript.raku
```
## Checklist
- [ ] Verify the Raku runtime is available.