vscode-extensions
VS Code productivity optimization with essential extensions, settings sync, profiles, keybindings, snippets, and workspace configuration
Best use case
vscode-extensions is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
VS Code productivity optimization with essential extensions, settings sync, profiles, keybindings, snippets, and workspace configuration
Teams using vscode-extensions should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/vscode-extensions/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How vscode-extensions Compares
| Feature / Agent | vscode-extensions | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
VS Code productivity optimization with essential extensions, settings sync, profiles, keybindings, snippets, and workspace configuration
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Vscode Extensions ## When to Use This Skill ### USE when: - Setting up a new development environment - Optimizing VS Code for specific languages/frameworks - Creating consistent team configurations - Building custom snippets and tasks - Configuring debugging for complex applications - Managing multiple project profiles - Automating repetitive editor tasks ### DON'T USE when: - Need full IDE features (use JetBrains IDEs) - Working exclusively in terminal (use vim/neovim) - Resource-constrained environments (use lighter editors) - Pair programming with different editors (standardize first) ## Prerequisites ### Installation ```bash # macOS brew install --cask visual-studio-code # Linux (Ubuntu/Debian) sudo snap install code --classic # Or download from https://code.visualstudio.com/ # Windows winget install Microsoft.VisualStudioCode *See sub-skills for full details.* ### CLI Extension Management ```bash # List installed extensions code --list-extensions # Install extension code --install-extension ms-python.python # Uninstall extension code --uninstall-extension extension-id *See sub-skills for full details.* ## Version History | Version | Date | Changes | |---------|------|---------| | 1.0.0 | 2026-01-17 | Initial release with comprehensive VS Code configuration | ## Resources - [VS Code Documentation](https://code.visualstudio.com/docs) - [VS Code Keybindings Reference](https://code.visualstudio.com/docs/getstarted/keybindings) - [Extension Marketplace](https://marketplace.visualstudio.com/vscode) - [Snippet Guide](https://code.visualstudio.com/docs/editor/userdefinedsnippets) - [Tasks Documentation](https://code.visualstudio.com/docs/editor/tasks) - [Debugging Guide](https://code.visualstudio.com/docs/editor/debugging) --- *This skill provides production-ready VS Code configurations for maximum developer productivity across multiple languages and frameworks.* ## Sub-Skills - [1. Essential Extensions by Category](1-essential-extensions-by-category/SKILL.md) - [2. Settings Configuration](2-settings-configuration/SKILL.md) - [3. Language-Specific Settings](3-language-specific-settings/SKILL.md) - [4. Keybindings Configuration](4-keybindings-configuration/SKILL.md) - [5. Custom Snippets](5-custom-snippets/SKILL.md) - [6. Workspace Configuration](6-workspace-configuration/SKILL.md) - [7. Profile Management](7-profile-management/SKILL.md) - [Git Workflow Integration (+1)](git-workflow-integration/SKILL.md) - [1. Extension Management (+2)](1-extension-management/SKILL.md) - [Common Issues](common-issues/SKILL.md)
Related Skills
baoyu-article-illustrator
Article illustrations: type × style × palette consistency.
git-advanced
Advanced git workflows including rebase, worktrees, bisect, hooks, and monorepo patterns
docker
Complete Docker containerization patterns with multi-stage builds for development and production workflows
elite-frontend-ux
Create distinctive, production-grade frontend interfaces with expert-level UX design. Use when building SaaS dashboards, landing pages, marketing sites, React/Vue components, HTML/CSS layouts, or any web UI. Combines bold aesthetic direction with systematic design tokens, WCAG accessibility, conversion optimization, and Tailwind/React best practices. Produces polished, memorable interfaces that avoid generic AI aesthetics while meeting professional standards. type: reference
sphinx
Generate comprehensive Python documentation with Sphinx. Covers autodoc for API extraction, Napoleon for Google/NumPy docstrings, intersphinx for cross-references, and multiple output formats including HTML, PDF, and ePub.
pandoc
Universal document converter for transforming Markdown to PDF, DOCX, HTML, LaTeX, and 40+ other formats. Covers templates, filters, citations with BibTeX/CSL, and batch conversion automation scripts.
marp
Create professional Markdown-based slide presentations with Marp. Covers themes, directives, speaker notes, presenter view, and export to PDF, HTML, and PPTX formats. Includes VS Code integration, CLI usage, and CI/CD automation.
docusaurus
Build modern documentation websites with Docusaurus. Covers docs, blog, pages, versioning, i18n, search integration, and deployment patterns. React-based with MDX support for interactive documentation.
slack-api
Slack bot development and workspace automation using Web API, Events API, Socket Mode, and Block Kit for building interactive messaging applications
miro-api
Miro whiteboard automation using REST API v2 and Python SDK for creating boards, frames, shapes, connectors, and collaborative visual workflows
calendly-api
Calendly scheduling automation using REST API v2 for managing event types, availability, bookings, webhooks, and scheduling workflows
mkdocs
Build professional project documentation with MkDocs and Material theme. Covers site configuration, navigation, plugins, search optimization, versioning with mike, and deployment to GitHub Pages.