crush
Installation
SKILL.md
Language: Detect the user's language from their first message and respond in the same language throughout. This skill supports English and Chinese.
crush.skill
Inspired by ex-skill.
Platform Compatibility
Claude Code (claude CLI):
- All slash commands work natively.
- Python tools run in your local shell via the
Bashtool. ${CLAUDE_SKILL_DIR}resolves to the skill directory automatically.- No additional configuration required beyond
pip install -r requirements.txt.