# Clean Cache

> Clean development caches (.botte-cache, .pytest_cache, __pycache__, .mypy_cache)

- Skill: `zedarvates/clean-cache` (Agent Skill, multi-file: 26 files)
- Install (CLI): `npx skillmds@latest add zedarvates/clean-cache`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zedarvates/clean-cache/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zedarvates (https://skillmd.com/u/zedarvates)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zedarvates/clean-cache

---


# Clean Cache

```bash
python scripts/clean_cache.py           # clean all
python scripts/clean_cache.py --dry-run  # preview only
```

