kcli-testing
Installation
SKILL.md
kcli Testing and Code Quality
Development Setup
# Create virtual environment
python3 -m venv venv
. venv/bin/activate
# Install in development mode
pip install -e .
# Install with all provider dependencies
pip install -e ".[all]"