Master the wasmCloud Shell (wash) CLI to build, run, and manage WebAssembly components and wasmCloud applications directly from your terminal.
Claude Code skills for WebAssembly, wasmCloud, and cloud-native development
| Skill | Description | Tags |
|---|---|---|
| wash | wasmCloud Shell CLI tool for building and managing WebAssembly components | wasmcloud cli tooling |
| webassembly-component-development | Comprehensive guide to WebAssembly components: WASI, composition patterns, language interop, runtime compatibility, and troubleshooting | webassembly component-model wasi |
| rust-development | Expert Rust development guidance covering naming conventions, type safety, error handling, and best practices | rust development best-practices |
| brand-guidelines | Official Cosmonic and wasmCloud brand colors, typography, and visual identity standards | branding design cosmonic wasmcloud |
Install all skills from this marketplace using the Claude Code CLI:
/plugin marketplace add cosmonic-labs/skills
This adds the entire marketplace and all its skills to your Claude Code environment.
Add individual skills to your project's .claude/settings.json:
{
"skills": [
"https://github.com/cosmonic-labs/skills/tree/main/rust-development",
"https://github.com/cosmonic-labs/skills/tree/main/webassembly-component-development"
]
}
Add individual skills to ~/.claude/settings.json to make them available across all projects:
{
"skills": [
"https://github.com/cosmonic-labs/skills/tree/main/rust-development"
]
}
Clone this repository and reference skills locally:
git clone https://github.com/cosmonic-labs/skills.git ~/skills
Then add to your settings:
{
"skills": [
"~/skills/rust-development",
"~/skills/webassembly-component-development"
]
}
See CONTRIBUTING.md for guidelines on submitting new skills.
Apache-2.0
Built with 💜 by Cosmonic — Sandboxing agentic AI with WebAssembly
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub cosmonic-labs/skills --plugin helm-skillsWebAssembly skills: wasmtime runtime, component model, guest compilation, and host embedding
Comprehensive Rust development assistant with meta-question routing, coding guidelines, version queries, and ecosystem support
Editorial "Systems Programming" bundle for Claude Code from Agentic Awesome Skills.
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
Agent skills for building, shipping, and growing software products. Covers full development lifecycle from architecture to launch.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.