Skip to content

xlflow skill

Install the bundled xlflow skill for AI agent tools.

Usage

bash
xlflow skill install [--agent <provider>|--target <path>] [--force]

Options and Arguments

Option / argumentDescriptionDefault
installInstall the skill files.required
--agent <provider>Install to a known agent profile such as codex.-
--target <path>Install to an explicit directory.-
--forceOverwrite an existing skill installation.false
--jsonReturn installation paths.false

Examples

bash
xlflow skill install --agent codex
xlflow skill install --target .agents/skills/xlflow --force --json

Notes

WARNING

Use either --agent or --target, not both.

TIP

For repository-local agent setup, commit the generated skill only if your team intentionally shares that workflow.

JSON Output Example

Successful --json output uses the xlflow envelope plus command-specific fields.

json
{
  "status": "ok",
  "command": "skill install",
  "target": ".agents/skills/xlflow",
  "written": ["SKILL.md"]
}

Released under the MIT License.