course-workflow

course-workflow is a skill for Claude Code, Codex from Andamio-Platform/coach. It costs 19 tokens per session (2,173 once invoked), scanned A, original, MIT.

A workflow guide for developing courses through 11 phases. It tracks progress, recommends the next step, uses the relevant course skills, and records lessons learned.

In plain words
What is it for?
Use it to start or continue a course project, select a course in progress, move through development phases, and capture improvements for later runs.
Why use it?
It gives a course project a visible sequence and status, making it easier to know what has been completed and what should happen next.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the coach plugin — 15 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/andamio-platform/coach/course-workflow
Any agent
npx skills add Andamio-Platform/coach --skill course-workflow
Clone the repo
git clone --depth 1 https://github.com/Andamio-Platform/coach

Made for: Claude Code, Codex.

Or install coach, the plugin that ships this one along with the rest of its 15 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for course-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/andamio-platform/coach/course-workflow.svg)](https://agentmods.dev/skills/andamio-platform/coach/course-workflow)
Your own site
<a href="https://agentmods.dev/skills/andamio-platform/coach/course-workflow"><img src="https://agentmods.dev/badge/skills/andamio-platform/coach/course-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,173 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00019 $0.02173
Opus 5 $0.00010 $0.01086
Sonnet 5 $0.00004 $0.00435
Haiku 4.5 $0.00002 $0.00217

Measured 4d ago against content hash 49ed3396352d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

course-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/course-workflow/SKILL.md · 256 lines

How it starts

The opening of the file, as written. The whole thing — 256 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: Course Workflow Orchestrator

Description

Guides course development through a 11-phase workflow. Reads current status, suggests next steps, invokes appropriate skills, updates status, and captures learnings that improve the process over time.

Instructions

Path Resolution

Resolve file paths based on your execution context:

  • Plugin context (${CLAUDE_PLUGIN_ROOT} is set): Read knowledge from ${CLAUDE_PLUGIN_DATA}/knowledge/ (user data), falling back to ${CLAUDE_PLUGIN_ROOT}/knowledge/ (seed data). Write knowledge to ${CLAUDE_PLUGIN_DATA}/knowledge/.
  • Clone/symlink context (default): Read and write knowledge at knowledge/ relative to the project root.

1. List Courses and Select

First, scan courses-in-progress/ for course directories. For each, read 00-course.md to get title and status.

Present a course selection:

## Courses In Progress

| # | Course | Status | Phase |
|---|--------|--------|-------|
| 1 | Andamio for Contributors | revised | 3/11 |
| 2 | Andamio for Course Creators | slts-drafted | 1/11 |
| 3 | Andamio for API Developers | slts-drafted | 1/11 |

Which course are you working on? (Or: "new" to start a new course)

If the user says "new", guide them through creating a new course directory with 01-slts.md. The 00-course.md (complete course outline) is built up through the workflow.

2. Determine Current State

Once a course is selected, read the course's 00-course.md to get:

  • Current status field (in frontmatter)
  • Course metadata (title, audience, etc.)

Check which workflow artifacts exist:

  • 00-course.md (complete course outline — the final output)
  • 01-slts.md (working file for SLT drafting/revision)
  • 02-slts-quality-review.md
  • 03-lesson-type-classification.md
  • 04-readiness-assessment.md
  • 05-delegation-map.md
  • assets/screenshots/README.md (screenshot checklist)
  • assets/code-examples/README.md (code example checklist)
  • lessons/ directory contents

Read the full file on GitHub · 256 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 256 lines · 19 tokens per session scan A 49ed3396352d

Subscribe to this mod's changes

course-workflow is a skill published in the GitHub repository Andamio-Platform/coach (6 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 2,173 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

nexus-strategy-partnerships

Strategic partnerships and ecosystem development specialist. Use when identifying and evaluating potential partners, designing partnership value propositions, proposing integrations with LMS/SIS/CRM platforms, evaluating white-label and OEM licensing models, or building partner evaluation frameworks. Covers API…

Shuwanito/SkillsMP · 67 tokens

nexus-talent-assessor

HR talent assessment agent. Performs competency-based evaluations, skill gap analysis, 360-feedback processing, and career path recommendations with AI coaching.

Shuwanito/SkillsMP · 34 tokens

pmcoe-pmp-tutor

PMP / CAPM / PMI-ACP / PMI-CP study companion built by PMCOE LLC — a PMI Authorized Training Partner. Use when the user asks about the Project Management Professional (PMP) certification exam, the Certified Associate in Project Management (CAPM), PMI-Agile Certified Practitioner (PMI-ACP), or PMI Construction…

pmcoe-ai1/pmp-tutor-skill · 198 tokens

bmad-correct-course

Assess the impact of a significant change during sprint execution across the PRD, epics, architecture, and UX documents, and produce a sprint change proposal. Use when the user says "correct course" or "propose sprint change".

bmad-code-org/BMAD-METHOD · 53 tokens

bq-skill

行为面试 skill。帮求职者挖掘真实经历、用 STAR/CAR 结构化、映射能力标签、构建可复用的中英双语故事库(Story Bank);并能接入 JD + 简历,针对具体岗位生成 Top 20 BQ 选题 + 基于真实经历的 STAR 准备模板(HTML 报告)。不是背答案,而是建立可复用的职业叙事体系,让任何行为面试题都能自然作答。关键词:behavioral question, BQ, 行为面试, STAR, 故事库, Amazon LP, 职业故事, tell me about a time, 面试准备, JD 面试题预测, top 20 题。.

yanliudesign/offer-toolkit-skill · 166 tokens

paper-explainer

科研论文解读:解析 arXiv/PDF 的公式与图表,提炼问题、贡献、方法、关键图和结论,再产出 B站/视频号解读视频或知乎/公众号图文。 当用户说“论文解读、讲论文、论文转视频/图文、科研科普、arXiv、学术视频”时使用。 本 SKILL 从论文做内容;video-to-article 从视频做图文,doc-convert 只转换文档格式。.

ZJU-REAL/Easel · 114 tokens