HTML, CSS, and how browsers work. Activated when Claude creates or edits .html or .css files. Provides teaching context for CodeSensei to explain web fundamentals.
Explains HTML and CSS fundamentals when editing web files, using analogies to teach structure and styling concepts.
/plugin marketplace add dojocodinglabs/code-sensei/plugin install code-sensei@code-senseiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
<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.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.