Skip to content

AI Coding Assistants

Use the Slint skill to give your AI coding agent project-specific guidance for working with Slint. The skill covers the .slint language, layouts, common gotchas, host-language interop, and the embedded MCP server.

The plugin and skills are available from the slint-ui/ai-plugins repository.

Add the Slint marketplace from GitHub and install the plugin:

Terminal window
/plugin marketplace add slint-ui/ai-plugins
/plugin install slint@slint
bash

Claude Code can then use the bundled Slint skill when working with Slint projects.

With the skill installed, the assistant follows Slint’s conventions when it writes, debugs, and reviews .slint code, and wires the UI to Rust, C++, JavaScript, or Python. Assistants also learn to verify rendering by taking screenshots of the scene before calling the work done.

The skill also connects the assistant to the Model Context Protocol (MCP) server embedded in your running Slint application. Once connected, the assistant can inspect the UI through its accessibility tree, drive it with mouse, touch, and keyboard input, and capture screenshots to check the result — built on Slint’s existing accessibility and testing APIs, with no debugging hooks in your application.


© 2026 SixtyFPS GmbH