behavioral-modes

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

Content Preview
---
name: behavioral-modes
description: "AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type."
risk: unknown
source: community
date_added: "2026-02-27"
---

# 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. 🧠 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/behavioral-modes.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/behavioral-modes/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/behavioral-modes/SKILL.md

Related Skills