All Skills stryx · skills Stryx Labs
// stryxstryx-vscode

VS Code.

Launch configs, debugging, tasks, snippets, multi-root workspaces, keybindings. The IDE optimization skill.

//01What it does

VS Code Configuration Deep.

VS Code is powerful when configured. This skill is the configs that make it sing: launch.json profiles for Flutter/Electron/React/TypeScript debugging, tasks.json for project-specific commands, snippets.json for codebase-specific scaffolds, multi-root workspace setup, and keybinding optimization.

//02What is inside

Four recipes.

i.

launch.json profiles

Per-stack debug configs: Flutter (with hot-reload), Electron (main + renderer attach), React (Chrome attach), TypeScript Node. Compound profiles for full-stack.

ii.

tasks.json patterns

Build, test, lint as named tasks. dependsOn for sequences. presentation.panel: dedicated. problemMatcher for compiler error parsing.

iii.

Codebase snippets

Per-project .vscode/snippets/*.code-snippets. Component scaffolds. Test scaffolds. ADR template. Stays in repo, ships with the codebase.

iv.

Multi-root workspaces

When the project spans frontend + backend + shared. .code-workspace file. Per-folder settings overrides. Search scoping. Fast switching.

//03Chains with

It composes.

Skills compose into workflows. VS Code is rarely the only skill you will use — it pairs naturally with these others in the library.

//04Install · just this skill

One command.

Installs only stryx-vscode (skip the other 19) into ~/.claude/skills/stryx-vscode/.

macOS · Linux
STRYX_SKILL=stryx-vscode curl -fsSL https://stryxlabs.com/install-skills.sh | bash
 
Windows · PowerShell
PS> $env:STRYX_SKILL="stryx-vscode"; irm https://stryxlabs.com/install-skills.ps1 | iex
 
All 20 skills (the full library)
curl -fsSL https://stryxlabs.com/install-skills.sh | bash
//05Reach

Free for all use.

Stryx Labs License v1.0. Use VS Code in personal, commercial, internal, and production work. No attribution required.