| name | Habit |
| description | Build daily habits with streak tracking, reminders, and progress charts. Use when starting habits, maintaining streaks, or analyzing completion rates. |
| version | 1.0.0 |
| author | BytesAgain |
| homepage | https://bytesagain.com |
| source | https://github.com/bytesagain/ai-skills |
| tags | ["planning","productivity","habit","organization","workflow"] |
Habit
Take control of Habit with this productivity toolkit. Clean interface, local storage, zero configuration.
Why Habit?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
habit help
habit status
habit stats
Commands
| Command | What it does |
|---|
habit ingest | Ingest |
habit transform | Transform |
habit query | Query |
habit filter | Filter |
habit aggregate | Aggregate |
habit visualize | Visualize |
habit export | Export |
habit sample | Sample |
habit schema | Schema |
habit validate | Validate |
habit pipeline | Pipeline |
habit profile | Profile |
habit stats | Summary statistics |
habit export | Export (json |
habit search | Search entries |
habit recent | Recent activity |
habit status | Health check |
habit help | Show this help |
habit version | Show version |
habit $name: | $c entries |
habit Total: | $total entries |
habit Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
habit Version: | v2.0.0 |
habit Data | dir: $DATA_DIR |
habit Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
habit Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
habit Last: |
Data Storage
All data is stored locally at ~/.local/share/habit/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com