Skip to content

@docsxai/plugin

The first-class invocation surface for the docsxai engine. Install globally:

claude plugin install https://github.com/kalebteccom/docsxai # (the plugin lives under packages/plugin)

Commands (deterministic - thin wrappers over the docsxai CLI)

Section titled “Commands (deterministic - thin wrappers over the docsxai CLI)”
CommandWhat
/docsxai:run <project-dir>Re-run flow-files headlessly, refresh annotations.json + screenshots.
/docsxai:render <project-dir>Build the interactive viewer.
/docsxai:push <project-dir>Upload the doc pack to the configured backend.
/docsxai:pull <project-dir>Download the doc pack from the configured backend.
/docsxai:loginOAuth login to the backend (CI uses DOCSX_TOKEN).
/docsxai:doctorEnvironment + workspace health-check (✓/✗ + one-line fixes).

Skills (calibration - agent-driven; the host supplies inference)

Section titled “Skills (calibration - agent-driven; the host supplies inference)”
SkillWhat
calibrateDrive a calibration end-to-end: discovery → mapping+testing → commit, producing a doc pack.
diagnoseThe explicit failure path - propose a recalibration diff when a deterministic run halts on drift.

The skills shell out to the docsxai CLI and use the externally-provided Claude in Chrome MCP for the discovery stage’s live-browser driving. An internal MCP server (engine operations the calibration skills call - parse-flow-file, run-flow, apply-ambiguity-resolution, …) is a possible future addition if shelling out becomes the bottleneck.

Made by Kalebtec · GitHub · Apache-2.0 licensed