habits

Track daily habits and monitor streaks using file-based logging and bash commands.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw-skills --skill habits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: habits
Source: https://github.com/jholhewres/devclaw-skills/tree/main/skills/habits
Command: npx skills add https://github.com/jholhewres/devclaw-skills --skill habits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you consistently track your daily habits and monitor your progress over time, encouraging consistency and self-improvement.

Core Features & Use Cases

  • Habit Tracking: Log completion of daily habits.
  • Streak Monitoring: Visualize consecutive days of habit completion.
  • Monthly Summaries: Get an overview of habit adherence for the month.
  • Use Case: Set up a habit to "exercise daily" and use this skill to log your progress, view your current streak, and get a monthly summary of your consistency.

Quick Start

Use write_file to create your habit configuration in ~/.devclaw/habits/config.md.

Frequently Asked Questions about habits

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track daily habits and streaks using file-based logging?

You can track daily habits and streaks by logging habit completions in a configuration file and using bash commands to monitor consecutive days. This approach enables consistent routine building through file system operations.

What's the best way to monitor consecutive days of habit completion?

Monitoring streaks is done through bash commands that read your daily habit logs. This method visualizes consecutive days of habit completion to help you maintain consistency and track personal development progress.

Can I get a monthly summary of my habit adherence using shell scripting?

Yes, you can generate monthly summaries of habit adherence using basic shell scripting. The skill processes your daily habit logs to provide an overview of your consistency throughout the month.

Do I need any special dependencies to log daily habits and visualize progress?

No special dependencies are required. You only need basic file system operations and shell scripting capabilities to manage habit tracking, log completions, and visualize your progress over time.

How do I set up a habit tracking configuration for daily routines?

Set up your habit tracking by creating a configuration file in your home directory. This file-based approach allows you to define daily routines like exercise and log your progress for consistent tracking.