Agent skill · Workflow & Productivity

status

Check task status in the tracker and local artifacts. Use when the user invokes /status or asks for project/task status.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill status-arttttt-cmidcabot --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/status-arttttt-cmidcabot/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Status Command Follow `CLAUDE.md`, `conventions.md`, and `ARCHITECTURE.md`. ## Task Show task status from tracker and related local artifacts. ## Algorithm 1. If no argument: show overall project status. 2. If argument provided: show specific task status. ### Mode 1: Project Overview (no argument) Use `beads` skill to get: - List open tasks - List ready tasks (not blocked) - List blocked tasks - List in-progress tasks Output: ``` Project Status ============== Stats: - Open tasks: <count> - Ready to work: <count> - Blocked: <count> - In progress: <count> Ready Tasks (can start now): - <id1> - <title> (P<priority>) - <id2> - <title> (P<priority>) Blocked Tasks: - <id3> - <title> Blocked by: <blocker-id> (<blocker-status>) In Progress: - <id5> - <title> ``` ### Mode 2: Specific Task (with argument) Use `beads` to get task details and dependency tree. Also check local artifacts: - `docs/drafts/BRIEF_*<name>*.md` - `docs/drafts/TASK_*<name>*.md` - `docs/reviews/REVIEW_*<name>*.md` Output: ``` Task: <id> - <title> Status: <status> Type: <type> Priority: <priority> Description: <description> Dependency Tree: <tree output> Local Artifacts: - Brief: <exists/none> - Spec: <exists/none> - R

What's inside
Steps it walks through
  1. Task
  2. Algorithm
  3. Mode 1: Project Overview (no argument)
  4. Mode 2: Specific Task (with argument)
  5. Next Step Suggestions
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the status skill do?

Check task status in the tracker and local artifacts. Use when the user invokes /status or asks for project/task status.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill status-arttttt-cmidcabot --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going