box-factory-status-line

Recommends glanceable Claude Code status lines with prioritized data points.

1|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/racurry/neat-little-package --skill box-factory-status-line
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: box-factory-status-line
Source: https://github.com/racurry/neat-little-package/tree/main/plugins/box-factory/skills/status-line
Command: npx skills add https://github.com/racurry/neat-little-package --skill box-factory-status-line

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Status lines should prevent problems and be glanceable, not overwhelm with data. This skill guides what to display for real workflow benefits.

Core Features & Use Cases

  • Workflow-driven data: Focus on cost, context, model, and branch awareness
  • Performance-aware: Keep scripts fast and cache data where possible
  • Practical examples: Show model name and current cost to avoid surprises

Quick Start

Example user request: Propose a 3-line status line showing cost, model, and branch name.

Frequently Asked Questions about box-factory-status-line

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

FAQPage Schema
How do I design an effective status line for Claude Code workflows?

Status lines should display 3-4 glanceable data points with actionable insights rather than cosmetic details. Focus on cost awareness, context window usage, model visibility, git branch, session duration, and project orientation, updating every 300ms to stay current during development.

What data should I show in a status line to avoid cost surprises?

Include the current model name and accumulated cost to make spending visible during real-time sessions. This prevents budget overruns and helps you make informed decisions about model selection and session length.

Can I display git branch and context window information in my status line?

Yes. Combine git branch awareness, context window management metrics, and session duration into a single status line. The Skill provides safe git command checks and data caching to keep script overhead minimal while rendering ANSI color and emoji support.

What's the best way to keep status line scripts fast and responsive?

Cache data where possible and target a 300ms update cadence to avoid performance overhead. The Skill handles real-time JSON input rendering to stdout with minimal scripting requirements while maintaining glanceable output.

How do I balance displaying useful information without overwhelming the status line?

Status lines should prevent problems and remain scannable at a glance. Select 3-4 high-priority data points aligned with your workflow needs—cost, model, branch, or context—rather than attempting to show every available metric.