install
source · Clone the upstream repo
git clone https://github.com/faizkhairi/claude-code-blueprint
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/faizkhairi/claude-code-blueprint "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/status" ~/.claude/skills/faizkhairi-claude-code-blueprint-status && rm -rf "$T"
manifest:
skills/status/SKILL.mdsource content
Project status dashboard:
-
Git Status for each project in the workspace:
- Branch name, uncommitted changes, last commit, ahead/behind remote
- Check CLAUDE.md or memory for registered project paths
-
Services: Check if dev servers are running
- Check CLAUDE.md for configured dev ports
- Use
orlsof -i :PORT
to check port availabilitynetstat
-
Database: Check database connectivity if applicable
- Test connection using project's database URL from .env
-
Recent Activity: Last 3 commits per repo
-
Test Status: Run a quick test count (if test command is known from CLAUDE.md)
Present as a clean dashboard with status indicators.