From code-sensei
Teaches HTML tags and structure, CSS selectors/properties, browser rendering, and HTML/CSS/JS relationships using analogies and quizzes. Activates on .html/.css edits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-sensei:web-basicsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Analogy:** HTML is the skeleton of a webpage. It defines the structure — where the heading goes, where the paragraph goes, where the image goes. Like the blueprint of a house showing where rooms are.
<tag>content</tag>. The tag tells the browser what KIND of content it is.<h1> to <h6> — headings (h1 is the biggest, like a newspaper headline)<p> — paragraph (a block of text)<a> — link (a door to another page)<img> — image (a picture on the wall)<div> — container (a box that groups things together)<form> — form (like a paper form you fill out)<button> — a clickable buttonHTML = Structure (what's on the page)
CSS = Style (how it looks)
JS = Behavior (what it does)
Think of it as: HTML is the house frame, CSS is the interior design, JavaScript is the electricity and plumbing that makes things work.
npx claudepluginhub dojocodinglabs/code-sensei --plugin code-senseiGuides beginners through static web development with HTML/CSS/JS or Next.js App Router. Initializes project structure, offers dev guidance, and answers basic questions.
Teaches core programming fundamentals—variables, functions, conditionals, loops, data types—using analogies, key insights, quizzes, and structured progression. Activates on basic code structures for CodeSensei explanations.