← ClaudeAtlas

rakulisted

Enhanced Raku language module for executing Raku (formerly Perl 6) scripts. Core Scenario: When the user needs to run Raku scripts or manage the Raku environment.
x-cmd/skill · ★ 21 · AI & Automation · score 79
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.