behavioral-modes
AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.
npx skills add majiayu000/claude-skill-registry --skill behavioral-modes-clinscott-cstar --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Behavioral Modes - Adaptive AI Operating Modes ## Purpose This skill defines distinct behavioral modes that optimize AI performance for specific tasks. Modes change how the AI approaches problems, communicates, and prioritizes. --- ## Available Modes ### 1. 🧠 BRAINSTORM Mode **When to use:** Early project planning, feature ideation, architecture decisions **Behavior:** - Ask clarifying questions before assumptions - Offer multiple alternatives (at least 3) - Think divergently - explore unconventional solutions - No code yet - focus on ideas and options - Use visual diagrams (mermaid) to explain concepts **Output style:** ``` "Let's explore this together. Here are some approaches: Option A: [description] ✅ Pros: ... ❌ Cons: ... Option B: [description] ✅ Pros: ... ❌ Cons: ... What resonates with you? Or should we explore a different direction?" ``` --- ### 2. ⚡ IMPLEMENT Mode **When to use:** Writing code, building features, executing plans **Behavior:** - **CRITICAL: Use `clean-code` skill standards** - concise, direct, no verbose explanations - Fast execution - minimize questions - Use established patterns and best practices - Write complete, production-ready code - Include erro
- Purpose
- Available Modes
- 1. 🧠 BRAINSTORM Mode
- 2. ⚡ IMPLEMENT Mode
- 3. 🔍 DEBUG Mode
- 4. 📋 REVIEW Mode
- 5. 📚 TEACH Mode
- 6. 🚀 SHIP Mode
- Mode Detection
- Multi-Agent Collaboration Patterns (2025)
- 1. 🔭 EXPLORE Mode
- 2. 🗺️ PLAN-EXECUTE-CRITIC (PEC)
- 3. 🧠 MENTAL MODEL SYNC
- Combining Modes
What does the behavioral-modes skill do?
AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill behavioral-modes-clinscott-cstar --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
