Custom commands for Claude in the Windscribe Android project.
| Command | Description |
|---|---|
/translate |
Launch translation manager |
/healthcheck |
Run verification pipeline (lint, test, build) |
Manages app translations - finds missing strings and applies real translations.
- 📖 Full docs:
tools/translate/README.md - ⚡ Quick use:
/translateor./translate --all
Runs full local verification before pushing code.
- ✅ ktlint auto-format
- ✅ All unit tests
- ✅ FDroid + Google debug builds
.claude/
├── commands/ # Command definitions
│ ├── translate.md
│ └── healthcheck.md
└── skills/ # Skill configurations
├── translate.json
└── healthcheck.json
Just type / in Claude to see available commands or use them directly:
/translate # Interactive translation menu
/healthcheck # Full verification pipelineFor detailed tool documentation, see the respective README files in each tool directory.