Core programming concepts: variables, functions, conditionals, loops, and data types. Activated when Claude writes basic code structures. Provides teaching context for CodeSensei explanations at the foundational level.
Explains core programming concepts with analogies, examples, and quiz questions for beginners.
/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.
When explaining fundamental programming concepts to the user, use these guidelines:
= sign means "put this value in" not "equals" like in mathlet score = 10 and then score = 20, what is score now?"= (assignment) vs == or === (comparison)42 vs the text "42" — they look the same but the computer treats them differentlyEach concept builds on the previous. Don't explain loops before variables are understood.
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.