From c5530ca9382f27d840c6d85323dc93a48a0acfb1 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Wed, 11 Mar 2026 20:15:49 +0000 Subject: [PATCH] Apply folded block formatting for Writer skill description --- .agents/skills/writer/SKILL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.agents/skills/writer/SKILL.md b/.agents/skills/writer/SKILL.md index 3e3b9840..5c720265 100644 --- a/.agents/skills/writer/SKILL.md +++ b/.agents/skills/writer/SKILL.md @@ -1,6 +1,11 @@ --- name: writer -description: Write, edit, and restructure user-facing and developer-facing documentation. Use when asked to create/update docs such as `README.md`, `docs/**`, and other Markdown documentation; when drafting tutorials, guides, troubleshooting pages, or migration notes; and when improving inline API documentation (KDoc) and examples. +description: > + Write, edit, and restructure user-facing and developer-facing documentation. + Use when asked to create/update docs such as `README.md`, `docs/**`, and + other Markdown documentation; + when drafting tutorials, guides, troubleshooting pages, or migration notes; and + when improving inline API documentation (KDoc) and examples. --- # Write documentation (repo-specific)