Use this page to choose the next command without reading the whole CLI reference.Documentation Index
Fetch the complete documentation index at: https://docs.pluxx.dev/llms.txt
Use this file to discover all available pages before exploring further.
Pick your path
| Situation | Run this | Why |
|---|---|---|
| You have a raw MCP URL or stdio command | pluxx init --from-mcp <source> --yes | Creates the first source project without invoking a host agent |
| You already configured the MCP in Claude Code, Cursor, Codex, or OpenCode | pluxx discover-mcp then pluxx init --from-installed-mcp <host:name> --yes | Imports the existing MCP shape without copying literal secret values |
| You want import, refinement, build, install, and verification in one flow | pluxx autopilot --from-mcp <source> --runner codex --mode standard --install --install-target codex --trust | Fastest end-to-end proof in one selected host |
| You already have a Pluxx project and the MCP changed | pluxx sync --from-mcp <source> | Refreshes generated MCP-derived content while preserving custom sections |
| You already have a host-native plugin | pluxx migrate <path> | Converts an existing plugin into a Pluxx source project |
Normal manual flow
Use this when you want to inspect each stage:--trust:
When to use Agent Mode
Use Agent Mode only after the deterministic scaffold is valid but still reads too generic, too lexical, or too tool-shaped.review when you want critique before shipping:
What each check answers
| Command | Question it answers |
|---|---|
doctor | Is the source project structurally healthy? |
lint | Will platform-specific rules reject this? |
eval | Is the scaffold coherent enough to publish or refine? |
test | Do config, lint, build, and smoke checks pass together? |
verify-install | Does the host-visible installed bundle actually exist and work? |