vscode-extension-builder
VS Code Extension Builder
Overview
This skill guides the development of Visual Studio Code extensions by helping navigate the extensive VS Code Extension API documentation and providing structured guidance for common extension development tasks.
Documentation Base
All VS Code extension development guidance is based on the official documentation at: https://code.visualstudio.com/api
When assisting users, fetch relevant documentation pages to provide accurate, up-to-date information.
Official Documentation References
- Your First Extension: https://code.visualstudio.com/api/get-started/your-first-extension
- Step-by-step guide for scaffolding and running your first extension
- Yeoman generator setup and project creation
- Quick iteration with Extension Development Host
- Essential debugging and testing techniques
More from prulloac/agent-skills
semver-changelog
Automate the creation and updating of a CHANGELOG.md file based on Semantic Versioning (SemVer) and "Keep a Changelog" principles. Use this skill when you need to summarize changes between the current HEAD and the latest git tag, or when initializing a new changelog for a project.
20custom-agent-creator
Skill to create custom agents for VS Code Copilot or OpenCode, helping users configure and generate agent files with proper formatting and configurations. Use when users want to create specialized AI assistants for VS Code Copilot (.agent.md files) or OpenCode (JSON/markdown agent configs) with specific tools, prompts, models, and behaviors. If the user is not specific about the target platform, ask them to specify Copilot or OpenCode.
20github-pull-request
Create pull requests on GitHub using GitHub MCP, GitHub CLI (gh), or the GitHub REST API. Use this skill when the user wants to submit changes as a pull request, following repository standards and templates.
19markdown-crossref-validator
Validate cross-references in markdown documents, ensuring links and references point to existing sections, headings, or files.
14system-prompt-validator
Validate agent system prompts (such as agents.md) for being objective-driven, clear, readable, free of duplicated intentions, without missing or broken links, and ensuring required sections like general agentic guidelines, code review, and code generation are present. Use when validating or reviewing agent prompt files.
13github-pr-comments
Analyze and manage GitHub pull request comments with automated categorization, severity assessment, and intelligent response handling. Use when working with PR comments to understand feedback patterns, prioritize issues, or automatically address reviewer concerns. Leverages GitHub MCP Server, GitHub CLI (gh), or GitHub REST API in order of precedence.
12