ai-omni-dev

Guide plugin development, debugging, and extension workflows for VS Code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NAMEWTA/ai-omni --skill ai-omni-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-omni-dev
Source: https://github.com/NAMEWTA/ai-omni/tree/main/.claude/skills/ai-omni-dev
Command: npx skills add https://github.com/NAMEWTA/ai-omni --skill ai-omni-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI Omni 开发指南系统帮助开发者在一个统一框架内进行插件开发、调试和扩展。它提供对 Extension 后端、Webview 前端、共享层设计和 codeXray 功能开发的路线图与最佳实践,便于快速上手与一致性维护。

Core Features & Use Cases

  • 系统级路由与子模块导航:从主技能到子技能的清晰路由,便于按需扩展。
  • 端到端开发流程:从依赖安装、构建到调试运行的完整指南。
  • 代码示例与规范:包含 TypeScript/VS Code API 的常用示例和最佳实践。

Quick Start

在仓库根目录执行以下步骤以快速体验:npm installcd webview && npm installnpm run build,在 VS Code 中按 F5 启动扩展。