skills/statusline/SKILL.md
Install or remove coral HUD statusline
npx skillsauth add kangig94/coral statuslineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage the coral HUD statusline for Claude Code.
~/.claude/hud/coral-hud.mjs already exists:
coral-hud.mjs in this skill directory: inform user "HUD is already up to date", skip to step 6coral-hud.mjs from this skill directory and write it to ~/.claude/hud/coral-hud.mjs (create ~/.claude/hud/ directory if needed)~/.claude/settings.json (create if absent)statusLine already exists and is NOT coral's, ask the user before overwritingstatusLine to:
{
"statusLine": {
"type": "command",
"command": "node ~/.claude/hud/coral-hud.mjs"
}
}
Replace ~ with the actual home directory path.~/.codex/auth.json exists:
~/.claude/hud/.coral-codex-enabled (empty file)~/.claude/hud/.coral-codex-enabled if it existsauth.json, skip silently (do not create or delete any Codex files)~/.claude/settings.jsonstatusLine key~/.claude/hud/coral-hud.mjs~/.claude/hud/.coral-cache.json~/.claude/hud/.coral-codex-enabledThe HUD script source is coral-hud.mjs in this directory.
The install command reads this file and writes it to ~/.claude/hud/coral-hud.mjs.
~ must be expanded to the real home directory in both the file path and settings.json commandapi.anthropic.com/api/oauth/usage using OAuth credentialschatgpt.com/backend-api/wham/usage (GET, no token cost); requires Codex login (~/.codex/auth.json)transcript_path JSONL (tail-read for performance), finds last Skill or proxy_Skill tool_use blockthrottled: refreshes in Xm for HTTP 429, re-login required for explicit 401/403 auth failures, and API unavailable for other fetch/refresh failures.re-login required appears only for observable auth failures.$0.43 47m.~/.claude/hud/.coral-codex-enabled flag file; managed during installtools
Use when a problem needs clarification and agreement before planning begins. Supports --deep and --delegate.
data-ai
Use after implementation to run tier-classified review agents and produce a consolidated verdict.
development
Use when setting up a new or existing project for AI-assisted development.
development
Use when code needs simplification — recently modified code by default, or a specified scope.