VS Code.
Launch configs, debugging, tasks, snippets, multi-root workspaces, keybindings. The IDE optimization skill.
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.
Four recipes.
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.
tasks.json patterns
Build, test, lint as named tasks. dependsOn for sequences. presentation.panel: dedicated. problemMatcher for compiler error parsing.
Codebase snippets
Per-project .vscode/snippets/*.code-snippets. Component scaffolds. Test scaffolds. ADR template. Stays in repo, ships with the codebase.
Multi-root workspaces
When the project spans frontend + backend + shared. .code-workspace file. Per-folder settings overrides. Search scoping. Fast switching.
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.
One command.
Installs only stryx-vscode (skip the other 19) into ~/.claude/skills/stryx-vscode/.
Free for all use.
Stryx Labs License v1.0. Use VS Code in personal, commercial, internal, and production work. No attribution required.