Agent skill · Code Review & Quality

behavioral-modes

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill behavioral-modes --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/behavioral-modes/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Purpose
  2. Available Modes
  3. 1. 🧠 BRAINSTORM Mode
  4. 2. ⚡ IMPLEMENT Mode
  5. 3. 🔍 DEBUG Mode
  6. 4. 📋 REVIEW Mode
  7. 5. 📚 TEACH Mode
  8. 6. 🚀 SHIP Mode
  9. Mode Detection
  10. Multi-Agent Collaboration Patterns (2025)
  11. 1. 🔭 EXPLORE Mode
  12. 2. 🗺️ PLAN-EXECUTE-CRITIC (PEC)
  13. 3. 🧠 MENTAL MODEL SYNC
  14. Combining Modes
More from agentic-awesome-skills
All skills →
About this skill
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 sickn33/agentic-awesome-skills --skill behavioral-modes --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 sickn33/agentic-awesome-skills, a repository with 44,414 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.

Keep going