mcpbeat

Work Status

davepoon/work-status

Shows WORK progress and TASK status. Use when the user asks about WORK list, WORK progress, TASK status, or pipeline status (e.g., "WORK list", "WORK-01 progress", "show status").

254 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3248
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/davepoon/buildwithclaude --skill work-status

The instruction itself

5 sections, as written by the author

WORK Status

Check and report the current status of WORKs and TASKs.

How to Check

  • Read works/WORK-LIST.md for the master index of all WORKs
  • For a specific WORK, read works/WORK-NN/PROGRESS.md for TASK-level progress
  • For a specific TASK, read works/WORK-NN/TASK-NN_result.md for completion details

Status Values

| Status | Meaning |

|--------|---------|

| IN_PROGRESS | WORK created, TASKs being executed |

| DONE | All TASKs committed — committer auto-sets on last TASK |

| COMPLETED | Archived to _COMPLETED/ — set during push |

Display Format

WORK Status
  WORK-01: User Authentication    ✅ 5/5 completed
  WORK-02: Payment Integration    🔄 2/4 in progress
  WORK-03: Admin Dashboard        ⬜ 0/6 pending

Arguments

Query: $ARGUMENTS

How to use it

Copy the folder

Take davepoon/work-status from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.