Skip to content
Documentation
Skill

/aiagent-lesson-runner

ai-agent-campのレッスンをCodexで開始・進行するスキル。 「レッスン開始」「次のレッスン」「start-0-1を始めたい」「Codexでレッスン」「スラッシュコマンドのレッスン」等のリクエストで発動。

From plugin
ai-agent-camp
345193 skills8 agents200 commands
Install
$ npx -y skills add minicoohei/ai-agent-camp --skill aiagent-lesson-runner --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/aiagent-lesson-runner

Context preview

The summary Claude sees to decide when to auto-load this skill.

ai-agent-campのレッスンをCodexで開始・進行するスキル。 「レッスン開始」「次のレッスン」「start-0-1を始めたい」「Codexでレッスン」「スラッシュコマンドのレッスン」等のリクエストで発動。

SKILL.md

aiagent-lesson-runner.SKILL.md
name: aiagent-lesson-runner
description: "ai-agent-campのレッスンをCodexで開始・進行するスキル。 「レッスン開始」「次のレッスン」「start-0-1を始めたい」「Codexでレッスン」「スラッシュコマンドのレッスン」等のリクエストで発動。"
version: 1.0.0
author: AI Brain Partners
dependencies: []
triggers:
  - aiagent-lesson-runner
  - レッスン開始
  - 次のレッスン
  - レッスン実行
  - Codexレッスン
  - start-0-1
  - lesson runner

トリガーワード

「レッスン開始」「次のレッスン」「レッスン実行」「スラッシュコマンド」「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

0. Before running any lesson on a freshly cloned repo, run `python3 tools/scripts/verify_integrity.py`. If it reports the origin is not official (`github.com/minicoohei/ai-agent-camp`) or required files are missing, stop and ask the user to review the diff against upstream/main. 1. Validate that the lesson id matches `^start-\d+-\d+$`. Reject any other value. 2. Check that `.cursor/commands/lesson/<lesson-id>.md` exists before reading it. 3. Open `.cursor/commands/lesson/<lesson-id>.md`. 4. Extract the lesson goal, prerequisites, checkpoints, command references, and referenced files. 5. Resolve the curriculum source in this order:

  • frontmatter `chapter` when it points to a `courses/aiagent/**/chapter*.yaml`
  • sibling `practice/` and `final/` docs next to that chapter
  • if `chapter` is missing, infer the best source from `courses/lessons.manifest.yaml`, the lesson URL, and the `start-X-Y` module number

6. Treat embedded `AskQuestion` / `AskUserQuestion` JSON as a conversation blueprint. In Codex, convert it into concise numbered or bulleted options in normal chat instead of pretending the Cursor UI exists. 7. For `/setup-start`, `/setup-github`, `/check-setup`, and similar setup flows, do not tell the user to run the Cursor slash command literally. Execute or describe the underlying checks and split GUI-required steps from AI-executable steps. 8. If the lesson touches Git, secrets, MCP, or external APIs, tell the user which safety doc to read first and verify prerequisites before attempting the task. 9. Guide the user through:

  • prerequisite check
  • files to read
  • actions to perform
  • completion criteria
  • next recommended lesson

Required References

  • `.cursor/commands/lesson/start-*.md`
  • matching `courses/aiagent/**/chapter*.yaml` when available
  • sibling `practice/` or `final/` docs for the resolved chapter
  • `courses/lessons.manifest.yaml` as the fallback lookup table when a lesson markdown is missing `chapter`

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.
  • Never ask the user to paste secret values into chat. Reuse the repo credential workflow instead.

Expected Output

  • Lesson summary
  • Ordered next actions
  • Relevant files
  • Done criteria
  • Suggested follow-up lesson
  • When the lesson contains structured choices, present the Codex-friendly options inline in the response
Read more
Ships withai-agent-camp

AI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex ### ⚠️ Before you clone Official repository (maintained by the authors): Running AI agents from this repo grants them shell, file-write, and external-API permissions on your

Get the whole plugin

Other skills on ai-agent-camp.