Tui Agent Channel banner
mendixlabs mendixlabs

Tui Agent Channel

Development community

Description

--- name: tui-agent-channel description: Use when Claude needs to send MDL commands to a running mxcli TUI, execute operations with human oversight, or automate TUI interactions via the agent socket. Also use when setting up Claude-TUI integration for supervised Mendix project modifications. --- # TUI Agent Channel Send MDL commands to a running mxcli TUI over a Unix socket. **All agent actions simulate normal user operations** — every command is visible in the TUI, understandable by the human

Installation

Installs to ~/.claude/skills/mendixlabs-mxcli-tui-agent-channel/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mendixlabs-mxcli-tui-agent-channel && curl -fsSL https://raw.githubusercontent.com/mendixlabs/mxcli/HEAD/.claude/skills/tui-agent-channel.md -o ~/.claude/skills/mendixlabs-mxcli-tui-agent-channel/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository