From b8eab227f37814e6e28b9ddb9b41d734a36e4437 Mon Sep 17 00:00:00 2001 From: Jess Izen Date: Thu, 7 May 2026 18:57:28 -0700 Subject: [PATCH] fix: quote rust skill frontmatter description --- rust/rust-best-practice/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/rust-best-practice/SKILL.md b/rust/rust-best-practice/SKILL.md index 7c709a9..5fc6b63 100644 --- a/rust/rust-best-practice/SKILL.md +++ b/rust/rust-best-practice/SKILL.md @@ -1,6 +1,6 @@ --- name: rust-best-practice -description: [Critical] Best practice for Rust coding. Always activate this skill before authoring Rust code or answering questions about Rust. +description: "[Critical] Best practice for Rust coding. Always activate this skill before authoring Rust code or answering questions about Rust." --- # Important dos and don'ts for working with Rust source code