What problem does it solve? Teachers and content authors need code examples that high-school students can read, copy, and present in class, but typical production-style code is too abstract and terse for beginners. This Skill ensures every HTML, CSS, JavaScript, and PHP snippet in the repository is written as learning material with explicit logic steps and helpful PT-BR comments. ## Core Features & Use Cases - Didactic Code Writing: Creates or refactors code with simple structures, explicit conditionals, short functions, and concrete example values instead of clever abstractions. - PT-BR Commenting Standards: Adds comments in correct Portuguese that explain intent, decisions, and pitfalls rather than restating obvious lines. - Style Consistency Rules: Preserves vanilla JavaScript, direct DOM manipulation, and the repository's existing PHP style, including guidance on mixing PHP blocks with HTML. - Use Case: When adding a new exercise to the Programação Web I course, use this Skill to implement a task list in vanilla JavaScript with createElement and addEventListener, commented in PT-BR so students can follow the state and rendering flow. ## Quick Start Use the codigo-didatico-ptbr skill to write the exercise in this folder as beginner-friendly code with comments in Portuguese.