Back to Skills

discover-wasm

rand
Updated Today
29 views
29
2
29
View on GitHub
Metaautomation

About

The discover-wasm skill automatically activates when working with WebAssembly-related tasks like WASM, wasm-pack, or Rust to WASM development. It provides access to four specialized wasm skills covering browser integration, fundamentals, Rust toolchain, and server-side usage. Developers can load full category details or individual skills as needed for comprehensive wasm development support.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/rand/cc-polymath
Git CloneAlternative
git clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-wasm

Copy and paste this command in Claude Code to install this skill

Documentation

Wasm Skills Discovery

Provides automatic access to comprehensive wasm skills.

When This Skill Activates

This skill auto-activates when you're working with:

  • WebAssembly
  • WASM
  • wasm-pack
  • Rust to WASM
  • browser WASM
  • WASI
  • portable bytecode

Available Skills

Quick Reference

The Wasm category contains 4 skills:

  1. wasm-browser-integration
  2. wasm-fundamentals
  3. wasm-rust-toolchain
  4. wasm-server-side

Load Full Category Details

For complete descriptions and workflows:

cat skills/wasm/INDEX.md

This loads the full Wasm category index with:

  • Detailed skill descriptions
  • Usage triggers for each skill
  • Common workflow combinations
  • Cross-references to related skills

Load Specific Skills

Load individual skills as needed:

cat skills/wasm/wasm-browser-integration.md
cat skills/wasm/wasm-fundamentals.md
cat skills/wasm/wasm-rust-toolchain.md
cat skills/wasm/wasm-server-side.md

Progressive Loading

This gateway skill enables progressive loading:

  • Level 1: Gateway loads automatically (you're here now)
  • Level 2: Load category INDEX.md for full overview
  • Level 3: Load specific skills as needed

Usage Instructions

  1. Auto-activation: This skill loads automatically when Claude Code detects wasm work
  2. Browse skills: Run cat skills/wasm/INDEX.md for full category overview
  3. Load specific skills: Use bash commands above to load individual skills

Next Steps: Run cat skills/wasm/INDEX.md to see full category details.

GitHub Repository

rand/cc-polymath
Path: skills/discover-wasm
aiclaude-codeskills

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

business-rule-documentation

Meta

This skill provides standardized templates for systematically documenting business logic and domain knowledge following Domain-Driven Design principles. It helps developers capture business rules, process flows, decision trees, and terminology glossaries to maintain consistency between requirements and implementation. Use it when documenting domain models, creating business rule repositories, or bridging communication between business and technical teams.

View skill