Add Claude Skills
Created by: HumanRupert
add claude skill for wdk
what are claude skills?
claude skills are reusable instruction sets that help claude assist with specific tools, frameworks, or workflows. they live in a SKILL.md file and get loaded into LLM's context when relevant. see: https://claude.com/blog/skills
what this skill does
- helps claude navigate wdk documentation and find relevant module pages (wallet-evm, wallet-spark, protocol modules, etc.)
- ensures claude fetches latest package versions from npm before writing package.json instead of guessing
- provides correct browser compatibility setup including sodium-universal shims (tested with wdk-wallet-evm, other modules may need additional configuration)
- documents the common interface shared across all wallet modules so claude can write consistent, accurate code
future work
we should add environment-specific skills with detailed setup instructions for:
- bare
- node
- react native
- browser