From ef95f34ae1ceb85deaaa8eb7b869ac108f1b5900 Mon Sep 17 00:00:00 2001 From: Paolo Ricciuti Date: Mon, 9 Mar 2026 15:40:50 +0100 Subject: [PATCH] docs: add skill true frontmatter (#17877) This adds a `skill: true` to the frontmatter of the bestpractices skill/doc. This way when we sync we can concern ourselves to only the documents that need to be skills (we will write one for sveltekit too) without targeting specific files in the `ai-tools` repo --- documentation/docs/07-misc/01-best-practices.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/07-misc/01-best-practices.md b/documentation/docs/07-misc/01-best-practices.md index ac275e4d9a..66f7da2613 100644 --- a/documentation/docs/07-misc/01-best-practices.md +++ b/documentation/docs/07-misc/01-best-practices.md @@ -1,5 +1,6 @@ --- title: Best practices +skill: true name: svelte-core-bestpractices description: Guidance on writing fast, robust, modern Svelte code. Load this skill whenever in a Svelte project and asked to write/edit or analyze a Svelte component or module. Covers reactivity, event handling, styling, integration with libraries and more. ---