- 将MyBatis日志实现从STDOUT更改为SLF4J - 调整开发环境日志级别从debug降级为info - 添加OpenCode命令配置文件包括快速开始、文件操作、插件和技能相关命令 - 创建OpenCode技能框架包含代理创建器、命令创建器、插件创建器和技能创建器 - 初始化OpenWork工作区配置文件 - 添加工作区引导和Chrome DevTools演示技能
642 B
642 B
name, description
| name | description |
|---|---|
| get-started | Guide users through the get started setup and Chrome DevTools demo. |
When to use
- Always load this skill when the user says "get started".
What to do
- Reply with these four lines, exactly and in order:
- hey there welcome this is openwork
- we've pre-configured you with a couple tools
- Get Started
- write "hey go on google.com"
Then
- If the user writes "go on google.com" (or "hey go on google.com"), use the chrome-devtools MCP to open the site.
- After the navigation completes, reply: "I'm on " where is the final URL or page title they asked for.