update reports to v2.1.84 — shell field, initialPrompt, /fast syntax + workflow changelogs

Commands: add `shell` frontmatter field (bash/powershell), update /fast to /fast [on|off], bump to 12 fields.
Skills: add `shell` frontmatter field, bump to 12 fields.
Subagents: add `initialPrompt` frontmatter field, bump to 16 fields.
Settings: add WebFetch and MCP permission rules for workflow domains.
Changelogs: append v2.1.84 entries for commands, skills, subagents, concepts, and development workflows.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Shayan Rais
2026-03-26 13:50:43 +05:00
co-authored by Claude
parent fdec218385
commit 6e3dfaaefc
9 changed files with 73 additions and 8 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
# Skills Best Practice
![Last Updated](https://img.shields.io/badge/Last_Updated-Mar%2025%2C%202026%208%3A06%20PM%20PKT-white?style=flat&labelColor=555)<br>
![Last Updated](https://img.shields.io/badge/Last_Updated-Mar%2026%2C%202026%2012%3A59%20PM%20PKT-white?style=flat&labelColor=555)<br>
[![Implemented](https://img.shields.io/badge/Implemented-2ea44f?style=flat)](../implementation/claude-skills-implementation.md)
Claude Code skills — frontmatter fields and official bundled skills.
@@ -14,7 +14,7 @@ Claude Code skills — frontmatter fields and official bundled skills.
---
## Frontmatter Fields (11)
## Frontmatter Fields (12)
| Field | Type | Required | Description |
|-------|------|----------|-------------|
@@ -29,6 +29,7 @@ Claude Code skills — frontmatter fields and official bundled skills.
| `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 |
| `shell` | string | No | Shell for `` !`command` `` blocks — `bash` (default) or `powershell`. Requires `CLAUDE_CODE_USE_POWERSHELL_TOOL=1` |
---