Sub-skill of python-project-template: Key Commands.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill key-commands --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Key Commands?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-key-commands)More formats (shields.io, HTML) on the badges page.
---
name: python-project-template-key-commands
description: 'Sub-skill of python-project-template: Key Commands.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Key Commands
## Key Commands
```bash
# Setup environment
uv venv && source .venv/bin/activate
uv pip install -e ".[dev]"
# Run tests
pytest
# Format code
black src tests
ruff check src tests --fix
# Type check
mypy src
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!