React, components, state management, and modern frontend concepts. Activated when Claude works with .jsx/.tsx files or React-related code. Most vibecoded apps use React.
Teaches React fundamentals through analogies and quizzes when working with JSX/TSX files.
/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.
<UserCard name="Juan" role="CEO" /> — the component receives name and role as props{variables} inside it — it's mixing code with layout.className instead of class, onClick instead of onclick — small differences from regular HTML.src/
├── components/ ← Reusable LEGO bricks
│ ├── Navbar.jsx
│ └── Card.jsx
├── pages/ ← Full pages built from components
│ ├── Home.jsx
│ └── About.jsx
├── App.jsx ← The main container that holds everything
└── index.jsx ← The starting point (plugs React into the HTML)
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.