Files
team/.claude/commands/isos-frontend.md
T
2026-04-19 21:47:08 +08:00

34 lines
751 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 通信