aiagent-lesson-runner
community[skill]
Start and guide ai-agent-camp lessons in Codex(OpenAIが提供するターミナルベースのAIコーディングアシスタント) by lesson id such as start-0-1 or start-1-1. Use when the user wants the Codex equivalent of the existing slash-command lesson flow.
$
/plugin install ai-agent-campdetails
トリガーワード
「レッスン開始」「次のレッスン」「レッスン実行」「スラッシュコマンド」「Codexレッスン」
AI Agent Lesson Runner
Use this skill to reproduce the start-* workflow in Codex.
Inputs
- A lesson id such as
start-0-1
Workflow
- Validate that the lesson id matches
^start-\d+-\d+$. Reject any other value. - Check that
.cursor/commands/lesson/<lesson-id>.mdexists before reading it. - Open
.cursor/commands/lesson/<lesson-id>.md. - Extract the lesson goal, prerequisites, checkpoints, and referenced files.
- Map the lesson id to the underlying
courses/aiagent/...files. - If the lesson touches Git, secrets, or MCP, tell the user which safety doc to read first.
- Guide the user through:
- prerequisite check
- files to read
- actions to perform
- completion criteria
- next recommended lesson
Required References
.cursor/commands/lesson/start-*.mdcourse/index.html- matching
courses/aiagent/**/chapter*.yaml - matching
practice/orfinal/docs
Safety
- If the lesson implies Git or environment changes, also consult
docs/codex-safety.md. - Never pretend the user can run the Cursor markdown command file directly in Codex.
Expected Output
- Lesson summary
- Ordered next actions
- Relevant files
- Done criteria
- Suggested follow-up lesson
technical
- github
- minicoohei/ai-agent-camp
- stars
- 358
- license
- unspecified
- contributors
- 3
- last commit
- 2026-05-25T08:29:07Z
- file
- .claude/skills/aiagent-lesson-runner/SKILL.md