Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.
.claude/skills/sundial-org-fix-life-in-1-day/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | 417% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 144% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 56% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 170% | 0% |
10 psychological sessions based on Dan Koe's viral article.
Based on:
Guides users through 10 structured sessions:
| Command | Action | |---------|--------| | /life | Start or continue (shows intro for new users) | | /life ru | Start in Russian | | /life status | Show progress | | /life session N | Jump to session N | | /life reset | Start over |
/lifeStep 1: Check if intro needed
bashbash scripts/handler.sh intro en $WORKSPACE
If showIntro: true → Send intro message with image and "🐇 Jump into the rabbit hole" button (life:begin)
If showIntro: false → Run start and show current phase
Step 2: Get current state
bashbash scripts/handler.sh start en $WORKSPACE
Step 3: Format and show to user:
🧠 **Life Architect** — Session {session}/10
**{title}**
Phase {phase}/{totalPhases}
━━━━━━━━━━━━━━━━━━━━━━━━━━━
{content}
━━━━━━━━━━━━━━━━━━━━━━━━━━━Step 4: When user responds, save and advance:
bashbash scripts/handler.sh save "USER_RESPONSE" $WORKSPACE
bashhandler.sh intro [en|ru] # Check if should show intro handler.sh start [en|ru] # Start/continue session handler.sh status # Progress JSON handler.sh session N # Jump to session N handler.sh save "text" # Save response & advance handler.sh skip # Skip current phase handler.sh reset # Clear all progress handler.sh callback <cb> # Handle button callbacks handler.sh lang en|ru # Switch language handler.sh reminders "07:00" "2026-01-27" # Create Session 10 reminders handler.sh insights # Get accumulated insights
life:begin / life:begin:ru — Start sessionslife:prev — Previous phaselife:skip — Skip phaselife:save — Save and exitlife:continue — Continuelife:lang:en / life:lang:ru — Switch languagelife:session:N — Jump to session Nlife-architect/
├── SKILL.md # This file
├── assets/
│ └── intro.jpg # Intro image
├── references/
│ ├── sessions.md # Session overview
│ ├── sources.md # Original sources
│ └── sessions/
│ ├── en/ # English sessions (1-10)
│ └── ru/ # Russian sessions (1-10)
└── scripts/
├── handler.sh # Main command handler
└── export.sh # Export final documentStored in $WORKSPACE/memory/life-architect/:
state.json — Progress trackingsession-NN.md — User responsesinsights.md — Key insights from completed sessionsfinal-document.md — Exported complete documentjq (JSON processor)bash 4.0+MIT
Other measured skills in the registry, with their headline benchmark lift.