agentsclimarketplace

Status

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

A claude code skill that generates a complete AI development team — agents, skills, routing rules, and project context — for any software project.

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.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

1.0 KB, 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

Keep looking

Skills are one crate of 328,083. 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.