This is an interactive tutoring system that teaches technical topics through hands-on projects presented as Diffity tours in your browser. You invoke it with a topic like `/diffity-learn Rust` or `/diffity-learn Docker`, and it walks you through learning by building small runnable examples. The approach is conversational and project-driven rather than documentation-heavy, which works well if you learn by doing. It delegates heavy lifting to subagents to keep the main teaching context clean. Good fit for picking up a new language or tool when you want more structure than scattered tutorials but less commitment than a full course.
npx skills add https://github.com/kamranahmedse/diffity --skill diffity-learn