status

Display hyperflow project version, profile freshness, memory count, and in-flight task progress.

3|Updated May 14, 2026
One-click install
npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill status-mohammed-abdelhady
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/Mohammed-Abdelhady/hyperflow/tree/main/skills/status
Command: npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill status-mohammed-abdelhady

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick and easy way to view the current state of your hyperflow project, including version, profile freshness, memory count, and progress on every in-flight task.

Core Features & Use Cases

  • Project State Overview: Display the version, profile freshness, memory count, and progress on every in-flight task in a single command.
  • Read-only: Never modifies state, never dispatches workers.
  • Use Case: Use this Skill to get an immediate understanding of where your project stands without navigating through multiple files or commands.

Quick Start

To get the current status of your hyperflow project, simply type /hyperflow:status.

Frequently Asked Questions about status

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

FAQPage Schema
How do I get a quick overview of my hyperflow project state?

Get a project status overview by running /hyperflow:status, which instantly displays version, profile freshness, memory count, and progress on all in-flight tasks without modifying state.

Can I check in-flight task progress without modifying my project files?

Yes, checking in-flight task progress uses a read-only snapshot mechanism that never modifies project state or dispatches workers.

Do I need a specific directory setup to view hyperflow project status?

Viewing hyperflow project status requires access to the project's .hyperflow directory and is designed for use within the Claude Code environment.

What is included in the hyperflow project status snapshot?

The hyperflow project status snapshot includes current version, profile freshness, memory count, and progress metrics for every in-flight task.

What's the best way to monitor version and profile freshness in task tracking?

The best way to monitor version and profile freshness is running the status command, which aggregates these metrics into a single snapshot for immediate review.

Why does my hyperflow status command not show in-flight tasks?

If the status command fails to show in-flight tasks, verify your project contains a valid .hyperflow directory and that tasks are currently active.