stack-rust

Enforce Rust coding standards and security rules before editing .rs files.

2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/t0lab/harness-kit --skill stack-rust
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stack-rust
Source: https://github.com/t0lab/harness-kit/tree/main/packages/harness-kit/skills/stack-rust
Command: npx skills add https://github.com/t0lab/harness-kit --skill stack-rust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Loads and enforces a baseline of Rust coding style, patterns, testing conventions, and security rules before editing .rs files to ensure compliant and secure changes.

Core Features & Use Cases

  • Reads the four rule documents from .claude/rules/stack-rust/: coding-style.md, patterns.md, testing.md, and security.md.
  • Applies the baseline rules automatically before edits and accommodates framework-specific layers on top when needed.
  • Ideal for starting new Rust projects or editing existing ones to maintain consistency and security.

Quick Start

Load the stack-rust rules and apply the baseline checks before editing any .rs file.

Frequently Asked Questions about stack-rust

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

FAQPage Schema
How do I enforce Rust coding standards automatically before editing source files?▼

You can enforce Rust coding standards before editing by loading rules from .claude/rules/stack-rust/ that cover coding style, patterns, testing, and security for your .rs files.

What Rust code review guidelines should I apply to maintain security and consistency?▼

Rust code reviews should apply baseline rules for coding style, common patterns, testing conventions, and security checks to maintain compliant and secure changes across your project.

How do I set up Rust linting and security rules for a new project?▼

To set up Rust linting and security rules, load the stack-rust rule documents which apply a baseline of coding conventions and security checks before you start editing new .rs files.

Can I accommodate framework-specific Rust coding patterns on top of baseline rules?▼

Yes, the baseline Rust coding rules apply automatically before edits and can accommodate framework-specific layers on top when needed for your specific project requirements.

When do I need to apply Rust testing conventions during refactoring sessions?▼

You need to apply Rust testing conventions during refactoring sessions when Rust quality is critical, ensuring compliant changes by reading the testing rule documents before editing .rs files.