What problem does it solve?
This Skill eliminates the common struggle of setting up Python virtual environments and managing project-specific code execution. It automates the process of running lesson code within the agent-spike multi-agent learning project, handling uv and venv complexities so you can focus on learning and development, not environment setup.
Core Features & Use Cases
- Automated Lesson Execution: Seamlessly run test scripts, demo scripts, and CLI commands for any
agent-spike lesson.
- Virtual Environment Management: Automatically handles
uv and venv setup, ensuring your code runs with the correct Python interpreter and dependencies from any directory.
- Use Case: When you're working in
lessons/lesson-003 and need to run demo.py with a specific URL, simply ask the AI to "Run the demo script for lesson-003 with the URL 'https://example.com'," and it will execute the command uv run python lessons/lesson-003/demo.py "https://example.com" without you needing to activate a virtual environment or manage paths.
Quick Start
Run the test script 'test_coordinator.py' for lesson-003.