lesson-runner

Community

Run agent-spike lessons, no venv hassle.

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-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.

Dependency Matrix

Required Modules

None required

Components

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.
View Source Repository