From fdd496da08a1954353311d3b5840676ddba8acf4 Mon Sep 17 00:00:00 2001 From: Champbreed Date: Wed, 18 Mar 2026 12:39:27 +0100 Subject: [PATCH] docs: add missing metadata labels to devcontainer-setup skill (#343) * fix: resolve OOM crash by balancing markdown syntax (#339) Corrected unbalanced backticks in browser-extension-builder/SKILL.md (19 -> 18) to prevent infinite loops during indexing. Signed-off-by: Simon Essien * Update SKILL.md --------- Signed-off-by: Simon Essien --- skills/devcontainer-setup/SKILL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skills/devcontainer-setup/SKILL.md b/skills/devcontainer-setup/SKILL.md index c0f26aaf..c0adb7af 100644 --- a/skills/devcontainer-setup/SKILL.md +++ b/skills/devcontainer-setup/SKILL.md @@ -1,6 +1,9 @@ --- name: devcontainer-setup description: Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes. Use when adding devcontainer support to a project, setting up isolated development environments, or configuring sandboxed Claude Code workspaces. +risk: safe +source: vibeship-spawner-skills (Apache 2.0) +date_added: 2026-03-06 --- # Devcontainer Setup Skill