Fix Your Entire Life in 1 Day
Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.
New
Join 0+ developers using this skill
skill
Specialized Roles
intermediate
Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
10 psychological sessions based on Dan Koe's viral article.
Based on:
Guides users through 10 structured sessions:
| Command | Action |
|---|---|
| Start or continue (shows intro for new users) |
| Start in Russian |
| Show progress |
| Jump to session N |
| Start over |
/lifeStep 1: Check if intro needed
bash 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
bash 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:
bash scripts/handler.sh save "USER_RESPONSE" $WORKSPACE
handler.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 document
Stored 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
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.