원클릭으로
aidome-endpoint-switchboard-vscode
aidome-endpoint-switchboard-vscode에는 AIdome-co에서 수집한 skills 8개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Use when adding support for a new AI coding assistant. Covers adapter implementation, registry updates, testing, and verification in the Extension Development Host.
Use when packaging, releasing, or publishing the VS Code extension. Covers vsce packaging, VSIX validation, GitHub Releases, and Marketplace / Open VSX publishing.
Use when running an agentic QA pass on the AIdome Endpoint Switchboard extension — test planning, bug hunting, edge-case analysis, or pre-release verification. Wraps the gem-team-inspired QA agent pipeline (research → plan → generate → run → fix) plus adversarial review.
Use when setting up or maintaining CodeQL code scanning for the AIdome Endpoint Switchboard extension. Covers GitHub Actions workflow configuration, JavaScript/TypeScript analysis, alert triage, and custom query packs.
Use when configuring secret scanning and push protection for the AIdome Endpoint Switchboard repository. Covers alert triage, custom patterns for AIdome API keys, and integration with the extension's SecretStorage model.
Use when adding or updating VS Code command contributions in the AIdome Endpoint Switchboard extension. Covers naming conventions, package.json contributions, command handler registration, and the thin-wrapper pattern.
Use when localizing the AIdome Endpoint Switchboard VS Code extension. Covers package.json NLS, source code l10n, walkthrough content translation, and best practices for managing locale bundles.
Use when debugging failing CI workflows, build errors, test failures, or VSIX packaging issues in GitHub Actions.