feel

star 2

Log emotions with optional structure. Use when user says "feel", "feeling", "mood", "tired", "sleepy", "frustrated", "happy", "excited".

Soul-Brews-Studio By Soul-Brews-Studio schedule Updated 1/15/2026

name: feel description: Log emotions with optional structure. Use when user says "feel", "feeling", "mood", "tired", "sleepy", "frustrated", "happy", "excited".

/feel - Smart Emotion Log

Log emotions + optional structured data for pattern tracking.

Step 0: Timestamp

date "+๐Ÿ• %H:%M (%A %d %B %Y)"

Usage

/feel                      # List recent feelings
/feel [mood]               # Quick log: /feel sleepy
/feel [mood] energy:[1-5]  # With energy: /feel tired energy:2
/feel [mood] trigger:[x]   # With trigger: /feel anxious trigger:deadline

Examples

/feel sleepy
/feel happy energy:4
/feel frustrated trigger:debugging
/feel panic                 # โ†’ suggests /snapshot

Behavior Matrix

Input AI Understands Action
/feel (no args) Review mode List from feelings log
/feel panic/fear Context fear Suggest /snapshot or /rrr
/feel happy/proud Good moment Suggest /snapshot to capture
/feel [other] Just sharing Log to diary

Mode 1: No Arguments โ†’ List

Read ฯˆ/memory/logs/feelings/ and show summary:

## /feel - Recent Moods

| Date | Time | Mood | Energy |
|------|------|------|--------|
| Jan 11 | 22:30 | sleepy | 2/5 |
| Jan 11 | 15:00 | focused | 4/5 |

**Pattern**: Energy dips after 22:00

Mode 2: With Arguments โ†’ Log

Step 1: Parse input

Extract from ARGUMENTS:

  • mood: The feeling word(s)
  • energy: Number 1-5 if provided
  • trigger: What caused it if provided

Step 2: Check feeling type

Contains Type Action
panic, fear, เธเธฅเธฑเธง Context Fear Suggest /snapshot
happy, proud, เธ”เธตเนƒเธˆ Happy Moment Suggest /snapshot
Other Diary Log directly

Step 3: Create log entry

Write to ฯˆ/memory/logs/feels.log (append):

YYYY-MM-DD HH:MM | [mood] | energy:[N] | trigger:[x] | [optional note]

Example:

2026-01-11 22:33 | sleepy | energy:2 | trigger:late-night | so sleepy today

Step 4: Confirm

## /feel logged

**Mood**: ๐Ÿ˜ด sleepy
**Energy**: โ–“โ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ 2/5
**Trigger**: late-night
**Time**: 22:33

---
Logged to ฯˆ/memory/logs/feels.log

Energy Visualization

Level Bar Meaning
1 โ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ Exhausted
2 โ–“โ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ Low
3 โ–“โ–“โ–“โ–“โ–“โ–‘โ–‘โ–‘โ–‘โ–‘ Neutral
4 โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–‘โ–‘โ–‘ Good
5 โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“ Energized

Philosophy

"Rest is also data."

Tracking how you feel reveals patterns:

  • When do you feel most focused?
  • What triggers energy drops?
  • Correlation with work hours?

ARGUMENTS: $ARGUMENTS

Install via CLI
npx skills add https://github.com/Soul-Brews-Studio/plugin-marketplace --skill feel
Repository Details
star Stars 2
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator
Soul-Brews-Studio
Soul-Brews-Studio Explore all skills →