lib-slint-expert

Execute the Slint GUI development task described in $ARGUMENTS .

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lib-slint-expert" with this command: npx skills add bahayonghang/my-claude-code-settings/bahayonghang-my-claude-code-settings-lib-slint-expert

Execute the Slint GUI development task described in $ARGUMENTS .

Steps

  • If $ARGUMENTS is empty, report an error requesting a description of the GUI component or application.

  • Read $SKILL_DIR/references/SLINT_GUIDE.md for core concepts, layout systems, styling, and animations.

  • If the user wants to start a new project, use the templates from $SKILL_DIR/templates/ .

  • For additional API details or usage patterns, consult $SKILL_DIR/docs/README.md or $SKILL_DIR/examples/README.md .

  • Implement the required UI components and associated Rust logic based on the user's prompt.

  • Verify the UI handles cross-platform requirements if specified.

Examples

User Request: "Create a simple login form with Slint." Response Strategy: Generate a .slint file using VerticalLayout, TextInput for username and password, and a Button for submit. Include property bindings for the fields.

Troubleshooting

  • If a component fails to render, verify that the bindings between Rust ModelRc and Slint properties are correctly set up.

  • If performance issues are observed, ensure ListView is used for long lists and heavy property animations are optimized.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

tech-design-doc

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

article-cover

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

tech-blog

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

excalidraw

No summary provided by upstream source.

Repository SourceNeeds Review