gather-code-examples

Generate code-example checklists from course readiness assessments.

5|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Andamio-Platform/coach --skill gather-code-examples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gather-code-examples
Source: https://github.com/Andamio-Platform/coach/tree/main/skills/gather-code-examples
Command: npx skills add https://github.com/Andamio-Platform/coach --skill gather-code-examples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and documentation teams spend excessive time compiling and aligning code examples with readiness assessments. This skill automates the creation of structured code-example checklists from course readiness data, accelerating the preparation of Developer Documentation lessons.

Core Features & Use Cases

  • Generate a code-example checklist for a given course from a readiness assessment.
  • Read readiness data and course outlines to identify required code examples and API references.
  • Produce a ready-to-use assets/code-examples/README.md following a consistent naming convention and structure.

Quick Start

Ask the gather-code-examples skill to generate a code-example checklist for a specific course by providing the course name or selecting it from courses-in-progress.

Frequently Asked Questions about gather-code-examples

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate code-example checklists from a readiness assessment?

You can generate code-example checklists by reading course readiness assessments and outlines to identify required API references. This produces a structured README file containing per-SLT checklists, naming conventions, and verification notes for Developer Documentation lessons.

What is the best way to automate developer documentation lesson preparation?

Automating developer documentation lesson preparation is best achieved by extracting required code examples directly from course readiness assessments. This generates structured checklists that align documentation with course outlines and API references, accelerating lesson readiness.

How do I structure code examples for courses marked as Needs Context?

To structure code examples for courses marked as Needs Context, you process the readiness assessment and course outline to extract required API references. This produces a structured README with a per-SLT checklist and a consistent naming convention.

Do I need a course outline to create a code-example checklist?

Yes, you need a course outline and a readiness assessment file to create a code-example checklist. The skill reads these inputs to identify required code examples and API references, ensuring the generated checklist aligns with the course structure.

What output format does an automated code-example checklist generate?

An automated code-example checklist generates a README.md file located in the assets/code-examples directory. This output includes a per-SLT checklist, a naming convention for files, and verification notes for the developer documentation.