aiagent-lesson-runner

Validate lesson-ids and load lesson files from .cursor/commands/lesson and courses/aiagent.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill aiagent-lesson-runner
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aiagent-lesson-runner
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/aiagent-lesson-runner
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill aiagent-lesson-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ai-agent-camp's Codex-based lesson flow can be hard to execute manually across multiple steps and files. This Skill automates starting and guiding ai-agent-camp lessons by lesson-id, providing a consistent, reproducible workflow inside Codex.

Core Features & Use Cases

  • Lesson orchestration: validates lesson-id formats like start-0-1, loads the corresponding lesson content from .cursor/commands/lesson and courses/aiagent/**, and guides execution.
  • Safety & guardrails: highlights safety documentation and maps to safety checks before any lesson action that could affect Git, secrets, or MCP.
  • Workflow mapping: translates lesson-id into the underlying course assets and checkpoints, orchestrating prerequisites, actions, and completion criteria.

Quick Start

Start a lesson by providing a lesson-id such as start-0-1 to begin the Codex-guided workflow.

Frequently Asked Questions about aiagent-lesson-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate guided learning workflows for Codex lessons?▼

Start a guided learning workflow by providing a lesson-id such as start-0-1, which validates the format and loads the corresponding lesson files from .cursor/commands/lesson and courses/aiagent/** to orchestrate execution.

How does lesson-id validation work for ai-agent-camp courses?▼

Lesson-id validation checks formats like start-0-1 or start-1-1, mapping them to underlying course assets and checkpoints in courses/aiagent/** before orchestrating prerequisites and completion criteria.

What safety checks are applied before executing Codex lesson workflows?▼

Safety checks validate lesson actions affecting Git, secrets, or MCP before execution, mapping to safety documentation to ensure guided learning workflows remain safe and reproducible inside Codex.

Can I use lesson orchestration to load course assets from .cursor/commands/lesson?▼

Yes, lesson orchestration validates the lesson-id and loads the corresponding lesson content from .cursor/commands/lesson and courses/aiagent/**, guiding execution through prerequisites, actions, and completion criteria.

What SKILL.md frontmatter is required to run Codex lessons by lesson-id?▼

A defined SKILL.md frontmatter including name and description is required, along with a mapping to courses/aiagent and practice docs, to validate lesson-ids and load the corresponding lesson files.

Why does my Codex lesson workflow fail to load course assets?▼

Lesson workflows fail if the lesson-id format is invalid or if the SKILL.md frontmatter lacks required name and description fields, preventing mapping to courses/aiagent and practice docs.