δΈζ Β· English
Your Personal OS for Thinking & Doing
Capture thoughts. Extract insights. Execute with focus. Sync everywhere β offline-first, always in sync.
π integ.life Β· π€ AI-powered productivity Β· π± Web Β· macOS Β· Android Β· Wear OS
This repo ships the Claude Code skills that let an AI agent drive your integ.life data β money, todos, notes, goals, mood, focus time β through natural conversation.
The skills live alongside an MCP (Model Context Protocol) server inside integ.life's backend. Together they turn "I spent 35 on lunch", "what's on my plate this week", or "how have I been feeling" into the right call against your own data.
Seven skills, one per life domain. Each SKILL.md tells Claude when to trigger and which tool to call.
| Skill | Trigger |
|---|---|
π° life-money |
"I spent X" Β· "how much did I spend on Y" Β· "show last week's transactions" |
β
life-todo |
"add a todo" Β· "what's due today" Β· "mark X done" |
π life-idea |
"jot this down" Β· "find my notes on Y" |
π― life-goal |
"what are my active goals" Β· "log a check-in on Y" |
π€οΈ life-mood |
"I'm feeling tired" Β· "how have I been this week" |
β±οΈ life-pomodoro |
"how much focused time did I get today" |
π life-overview |
"how was my week" Β· "give me a status update" |
git clone git@github.com:integ-life/life.git ~/code/life-skills
for d in ~/code/life-skills/skills/life-*; do
ln -s "$d" ~/.claude/skills/
doneThen point Claude Code at your integ.life MCP endpoint (POST <your-host>/mcp/v1) with a bearer token created from the app's Settings β API Tokens screen.
- π integ.life β sign up, web/macOS/Android/Wear OS apps
- β¨οΈ life-cli β command-line client for the same backend
Built to pair with Go, React, Swift, and Kotlin clients Β· Β© integ.life