scala-skill
Direct-style Scala coding, concurrency, and HTTP server guidance
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install scala-skill?โผ
Run `npx skills add VirtusLab/scala-skill --all -g -y` in your terminal to install all skills in this repository globally.
What is direct-style Scala?โผ
It is a way of writing Scala without monadic wrappers like Future or IO, using plain blocking calls with Ox structured concurrency and Tapir's .handle endpoint API.
Does scala-skill work with Claude Code and Codex?โผ
Yes. The skill follows the standard SKILL.md format and loads automatically in Claude Code, Codex, Cursor, OpenCode, and Pi.
How does this skill help with Scala concurrency?โผ
It teaches Ox-based patterns for supervised scopes, background forks, channels, and safe subprocess handling, avoiding deadlocks and manual thread management.
Can I use scala-skill without deep Scala experience?โผ
Yes. It provides copy-ready project skeletons, build configurations, and step-by-step chapters that your coding assistant follows automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core