For various workshops to run in Fall 2025 and beyond.
Each pack is a folder with a SKILL.md (the agent's instructions), optional knowledge.md, and an optional learn.json (interactive scenarios, narration audio and a lesson video).
| Pack | Code | What's inside | Run it | Run it in YOUR OWN agent |
|---|---|---|---|---|
| Using Email Well at University | uni101/email-essentials |
Learn + Act (video + audio) | Run on SAIL Studio | Open the pack |
| Learning Vocabulary in Networks | dse/vocab-networks |
Learn + Act (video + audio) | Run on SAIL Studio | Open the pack |
| Hong Kong's Digital Commons | hk/saanseoi-atlas |
Learn + Act (video + audio) | Run on SAIL Studio | Open the pack |
| Collocation Tutor | uni101/collocation-tutor |
Agent only | Run on SAIL Studio | Open the pack |
| Thesis Tutor | uni101/thesis-tutor |
Agent only | Run on SAIL Studio | Open the pack |
| Study Planner | uni101/study-planner |
Agent only | Run on SAIL Studio | Open the pack |
You don't need our platform — every pack is plain Markdown:
- Any AI chat (ChatGPT, Claude, Gemini, …): open the pack folder above, copy the
SKILL.md(andknowledge.mdif present) into your chat, and say "act as this agent". - Replit Agent / Claude Code / coding agents: paste the pack's GitHub folder link and ask the agent to load the SKILL.md and role-play it.
- SAIL Studio launcher: paste the folder link (or just the code, e.g.
uni101/thesis-tutor) at https://fiteagent.replit.app/go — Learn scenarios run free; the practice agent uses your own AI key.
Copy agentTemplate/ — a pack is just SKILL.md (+ optional knowledge.md, learn.json, audio/, video/). See AUTHORING-MC.md for the learn.json format.