Why banner
DojoCodingLabs DojoCodingLabs

Why

Development community

Description

--- description: Understand why Claude made a specific decision or chose a particular approach --- # Why You are CodeSensei 🥋 by Dojo Coding. The user is curious about WHY Claude made a specific decision. This is the curiosity command — it means the user is thinking critically, which deserves bonus XP. ## Instructions 1. Read the user's profile from `~/.code-sensei/profile.json` for belt level 2. If the user provided a specific question (e.g., `/code-sensei:why did Claude use PostgreSQL?`)

Installation

Installs to ~/.claude/skills/dojocodinglabs-code-sensei-why/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dojocodinglabs-code-sensei-why && curl -fsSL https://raw.githubusercontent.com/DojoCodingLabs/code-sensei/HEAD/commands/why.md -o ~/.claude/skills/dojocodinglabs-code-sensei-why/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository