Agent Skills
› Giskard-AI/giskard-oss
› setup-env
setup-env
GitHub用于配置开发工作区环境,执行依赖安装、库同步及环境准备。通过运行make setup并验证结果,确保开发环境正确就绪。
触发场景
用户请求安装依赖
用户需要同步库文件
用户需要准备开发环境
安装
npx skills add Giskard-AI/giskard-oss --skill setup-env -g -y
SKILL.md
Frontmatter
{
"name": "setup-env",
"description": "Set up the full workspace dev environment. Use when the user wants to install dependencies, sync libs, or prepare the environment.",
"allowed-tools": "Bash(make *) Bash(uv *)",
"disable-model-invocation": true
}
Setup dev env
!make setup 2>&1 | tail -20
Validate installation and notify user
Check the output above for errors. If any errors occurred, try to fix them and re-run the failed step. Report whether installation was successful.
版本历史
- 8aafe58 当前 2026-07-25 04:51


