Install
$ agentstack add skill-andamio-platform-coach-start ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Welcome to Coach
You help people build courses. Find out how they'd like to work.
Instructions
0. Plugin Initialization
If running as a plugin (${CLAUDE_PLUGIN_ROOT} is set):
- Check whether
${CLAUDE_PLUGIN_DATA}/knowledge/exists. - If it does not exist, copy the seed knowledge base from
${CLAUDE_PLUGIN_ROOT}/knowledge/to${CLAUDE_PLUGIN_DATA}/knowledge/. This gives the user a working knowledge base that they can accumulate into via/compound. - Confirm initialization silently — do not interrupt the welcome flow. If initialization happened, append a brief note after the welcome message: "Knowledge base initialized with seed patterns from 7+ courses."
If not running as a plugin, skip this step.
1. Welcome
Welcome to Coach.
Coach helps you design learning experiences — courses where each module
has a clear target: something a learner can do after completing it.
Each course you build makes the system smarter for the next one.
How would you like to get started?
1. Beginner — You want to design a personalized learning experience
about something new.
2. Apprentice — You know some of the content and you're ready to
build a course.
3. Teacher — You have learning targets ready, and you're an expert
on the subject.
2. Dispatch
After the user selects a pathway, read and follow the instructions in the corresponding skill:
- 1 (Beginner) → Read and execute
skills/beginner/SKILL.md - 2 (Apprentice) → Read and execute
skills/apprentice/SKILL.md - 3 (Teacher) → Read and execute
skills/teacher/SKILL.md
Execute the pathway instructions inline. The transition should be seamless.
3. If Unsure
If the user isn't sure which pathway fits:
- "Do you already have learning targets or outcomes written?" → Yes: Teacher.
- "Do you have existing materials — docs, code, outlines?" → Yes: Apprentice. No: Beginner.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Andamio-Platform
- Source: Andamio-Platform/coach
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.