Skill Installation
Wafer provides AI coding assistant skills that integrate with Claude Code, Cursor, Codex, and other tools. These skills give AI assistants knowledge of Wafer commands and GPU development best practices.Quick Start
Commands
wafer skill install
Install the Wafer skill for AI assistants:| Option | Description |
|---|---|
--target | Target assistant: claude-code, cursor, codex, all |
--force | Overwrite existing installation |
wafer skill uninstall
Remove the Wafer skill:| Option | Description |
|---|---|
--target | Target assistant to uninstall from |
wafer skill status
Check installation status:Supported Assistants
Claude Code
The skill integrates with Claude Code’s skill system:- Run Wafer CLI commands
- Understand GPU profiling output
- Suggest kernel optimizations
- Navigate Wafer documentation
Cursor
Install for Cursor IDE:Codex / Other
For other assistants:What the Skill Provides
The Wafer skill includes:- Command Reference: Full documentation of Wafer CLI commands
- Best Practices: GPU kernel development patterns
- Profiling Guidance: How to interpret NCU, nsys, and other tool output
- Optimization Strategies: Common optimization techniques for CUDA/Triton/HIP
Using with Claude Code
After installing the skill, use Wafer commands naturally:- Understand Wafer-specific concepts
- Suggest appropriate Wafer commands
- Interpret profiling results
- Guide optimization workflows
Updating the Skill
Update to the latest version:Skill Location
Skills are installed in:| Assistant | Location |
|---|---|
| Claude Code | ~/.claude/skills/wafer-guide/ |
| Cursor | ~/.cursor/skills/wafer-guide/ |
| Codex | ~/.codex/skills/wafer-guide/ |
Troubleshooting
Skill not recognized
Skill not recognized
Restart the AI assistant after installation:
- Claude Code: Close and reopen terminal
- Cursor: Reload window (Cmd/Ctrl + Shift + P → “Reload Window”)
Permission denied
Permission denied
Check write permissions for the skill directory:
Outdated skill
Outdated skill
Force reinstall: