groove-admin-claude-statusline

Install a dynamic statusline and hooks into the Claude Code environment.

5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/andreadellacorte/groove --skill groove-admin-claude-statusline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: groove-admin-claude-statusline
Source: https://github.com/andreadellacorte/groove/tree/main/.agents/skills/groove-admin-claude-statusline
Command: npx skills add https://github.com/andreadellacorte/groove --skill groove-admin-claude-statusline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, python3, git, and includes scripts (resource) components.

What problem does it solve?

This Skill enhances your Claude Code experience by installing a rich, informative statusline that provides real-time context directly within your coding environment.

Core Features & Use Cases

  • Real-time Context: Displays model, git status, token usage, effort level, rate limits, and active loop counts.
  • Seamless Integration: Installs scripts and merges configuration into ~/.claude/settings.json and ~/.claude/hooks/.
  • Use Case: While coding, instantly see your current git branch, how much of your token limit you've used, and when your rate limits will reset, all without leaving the Claude Code interface.

Quick Start

Use the groove-admin-claude-statusline skill to install the statusline and hooks.

Frequently Asked Questions about groove-admin-claude-statusline

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

FAQPage Schema
How do I display git branch and token usage in a Claude Code statusline?

To display git branch and token usage in a Claude Code statusline, you can use this skill to install dynamic hooks and scripts that merge configuration into your environment, providing real-time feedback on model info, rate limits, and active loops.

What real-time context can I show in my AI assistant coding environment?

You can show real-time context in your AI assistant coding environment including current model information, git status, token usage limits, effort levels, rate limit reset times, and active loop counts directly within the interface.

Do I need jq and python3 to install a custom statusline for Claude?

Yes, you need jq, python3, curl, and git installed to set up the custom statusline for Claude, as the scripts rely on these standard utilities to fetch rate limits, parse configuration, and manage git context.

How does a dynamic statusline integrate with my existing Claude settings?

The dynamic statusline integrates by merging its configuration directly into `~/.claude/settings.json` and installing the necessary executable scripts into `~/.claude/hooks/`, ensuring seamless real-time updates without leaving the interface.

How to check API rate limits and active loop counts without leaving the coding interface?

To check API rate limits and active loop counts without leaving your coding interface, install a dynamic statusline that uses curl and jq to fetch and display this real-time data alongside your git branch and token usage.