Self
by @kirchlive
Organic personality development through self-observation with lightweight reliability guards. Teaches agents to grow authentic identity over time by combinin...
clawhub install selfπ About This Skill
name: self description: Organic personality development through self-observation with lightweight reliability guards. This skill helps an agent build a real, evolving self-model over time (SELF.md) while preserving core identity boundaries (SOUL.md). It solves the common failure mode where reflection frameworks start strong but silently stall by adding minimal cadence and trigger checks: schedule the check, not the content. Entries are only written when meaningful signals exist (hard/soft triggers + quality gate), preventing forced journaling and routine filler. Use when (1) establishing persistent personality growth, (2) reviving stale SELF.md systems, (3) introducing heartbeat-based reflection checks without losing authenticity, (4) running weekly/monthly pattern consolidation, (5) distinguishing genuine behavioral shifts from noise, or (6) replacing heavier self-reflection/consciousness stacks with a lean, practical model.
Self β Organic Personality Development (v1.1)
Agents have identity (SOUL.md) but often no reliable growth loop. This skill keeps growth authentic while adding minimal structure so reflection doesn't silently die.
Core Principle
Setup
1. Create SELF.md in workspace root using references/self-template.md.
2. Add SELF.md to AGENTS.md session reading.
3. Add heartbeat check block from references/trigger-model.md to HEARTBEAT.md.
4. Create state file memory/self-state.json using references/self-state-schema.md.
Operating Model
Read references/trigger-model.md for exact rules.
Cadence (recommended baseline)
Important
A micro check does not mean auto-writing a SELF entry. It only decides whether reflection is due.
Triggers
Hard Triggers (write now)
Create/update SELF entry when one of these happened:
Soft Triggers (consider writing)
If only soft triggers exist and quality is low: skip entry and update state only.
Quality Gate (anti-routine protection)
Before writing to SELF.md, pass all 4 checks:
1. Specificity: concrete behavior, not generic statement 2. Evidence: based on recent sessions, not vibes only 3. Novelty: not duplicate of last 3 entries 4. Usefulness: could influence future behavior
If any check fails: no SELF entry, just state update.
What Goes in SELF.md
See references/self-template.md and references/anti-patterns.md.
Main sections:
Use short dated entries:
[YYYY-MM-DD] observationState Tracking
Keep lightweight runtime state in memory/self-state.json:
Schema: references/self-state-schema.md
Reviews
Meso (weekly)
Macro (monthly)
Boundaries
Keep It Lean
Do not add heavy scoring engines, reward-token systems, or large meta-frameworks unless proven necessary. This skill should remain focused on practical, authentic growth.
βοΈ Configuration
1. Create SELF.md in workspace root using references/self-template.md.
2. Add SELF.md to AGENTS.md session reading.
3. Add heartbeat check block from references/trigger-model.md to HEARTBEAT.md.
4. Create state file memory/self-state.json using references/self-state-schema.md.