custom_command

Install the CWM HUD status line for Claude workflows.

32|6|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HSUNEH/dev_sys_template --skill custom-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: custom_command
Source: https://github.com/HSUNEH/dev_sys_template/tree/main/cwm/skills/custom_command
Command: npx skills add https://github.com/HSUNEH/dev_sys_template --skill custom-command

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup and visibility of Claude workflows by installing a live status line that shows current folder, Git branch, context usage, and plan status.

Core Features & Use Cases

  • Installs a Claude HUD that displays real-time workspace information in the status line.
  • Reads current directory, branch, and usage metrics to help users manage multi-step tasks.
  • Use case: during Plan-Approve-Develop cycles, keep track of plan progress and tool usage at a glance.

Quick Start

Run the setup to install the HUD and enable the status line in Claude for real-time plan and usage visibility.

Frequently Asked Questions about custom_command

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

FAQPage Schema
How do I display real-time Git branch and context usage in a Claude status line?

To display real-time Git branch and context usage in a Claude status line, you can install a lightweight HUD that modifies ~/.claude/settings.json to show current workspace information at a glance.

What do I need to install a Claude workflow status line on my local deployment?

To install the Claude workflow status line on a local deployment, you need Node.js and jq installed in your environment to safely enable real-time plan progress and usage visibility.

Can I track plan-approve-develop cycle progress directly within Claude?

Yes, you can track plan-approve-develop cycle progress directly within Claude by installing a live HUD that reads your current directory, Git branch, and tool usage metrics.

How does modifying ~/.claude/settings.json affect my existing Claude workflows?

Modifying ~/.claude/settings.json safely and reversibly adds a status line feature to your existing Claude workflows, ensuring you can track plan progress without permanently altering your core configuration.

Why do I need a live HUD for local Claude deployments during development?

You need a live HUD for local Claude deployments to maintain real-time visibility of context usage and plan status, which helps you manage multi-step tasks efficiently during development cycles.