AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Start

skill-andamio-platform-coach-start · by Andamio-Platform

Welcome to Coach. Choose your pathway — beginner, apprentice, or teacher — to start building a course.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-andamio-platform-coach-start

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-andamio-platform-coach-start)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Start? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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):

  1. Check whether ${CLAUDE_PLUGIN_DATA}/knowledge/ exists.
  2. 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.
  3. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.