Agent skill
vscode
Visual Studio Code editor with extensions and debugging. Use for code editing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/vscode
SKILL.md
Visual Studio Code
VS Code is the industry standard editor. In 2025, it has evolved into an AI-First editor with a native AI Companion and generic Agent Mode.
When to Use
- Everyday Coding: TypeScript, Python, Go, Rust. It wins almost everywhere.
- Remote Dev:
Remote - SSHandDev Containersare best-in-class. - AI-Assisted: GitHub Copilot integration is deepest here.
Quick Start
// .vscode/settings.json
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.autoSave": "onFocusChange"
}
Core Concepts
Extensions
The ecosystem is the key. 50k+ extensions.
Python(Microsoft)ESLint(Microsoft)GitLens
Dev Containers
Define your dev environment in .devcontainer/devcontainer.json. VS Code spins up a Docker container and connects to it. 100% reproducible dev environments.
Profiles (2025)
Switch between "Work", "Personal", and "Demo" profiles with different settings/extensions enabled.
Best Practices (2025)
Do:
- Use Sync: Turn on Settings Sync (
GitHubaccount) to keep keybindings across machines. - Use
code .: Launch from terminal. - Use Inline Chat:
Cmd+Ito ask Copilot to refactor code in-place.
Don't:
- Don't minimalize too much: Hiding the sidebar/activity bar makes you slower. Learn the toggle shortcuts (
Cmd+B) instead.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?