statusline

Display TASKS.md progress on the Claude Code status bar.

17|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/insightflo/claude-impl-tools --skill statusline-insightflo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statusline
Source: https://github.com/insightflo/claude-impl-tools/tree/main/plugin/skills/statusline
Command: npx skills add https://github.com/insightflo/claude-impl-tools --skill statusline-insightflo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Displays in-editor progress of TASKS.md directly on the Claude Code status bar, letting you see completed work and current focus at a glance.

Core Features & Use Cases

  • Real-time TASKS.md progress visualization on the status bar, including a visual progress bar and phase information.
  • Per-project hooks that trigger updates when TASKS.md changes, ensuring the status line stays in sync with your project state.
  • Global statusline segment with optional installation script to auto-attach the UI component to Claude Code.

Quick Start

Run the statusline install script to add the live TASKS.md progress segment to your Claude Code status bar.

Frequently Asked Questions about statusline

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

FAQPage Schema
How do I show TASKS.md progress on the Claude Code status bar?

To display TASKS.md progress on the Claude Code status bar, run the provided install.sh script. This attaches a global statusline segment that computes DONE/TOTAL task counts and shows current phase information at a glance.

Can I monitor live task completion status inside Claude Code projects?

Yes, you can monitor live task completion status inside Claude Code projects. Per-project hooks trigger updates whenever TASKS.md changes, ensuring your status line segment stays synchronized with your actual project state.

What is the best way to visualize project phase and next task without leaving the editor?

Visualizing project phase and next task is best handled by a live statusline segment reading TASKS.md. It surfaces the current phase and identifies the next task for quick triage directly on the status bar.

Do I need to manually update the status line when TASKS.md changes?

No, you do not need to manually update the status line when TASKS.md changes. The Skill implements per-project hooks that automatically detect file modifications and refresh the status bar display.

Why does the TASKS.md progress bar not update immediately in real-time?

The TASKS.md progress bar caches results for 30 seconds to optimize performance. If the progress bar does not update immediately, wait for the cache interval to expire or trigger a file save to force a hook refresh.