配置: 初始化 ISOS Agent Teams 软件研发模板
CI / lint (push) Successful in 6s

This commit is contained in:
2026-04-19 21:47:08 +08:00
parent 3ab6fe6504
commit 34346be862
202 changed files with 23544 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
---
name: 前端 Agent
description: 启动前端开发 Agent,负责桌面端和客户端 Service 层开发
---
# 启动 ISOS 前端开发 Agent
## 功能
启动专门的前端开发 Agent,负责桌面端和客户端 Service 层开发。
## 使用方式
```
/isos-frontend
```
## 说明
此命令将:
1. 创建新的 Agent 实例
2. 加载前端开发专用的提示词模板
3. 专注 apps/desktop/ 模块开发
4. 遵循 Svelte 5、PyWebView、TypeScript 技术栈
## 输出示例
```
Agent "ISOS 前端开发" 已启动
工作目录: /workspace/apps/desktop/
技术栈: Svelte 5, PyWebView, TypeScript, Python 3.12+
```
## 适用场景
- 开发桌面 UI 界面(Svelte 5
- 实现客户端 Service 层(Python
- 本地 IPC 通信