Hq Status banner
lji151 lji151

Hq Status

Development community

Description

--- description: Print the HQ status file for a domain (or list the domains when none is given) argument-hint: "[domain]" allowed-tools: ["Bash", "Read"] --- # Read the HQ status ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/hq.mjs" inject --print --domain "$ARGUMENTS" ``` If `$ARGUMENTS` is empty, run it without `--domain` — that prints the domain list with the age of each status file, and you should ask the user which one this session is about. After reading: - Say in one or two sentences w

Installation

Installs to ~/.claude/skills/lji151-session-hq-hq-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lji151-session-hq-hq-status && curl -fsSL https://raw.githubusercontent.com/lji151/session-hq/HEAD/commands/hq-status.md -o ~/.claude/skills/lji151-session-hq-hq-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository