lesson-runner
CommunityRun agent-spike lessons, no venv hassle.
Software Engineering#automation#development#python#uv#virtual environment#agent-spike#lesson execution
Authorilude
Version1.0.0
Installs0
System Documentation
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-spikelesson. - Virtual Environment Management: Automatically handles
uvandvenvsetup, ensuring your code runs with the correct Python interpreter and dependencies from any directory. - Use Case: When you're working in
lessons/lesson-003and need to rundemo.pywith 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 commanduv 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.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: lesson-runner Download link: https://github.com/ilude/agent-spike/archive/main.zip#lesson-runner Please download this .zip file, extract it, and install it in the .claude/skills/ directory.