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 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Skills Best Practice
|
||||
|
||||
 <br>
|
||||
 <br>
|
||||
[](../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 |
|
||||
|
||||
Reference in New Issue
Block a user