From factory
Builds features or improvements using Factory multi-agent CEO in focus mode: studies codebase, hypothesizes, implements on branch, reviews, evaluates. For 'implement X' or autonomous dev tasks.
npx claudepluginhub akashgit/remote-factory --plugin factoryThis skill uses the workspace's default tool permissions.
Build a specific feature or improvement using the Factory's multi-agent system.
Orchestrates multi-phase feature development: research, plan, implement, review with confidence scoring, approvals, and quality gates. For complex features spanning multiple files or needing architecture decisions.
Implements features using parallel subagents with scope control, reflection, and MCP servers for memory/context. Activates on implement/build/create requests in JS/TS projects.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
Build a specific feature or improvement using the Factory's multi-agent system.
The user wants to build: $ARGUMENTS
The factory CLI must be installed. Check and install from the plugin's bundled source:
command -v factory >/dev/null 2>&1 || uv tool install "${CLAUDE_PLUGIN_ROOT}"
The project must have .factory/ initialized (run factory ceo "$(pwd)" or /factory:study first). Focus mode requires improve mode — it will error if the project hasn't been set up yet.
Run the Factory CEO in focus mode on the current project:
factory ceo "$(pwd)" --focus "$ARGUMENTS"
This will:
If factory cannot be installed (e.g. no uv available), tell the user:
To use /factory:implement, install the Factory CLI:
uv tool install /path/to/remote-factory
# or from git
uv tool install git+https://github.com/akashgit/remote-factory
Then re-run this command.