From 832b0261915a2dbcd859e42caca5ad07b5bb20b5 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Sat, 18 Apr 2026 20:24:31 +0500 Subject: [PATCH] best-practice/claude-skills: bump badge to v2.1.114, add xhigh effort level Refreshes timestamp to Apr 18 2026 and adds xhigh to the valid values for the skill-level effort override. Co-Authored-By: Claude --- best-practice/claude-skills.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/best-practice/claude-skills.md b/best-practice/claude-skills.md index bbfaed8..ba4b3a8 100644 --- a/best-practice/claude-skills.md +++ b/best-practice/claude-skills.md @@ -1,6 +1,6 @@ # Skills Best Practice -![Last Updated](https://img.shields.io/badge/Last_Updated-Apr%2016%2C%202026%208%3A17%20PM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.110-blue?style=flat&labelColor=555)
+![Last Updated](https://img.shields.io/badge/Last_Updated-Apr%2018%2C%202026%207%3A53%20PM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.114-blue?style=flat&labelColor=555)
[![Implemented](https://img.shields.io/badge/Implemented-2ea44f?style=flat)](../implementation/claude-skills-implementation.md) Claude Code skills — frontmatter fields and official bundled skills. @@ -26,7 +26,7 @@ Claude Code skills — frontmatter fields and official bundled skills. | `user-invocable` | boolean | No | Set `false` to hide from the `/` menu — skill becomes background knowledge only, intended for agent preloading | | `allowed-tools` | string | No | Tools allowed without permission prompts when this skill is active | | `model` | string | No | Model to use when this skill runs (e.g., `haiku`, `sonnet`, `opus`) | -| `effort` | string | No | Override the model effort level when invoked (`low`, `medium`, `high`, `max`) | +| `effort` | string | No | Override the model effort level when invoked (`low`, `medium`, `high`, `xhigh`, `max`) | | `context` | string | No | Set to `fork` to run the skill in an isolated subagent context | | `agent` | string | No | Subagent type when `context: fork` is set (default: `general-purpose`) | | `hooks` | object | No | Lifecycle hooks scoped to this skill |