rust-engineering

Load the canonical Rust engineering surface for crate and CLI tasks.

3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ldilov/harness-forge --skill rust-engineering-ldilov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-engineering
Source: https://github.com/ldilov/harness-forge/tree/main/.agents/skills/rust-engineering
Command: npx skills add https://github.com/ldilov/harness-forge --skill rust-engineering-ldilov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovery wrapper enables teams to locate and initialize the canonical Rust engineering workflow when Rust crates, CLIs, services, or ownership-heavy code dominate a task.

Core Features & Use Cases

  • Discovery-first surface: loads the canonical Rust execution surface to avoid duplicating pack guidance.
  • Selective loading: pulls deeper rules, knowledge, and provenance context only as needed.
  • Scope: applicable to Rust crates, CLIs, services, and ownership-heavy codebases.

Quick Start

Run the Rust engineering discovery wrapper to load the canonical Rust execution surface.

Frequently Asked Questions about rust-engineering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Rust codebase for crate management and project bootstrap?

The Rust engineering discovery wrapper loads the canonical execution surface for crate management, applying engineering rules across modules and binaries while deferring deeper context loading to avoid duplicating guidance.

What is the canonical Rust engineering surface for ownership-heavy code?

The canonical Rust engineering surface is a discovery-first execution model that loads foundational engineering rules for ownership-heavy codebases, selectively pulling deeper knowledge and provenance context only as needed.

Can I use this discovery wrapper for Rust CLIs and services?

Yes, the discovery wrapper is applicable to Rust tasks dominated by CLIs, services, and ownership-heavy code, loading the canonical surface to guide engineering decisions across these project types.

How does selective loading work for Rust engineering rules?

Selective loading initially loads only the canonical Rust execution surface to avoid duplication, then defers to additional rules, knowledge, and provenance context as needed for specific engineering tasks.

When should I use a discovery wrapper for Rust crate management?

Use a discovery wrapper for Rust crate management when your task requires initializing the canonical engineering workflow, locating engineering rules across modules, and avoiding duplicated guidance in ownership-heavy codebases.