Staged Learning Code

A skill that decomposes a technical concept (agent harness, RAG, compiler, network protocol, etc.) into its elements and generates learning material you can study in stages, with minimal code split per folder. Each folder runs on its own and can be verified with a single command (e.g., `python main.py`). It prioritizes in-file transparency over DRY, and copy-paste readability over abstraction. Use it for "learning code", "make teaching material", "implement it split by element", "in a form I can learn in stages", "I want to add more samples", and similar.

yumeiriowl 157a878 3 files · 11.3 KB Updated

File contents

yumeiriowl/code-learn-skill/tree/main/skills/staged-learning-code commit 157a878628

Frequently asked questions

npx skillmds@latest add yumeiriowl/staged-learning-code