Factory Cli banner
MasonGeloso MasonGeloso

Factory Cli

Development community

Description

--- description: Run the Factory CLI (skills status, scheduled agents) from the installed plugin. argument-hint: "[status | agents list | agents install <agent> <repo> | …]" allowed-tools: Bash(*/bin/factory:*), Bash(python3:*) --- Run the Factory CLI that ships with this plugin: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/bin/factory" $ARGUMENTS ``` If `$ARGUMENTS` is empty, run `python3 "${CLAUDE_PLUGIN_ROOT}/bin/factory" status` instead — the no-argument form opens a full-screen TUI, which cann

Installation

Installs to ~/.claude/skills/masongeloso-factory-factory-cli/SKILL.md

Terminal
mkdir -p ~/.claude/skills/masongeloso-factory-factory-cli && curl -fsSL https://raw.githubusercontent.com/MasonGeloso/factory/HEAD/commands/factory-cli.md -o ~/.claude/skills/masongeloso-factory-factory-cli/SKILL.md

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

Full documentation available on GitHub

View Source Repository