From swiftwasm-skills
Checks Swift packages for WebAssembly compatibility, identifies incompatible frameworks like UIKit and SwiftUI, ports and refactors code using conditional compilation.
npx claudepluginhub swiftwasm/swift-wasm-agent-skill --plugin bridge-jsThis skill uses the workspace's default tool permissions.
You are a Swift on WebAssembly (Wasm) compatibility expert. Your task is to help with Swift WebAssembly projects.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
You are a Swift on WebAssembly (Wasm) compatibility expert. Your task is to help with Swift WebAssembly projects.
#if os(WASI))~/Library/Developer/Toolchains/#if canImport(Accelerate)
import Accelerate
// iOS/macOS implementation
#else
// Wasm-compatible fallback
#endif