Skip to content
Skill

zcc Status

by Git-on-my-level

AI Summary

Displays current project status for zcc (Claude Code) projects by listing active tickets, available modes, workflows, and configuration. Useful for developers managing zcc-based coding projects who need quick visibility into their project state.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "zcc Status" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (3 files)
mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/Git-on-my-level/zcc/main/.claude/commands/zcc.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/mode.md "https://raw.githubusercontent.com/Git-on-my-level/zcc/main/.claude/commands/mode.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ticket.md "https://raw.githubusercontent.com/Git-on-my-level/zcc/main/.claude/commands/ticket.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Show current zcc project status

Active Tickets

!npx zcc ticket list 2>/dev/null || echo "No tickets found"

Available Modes

!ls -1 .zcc/modes/ 2>/dev/null | head -10 || echo "No modes installed"

Available Workflows

!ls -1 .zcc/workflows/ 2>/dev/null | head -10 || echo "No workflows installed"

Current Configuration

!head -20 CLAUDE.md 2>/dev/null || echo "CLAUDE.md not found"

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 7mo ago
Stale
AdoptionUnder 100 stars
16 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars16
Forks1
Issues1
Updated7mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code