AI Coding Assistants
Use the Slint skill to give Claude Code or Codex project-specific guidance for working with Slint.
Add the Slint marketplace from GitHub and install the plugin:
/plugin marketplace add slint-ui/slint/plugin install slint@slintClaude Code can then use the bundled Slint skill when working with Slint projects.
Enter the following in the Codex prompt to install the skill from GitHub:
$skill-installer install https://github.com/slint-ui/slint/tree/master/skills/slintRestart Codex after the install so it picks up the new skill.
If you have the GitHub CLI ↗ installed, gh skill install works for any supported agent — pick the one matching your tool:
# Codexgh skill install slint-ui/slint slint --agent codex
# Claude Codegh skill install slint-ui/slint slint --agent claude-codeSee gh skill install ↗ for the full list of supported agents (Cursor, Gemini CLI, Windsurf, and others). Restart your agent afterward so it picks up the new skill.
Install the Slint skill into the current project with the skills ↗ CLI:
npx skills add slint-ui/slint --skill slintThis works for any agent supported by the skills CLI (Claude Code, Cursor, and others) and installs into the project’s agent skills directory by default. Pass -g to install globally for all projects.
© 2026 SixtyFPS GmbH