status

Read state.json and render a project progress dashboard with countdown and leaderboard.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/october-academy/agnt --skill status-october-academy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/october-academy/agnt/tree/main/skills/status
Command: npx skills add https://github.com/october-academy/agnt --skill status-october-academy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

현황 파악이 어렵고, 프로젝트의 진행 현황, 시그널, 도구, 리더보드를 한 곳에서 확인하고 업데이트를 추적해야 하는 사용자의 필요를 해결합니다.

Core Features & Use Cases

  • 상태 읽기 및 계산: {AGNT_DIR}/state.json 파일에서 현재 상태를 읽고 남은 기간을 계산합니다.
  • 카운트다운 및 리더보드 표시: 시작일이 있으면 남은 기간과 진행 단계를 대시보드에 반영합니다.
  • 시그널 동기화 및 자동 플러시: MCP 시그널을 동기화하고 미동기화 이벤트를 서버와 연동하여 업데이트합니다.
  • 대시보드 렌더링 및 보고: 진행 상황, 시그널, 도구, 리더보드를 한 번에 출력합니다.

Quick Start

대시보드를 보려면 /agnt:status를 입력해 현재 진행 상황을 확인합니다.

Frequently Asked Questions about status

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

FAQPage Schema
How do I monitor real-time project progress from local agent state files?

To monitor real-time project progress, this skill reads the local state.json file, aggregates progress data, and renders a dashboard. It computes the daily countdown and displays progress signals.

What is the best way to visualize project signals and leaderboards in a solo development workflow?

The best way to visualize project signals and leaderboards is by rendering a status dashboard. This skill aggregates local agent state files, syncs MCP signals, and outputs progress, signals, tools, and leaderboards in one view.

How do I sync MCP signals and flush pending events for my project?

To sync MCP signals and flush pending events, the dashboard skill connects to the server, synchronizes unsynced events, and updates the local state. This ensures the rendered status dashboard reflects the latest project signals.

Can I use this status dashboard for solo development workflows without external dependencies?

Yes, you can use this status dashboard for solo development workflows without external dependencies. It operates by reading local state.json files and computing daily countdowns to support quick status checks independently.

Why does my project dashboard show an incorrect daily countdown?

An incorrect daily countdown on the project dashboard occurs when the start date is missing or improperly formatted in state.json. The skill computes the remaining period based on the start date recorded in the local agent state file.