From b992a6376832e7c2de6af861b61c9c16e392dd28 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 25 May 2026 15:44:50 -0600 Subject: [PATCH] format --- skills/authoring-skills/SKILL.md | 4 +- skills/backing-up-with-keld/SKILL.md | 10 +-- skills/frontend-accessibility/SKILL.md | 72 ++++++++++++------- skills/handling-customer-data/SKILL.md | 8 +++ skills/humanize/SKILL.md | 39 +++++++--- skills/rebasing-with-git/SKILL.md | 7 ++ skills/scripting-with-go/SKILL.md | 3 + .../updating-llm-client-model-lists/SKILL.md | 16 ++--- skills/writing-git-tags/SKILL.md | 32 +++++---- skills/writing-rust/SKILL.md | 20 +++--- 10 files changed, 137 insertions(+), 74 deletions(-) diff --git a/skills/authoring-skills/SKILL.md b/skills/authoring-skills/SKILL.md index bd8aca298873458f00b397c6c367889a9316d49a..c878549d4f149393f0e40f301eef37d8d2d3429c 100644 --- a/skills/authoring-skills/SKILL.md +++ b/skills/authoring-skills/SKILL.md @@ -49,7 +49,7 @@ description: Extracts text and tables from PDF files. Use when working with PDFs - Include trigger keywords for discovery - No markdown formatting -The description is the primary trigger mechanism. The body only loads *after* activation, so "When to Use" sections in the body don't help agents discover the skill. +The description is the primary trigger mechanism. The body only loads _after_ activation, so "When to Use" sections in the body don't help agents discover the skill. Agents tend to undertrigger — they won't load a skill unless the description clearly matches the user's request. Be generous with trigger contexts. Include the obvious keywords, but also phrases the user might use when they need the skill without naming it directly. A description that triggers a few times when it isn't needed costs less than one that misses the cases where it would help. @@ -98,9 +98,11 @@ These add clutter without helping agents perform tasks. ```markdown # Quick start + [Essential instructions here] ## Advanced features + **Form filling**: See [FORMS.md](references/FORMS.md) **API reference**: See [REFERENCE.md](references/REFERENCE.md) ``` diff --git a/skills/backing-up-with-keld/SKILL.md b/skills/backing-up-with-keld/SKILL.md index 813f8d5e25e6b0ebc35c331aba34bf76a0418245..57711e63774e743fe7fc805336ec3f890e4343e6 100644 --- a/skills/backing-up-with-keld/SKILL.md +++ b/skills/backing-up-with-keld/SKILL.md @@ -65,12 +65,12 @@ This lets you mix and match: `home@cloud`, `home@nas`, `media@cloud` all reuse t ### Special keys -| Key | Purpose | -| ------------ | ------------------------------------------------------------------ | +| Key | Purpose | +| ------------ | --------------------------------------------------------------------------- | | `_arguments` | Positional args for restic (prefer arrays; string form is whitespace-split) | -| `_workdir` | Directory to chdir before exec | -| `_command` | Restic subcommand (allows aliasing) | -| `*.environ` | Section suffix for environment variables | +| `_workdir` | Directory to chdir before exec | +| `_command` | Restic subcommand (allows aliasing) | +| `*.environ` | Section suffix for environment variables | ### Interpolation diff --git a/skills/frontend-accessibility/SKILL.md b/skills/frontend-accessibility/SKILL.md index 8e6711a35ab03f85ee322ba063941f952fb488e8..04e62bc0f77a9101c9d8c031c57ffde10cb1f7d8 100644 --- a/skills/frontend-accessibility/SKILL.md +++ b/skills/frontend-accessibility/SKILL.md @@ -14,23 +14,28 @@ Write accessible frontend code by default. Semantic HTML covers most needs; ARIA 1. **Semantic HTML first**: Use ` @@ -38,26 +43,40 @@ Write accessible frontend code by default. Semantic HTML covers most needs; ARIA
Save
``` + The div requires `role`, `tabindex`, `onkeydown` for Enter/Space, focus styles, and still won't work with voice control. Use `