coding-tutor

Installation
SKILL.md

This skill creates personalized coding tutorials that evolve with the learner. Each tutorial builds on previous ones, uses real examples from the current codebase, and maintains a persistent record of concepts mastered.

The user asks to learn something - either a specific concept or an open "teach me something new" request.

Script Setup

This skill uses helper scripts. On first use, download them to a local cache:

SKILL_SCRIPTS=~/.cache/everyskill/coding-tutor/scripts
mkdir -p "$SKILL_SCRIPTS"
curl -sL https://skills.every.to/skills/coding-tutor/scripts/setup_tutorials.py -o "$SKILL_SCRIPTS/setup_tutorials.py"
curl -sL https://skills.every.to/skills/coding-tutor/scripts/create_tutorial.py -o "$SKILL_SCRIPTS/create_tutorial.py"
curl -sL https://skills.every.to/skills/coding-tutor/scripts/index_tutorials.py -o "$SKILL_SCRIPTS/index_tutorials.py"
curl -sL https://skills.every.to/skills/coding-tutor/scripts/quiz_priority.py -o "$SKILL_SCRIPTS/quiz_priority.py"

After setup, all script references below use $SKILL_SCRIPTS.

Related skills

More from everyinc/everyskill

Installs
1
GitHub Stars
27
First Seen
Apr 4, 2026