agentsclimarketplace

Status

Skill azadmotala/claude-code-team-builder/examples/saas-dashboard/.claude/skills/status

Show current project state for TenantFlow. Reports what's done, in progress, blocked, failed, and next. Run any time to see where the project stands.From its SKILL.md

Install
npx -y skills add azadmotala/claude-code-team-builder --skill status

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.0 KB, 199 tokens by cl100k_base, as published. Nobody here has run it

Status

Reports project state for TenantFlow.

Workflow

  1. Read state β€” load tasks.json and orchestrator_state.json
  2. Categorize tasks:
    • βœ… Done β€” completed and validated
    • πŸ”„ In progress β€” currently assigned
    • 🚫 Blocked β€” dependencies not met
    • ⏳ Pending β€” ready but not started
    • πŸ”΄ Failed β€” exceeded retry limit
  3. Show milestone progress β€” percentage complete per milestone
  4. Show recent activity β€” last 5 entries from progress.log
  5. Show next action β€” what the orchestrator will do next
  6. Show failures β€” any tasks that failed with attempt count and reason

Output format

Print to console. Group by milestone. Show counts at the top: Done: X | In Progress: X | Blocked: X | Pending: X | Failed: X

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.