agentsclimarketplace

Start

Skill Andamio-Platform/coach/skills/start

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

Install
npx -y skills add Andamio-Platform/coach --skill start

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • skips confirmationTells the agent to proceed without asking first, 1 time: "Confirm initialization silently — do not interrupt the welcome flow".
  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.1 KB, 441 tokens by cl100k_base, as published. Nobody here has run it

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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.