Agent Farm Status banner
frapercan frapercan

Agent Farm Status

Development community

Description

--- description: Display status of running and recent tasks --- Run `bash ~/Thesis2/agent-farm/scripts/status.sh $ARGS` where $ARGS is optional (e.g., a specific task_id or `--all` for full history). Default shows live tasks only. Report the tabla (table) of tasks with their status, start time, and result. Caveat: supervisor/heartbeat logs are in `tmux attach -t agent-farm`.

Installation

Installs to ~/.claude/skills/frapercan-agent-farm-agent-farm-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/frapercan-agent-farm-agent-farm-status && curl -fsSL https://raw.githubusercontent.com/frapercan/agent-farm/HEAD/commands/agent-farm-status.md -o ~/.claude/skills/frapercan-agent-farm-agent-farm-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