Crew Status banner
d3x293 d3x293

Crew Status

Productivity community

Description

--- description: "Show CodeCrew status - team config, index health, skill catalog, and task history" --- Invoke the **codecrew:team-status** skill to display: - Project profile summary - Active agent team and their roles/models - Codebase index health (last indexed, file count, staleness) - Skill catalog stats (total available, stack-specific, active) - Recent task history if available

Installation

Installs to ~/.claude/skills/d3x293-code-crew-crew-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/d3x293-code-crew-crew-status && curl -fsSL https://raw.githubusercontent.com/d3x293/code-crew/HEAD/commands/crew-status.md -o ~/.claude/skills/d3x293-code-crew-crew-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository