Automation Status banner
th3vib3coder th3vib3coder

Automation Status

Development community

Description

--- description: Show automation readiness and latest visible artifacts through the shared status surface allowed-tools: Read, Bash model: sonnet --- # /automation-status This command is a thin entrypoint over: - `environment/control/middleware.js` - `environment/automation/artifacts.js` ## Purpose Expose the operator-facing automation summary without inventing a scheduler dashboard. ## Execution protocol 1. Use `process.cwd()` as `projectPath` unless the operator explicitly gives another

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-research-environment-automation-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/th3vib3coder-vibe-research-environment-automation-status && curl -fsSL https://raw.githubusercontent.com/th3vib3coder/vibe-research-environment/HEAD/commands/automation-status.md -o ~/.claude/skills/th3vib3coder-vibe-research-environment-automation-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