From 750977a9d94c0093a99d736e1edb9e0a1a4f2ec2 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Fri, 8 May 2026 23:11:02 +0200 Subject: [PATCH] fix: Invalid yaml syntax in description This is failing to parse as valid yaml because it thinks it is an array. --- 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