cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Run Python tests with pytest, unittest, or other testing frameworks.
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/testContext preview
What this command does when you run it.
Run Python tests with pytest, unittest, or other testing frameworks.
Run Python tests with pytest, unittest, or other testing frameworks.
This command helps you run Python tests effectively with proper configuration and reporting.
/test
1. **Detects test framework** (pytest, unittest, nose2) 2. **Runs appropriate tests** with proper configuration 3. **Provides coverage reporting** if available 4. **Shows clear test results** with failure details
# Run all tests pytest # Run with coverage pytest --cov=src --cov-report=html # Run specific test file pytest tests/test_models.py # Run with verbose output pytest -v # Run tests matching pattern pytest -k "test_user"
# Run all tests python -m unittest discover # Run specific test file python -m unittest tests.test_models # Run with verbose output python -m unittest -v
# Run all Django tests python manage.py test # Run specific app tests python manage.py test myapp # Run with coverage coverage run --source='.' manage.py test coverage report
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image