<< All versions
Skill v1.0.0
currentAutomated scan100/100minicoohei/ai-agent-camp/aiagent-lesson-runner
──Details
PublishedApril 28, 2026 at 05:31 AM
Content Hashsha256:22ab3d4c911cd31f...
Git SHA9cd83f76f12f
──Files
Files (1 file, 3.2 KB)
SKILL.md3.2 KBactive
SKILL.md · 65 lines · 3.2 KB
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
- 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. - 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, command references, and referenced files.
- Resolve the curriculum source in this order:
- frontmatter
chapterwhen it points to acourses/aiagent/**/chapter*.yaml - sibling
practice/andfinal/docs next to that chapter - if
chapteris missing, infer the best source fromcourses/lessons.manifest.yaml, the lesson URL, and thestart-X-Ymodule number
- Treat embedded
AskQuestion/AskUserQuestionJSON as a conversation blueprint. In Codex, convert it into concise numbered or bulleted options in normal chat instead of pretending the Cursor UI exists. - 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. - 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.
- 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*.yamlwhen available - sibling
practice/orfinal/docs for the resolved chapter courses/lessons.manifest.yamlas the fallback lookup table when a lesson markdown is missingchapter
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