From 707c39092758a341628e13706811182add2de1d4 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Wed, 29 Apr 2026 01:23:27 +0500 Subject: [PATCH] add fewer-permission-prompts to bundled skills table and bump to v2.1.121 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Promoted from /en/commands canonical reference (the Skills Reference prose at /en/skills still undercounts at 5). Count updated 5 → 6. Co-Authored-By: Claude --- best-practice/claude-skills.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/best-practice/claude-skills.md b/best-practice/claude-skills.md index cbdbc97..70fa3fb 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%2026%2C%202026%201%3A09%20PM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.119-blue?style=flat&labelColor=555)
+![Last Updated](https://img.shields.io/badge/Last_Updated-Apr%2029%2C%202026%2012%3A48%20AM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.121-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. @@ -36,7 +36,7 @@ Claude Code skills — frontmatter fields and official bundled skills. --- -## ![Official](../!/tags/official.svg) **(5)** +## ![Official](../!/tags/official.svg) **(6)** | # | Skill | Description | |---|-------|-------------| @@ -45,6 +45,7 @@ Claude Code skills — frontmatter fields and official bundled skills. | 3 | `debug` | Debug failing commands or code issues | | 4 | `loop` | Run a prompt or slash command on a recurring interval (up to 3 days) | | 5 | `claude-api` | Build apps with the Claude API or Anthropic SDK — triggers on `anthropic` / `@anthropic-ai/sdk` imports | +| 6 | `fewer-permission-prompts` | Scan transcripts for common read-only Bash/MCP calls and add a prioritized allowlist to `.claude/settings.json` to reduce permission prompts | See also: [Official Skills Repository](https://github.com/anthropics/skills/tree/main/skills) for community-maintained installable skills.