·rust-backend
</>

rust-backend

windmill-labs/windmill

Rust coding guidelines for the Windmill backend. MUST use when writing or modifying Rust code in the backend directory.

25Installs·6Trend·@windmill-labs

Installation

$npx skills add https://github.com/windmill-labs/windmill --skill rust-backend

SKILL.md

Apply these patterns when writing or modifying Rust code in the backend/ directory.

Choose between struct, enum, or newtype based on domain needs:

Place impl blocks immediately below the struct/enum they modify. Group methods logically:

Rust coding guidelines for the Windmill backend. MUST use when writing or modifying Rust code in the backend directory. Source: windmill-labs/windmill.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/windmill-labs/windmill --skill rust-backend
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rust-backend?

Rust coding guidelines for the Windmill backend. MUST use when writing or modifying Rust code in the backend directory. Source: windmill-labs/windmill.

How do I install rust-backend?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/windmill-labs/windmill --skill rust-backend Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/windmill-labs/windmill

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01