From 2adf109bea23ae6901206052a02bf6ebc1cc2096 Mon Sep 17 00:00:00 2001 From: NA-V10 Date: Sun, 5 Apr 2026 11:32:25 +0530 Subject: [PATCH] Add description for docs-sandpack skill --- .claude/skills/docs-sandpack/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/skills/docs-sandpack/SKILL.md b/.claude/skills/docs-sandpack/SKILL.md index 0904a98c096..fb2ebb5a0e2 100644 --- a/.claude/skills/docs-sandpack/SKILL.md +++ b/.claude/skills/docs-sandpack/SKILL.md @@ -1,8 +1,10 @@ --- name: docs-sandpack -description: Use when adding interactive code examples to React docs. +description: Use when adding interactive Sandpack code examples, live React playgrounds, or multi-file code demos to React documentation. --- +This skill provides patterns and conventions for creating Sandpack examples in React documentation, including multi-file demos, line highlights, hidden files, and dependency configuration. + # Sandpack Patterns ## Quick Start Template