Skip to content

wvlet/wvlet-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wvlet Skills Marketplace

A Claude Code plugin marketplace providing skills for the Airframe ecosystem and Wvlet query language.

Plugins

airframe-skills

Skills for the Airframe ecosystem:

Skill Description
airspec Write test cases using AirSpec testing framework
airframe-di Dependency injection with Airframe DI
airframe-log Logging with airframe-log
airframe-http Build REST HTTP servers with airframe-http
airframe-rpc Build RPC servers and clients with airframe-rpc
airframe-launcher Build CLI programs with airframe-launcher
airframe-codec Serialize objects to JSON/MessagePack with airframe-codec
airframe-rx-html Build reactive Web UI in Scala.js with airframe-rx-html

wvlet-skills

Skills for Wvlet query language:

Skill Description
writing-wvlet Write queries using Wvlet flow-style query language
testing-wvlet Write tests for Wvlet queries

Installation

1. Add the marketplace

/plugin marketplace add wvlet/wvlet-skills

2. Install plugins

# Install Airframe skills
/plugin install airframe-skills@wvlet-skills

# Install Wvlet skills
/plugin install wvlet-skills@wvlet-skills

# Or install both
/plugin install airframe-skills@wvlet-skills wvlet-skills@wvlet-skills

Usage

Once installed, Claude will automatically use these skills when relevant:

  • Writing Scala tests → airspec skill activates
  • Setting up dependency injection → airframe-di skill activates
  • Adding logging → airframe-log skill activates
  • Building REST APIs → airframe-http skill activates
  • Building RPC services → airframe-rpc skill activates
  • Building CLI programs → airframe-launcher skill activates
  • Serializing objects to JSON/MessagePack → airframe-codec skill activates
  • Building reactive Web UI in Scala.js → airframe-rx-html skill activates
  • Writing Wvlet queries → writing-wvlet skill activates

Resources

License

Apache 2.0

About

Claude Code skills for writing Wvlet queries and Airframe code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors