npx claudepluginhub akashgit/remote-factory --plugin factoryThis skill uses the workspace's default tool permissions.
Show the current Factory status for this project.
Displays status information via /Status command. Auto-activates on relevant status-related queries in conversations for quick project or session overviews.
Renders AgentOps workflow dashboard via /status, showing ratchet/task status, epics, learnings count, git state, recent activity, inbox, and session signals. Use for quick project overviews.
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.
Show the current Factory status for this project.
command -v factory >/dev/null 2>&1 || uv tool install "${CLAUDE_PLUGIN_ROOT}"
factory status "$(pwd)"
This shows:
.factory/strategy/backlog.mdIf the project hasn't been initialized with the factory yet, run:
factory ceo "$(pwd)"
This will auto-detect the project state and guide it through setup (discovery, eval review, initialization).