Skip to main content
ClaudeWave
Skill2.4k estrellas del repoactualizado today

hyperflow-status

hyperflow-status displays a read-only snapshot of a Hyperflow project's current state, including active tasks with progress bars, completed subtasks, Git branches, specification and audit file counts, and memory entry totals. Use it to monitor project progress, check task status, and understand what work is currently in flight without triggering any modifications or new work execution.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills /tmp/hyperflow-status && cp -r /tmp/hyperflow-status/plugins/ai-agency/hyperflow/templates/antigravity/skills/hyperflow-status ~/.claude/skills/hyperflow-status
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# hyperflow-status — read-only state (Antigravity single-agent)

One-screen view of hyperflow project state. **Read-only** — never edits files or runs work. Follow the `hyperflow` doctrine.

## Steps

1. Read `.hyperflow/tasks/*.md`; for each, report the status block (progress bar, sub-tasks done/total, branch).
2. Count `.hyperflow/specs/*.md` and `.hyperflow/audits/*.md`.
3. Count `.hyperflow/memory/*` entries.
4. Print a compact summary: active tasks + their progress, spec/audit counts, memory size. If `.hyperflow/` is absent, say so and suggest `hyperflow-scaffold`.

## Rules

- Never modify any file. Never dispatch work. Output is a single status block.