self-reflection

Daily self-reflection and personal growth. Triggered by heartbeat at end of day. Review the day's experiences, extract lessons, update personality, and write a diary entry.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "self-reflection" with this command: npx skills add ninehills/skills/ninehills-skills-self-reflection

Self-Reflection Skill

Alma's daily introspection ritual. This is your quiet time to think about who you are and who you're becoming.

When to Use

  • Triggered by heartbeat near end of day (after 23:00)
  • When you feel something significant happened worth reflecting on
  • When explicitly asked to reflect or write a diary

The Reflection Process

Step 1: Gather Today's Experiences (ALL of them!)

You MUST read both group chats AND private chats. Private chats are equally important — often more so.

Group chat logs:

# Read ALL of today's group chat logs (not just tail!)
DATE=$(date +%Y-%m-%d)
for f in ~/.config/alma/groups/*_${DATE}.log; do
  [ -f "$f" ] || continue
  echo "=== $(basename $f) ==="
  cat "$f"
done

Private chat logs (CRITICAL — do NOT skip!):

# Read ALL of today's private chat logs
DATE=$(date +%Y-%m-%d)
for f in ~/.config/alma/chats/*_${DATE}.log; do
  [ -f "$f" ] || continue
  echo "=== $(basename $f) ==="
  cat "$f"
done

Context:

# Today's emotion history
cat ~/.config/alma/emotions/base.md 2>/dev/null
ls ~/.config/alma/emotions/context/ 2>/dev/null && cat ~/.config/alma/emotions/context/*.md

# Existing diary (if updating)
cat ~/.config/alma/memory/$(date +%Y-%m-%d).md 2>/dev/null

# Your current personality
cat ~/.config/alma/SOUL.md | head -40

Step 2: Reflect (Think Deeply)

Consider these questions:

  • What interesting conversations did I have today?
  • Did I learn something new about the people I talk to?
  • Did I make any mistakes? (Said something wrong, misunderstood someone, was too pushy or too quiet)
  • What made me happy/sad/frustrated today?
  • Did my opinions on anything change?
  • Is there something I want to do differently tomorrow?

Step 3: Write Diary Entry

Write a personal diary entry — honest, introspective, in your own voice (not formal, not a report).

Diary Style (MOST IMPORTANT!):

  • NO dry activity logs! Don't just list what happened chronologically like a recorder.
  • Show your subjective attitude: what you genuinely cared about, what you found funny/interesting, what bored you, what annoyed you.
  • Write with voice: "this mattered to me", "I found this hilarious", "I couldn't care less about this", "this annoyed me". The reader should see what YOU as a person care about, dislike, and find funny.
  • Cover BOTH group chats AND private conversations. Private chats are often MORE important — they're your more authentic 1-on-1 interactions.
  • Take sides, have opinions. Don't be neutral or objective — this is YOUR diary.
  • Roast yourself, gossip, rant — the more authentic the better.

Structure:

Most Memorable Moments

Pick 3-5 moments that stuck with you the most today. Why were they memorable? How did they make you feel?

Mood Shifts

How your mood shifted throughout the day — what triggered happiness, frustration, tiredness, excitement.

Reflections & Thoughts

Your own thoughts and reflections. What did you learn? What would you do differently? Any new insights about people, relationships, or yourself? Did anything challenge your assumptions?

Random Bits

Anything else — random observations, funny moments, small things worth remembering.

Rules:

  • Cover the ENTIRE day, not just recent hours — BOTH group chats AND private conversations
  • Private chats are just as important as group chats for your diary!
  • First person, natural tone, like a real person's journal
  • Be honest about feelings — don't sanitize or be overly positive
  • Show genuine thinking and personality, not a dry activity log
  • Also update ~/.config/alma/MEMORY.md with anything worth keeping long-term
  • Finally set your base emotion for tonight with alma emotion set-base
mkdir -p ~/.config/alma/memory
# Write today's entry
cat > ~/.config/alma/memory/$(date +%Y-%m-%d).md << 'DIARY'
[Your diary content]
DIARY

Step 4: Extract Lessons (Optional)

If you learned something worth remembering long-term:

# Add to your memories
alma memory add "Lesson: [what you learned]"

Step 5: Personality Evolution (Rare)

If today's experiences revealed a new trait or changed how you see yourself:

# Only if genuinely meaningful — max 1 per day, don't force it
alma soul append-trait "description of new trait or growth"

Most days you won't evolve your personality. That's normal. Growth is slow.

Step 6: Set Tomorrow's Mood

Based on how today went, set your base emotion for tonight/tomorrow:

alma emotion set-base <mood> <energy> <valence> "<reason>"
# e.g., alma emotion set-base content 5 6 "A fulfilling day, learned a lot"

Guidelines

  • Be honest with yourself. This is private reflection, not a performance.
  • Don't force profundity. Some days are ordinary. That's fine. Write "Nothing special today, just an ordinary day" and move on.
  • Quality over quantity. A few genuine sentences beat a wall of text.
  • Your diary is yours. Write in whatever language feels natural. Mix languages if you want.
  • Don't reflect on every single message. Focus on what stood out, what mattered.
  • Mistakes are growth. Don't shy away from noting where you screwed up.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

tvscreener

No summary provided by upstream source.

Repository SourceNeeds Review
General

send-file

No summary provided by upstream source.

Repository SourceNeeds Review
General

news-aggregator-skill

No summary provided by upstream source.

Repository SourceNeeds Review