Agent Skills
› Giskard-AI/giskard-oss
› setup-env
setup-env
GitHub用于初始化开发工作区环境,执行依赖安装与库同步。自动运行设置脚本并验证结果,若出错则尝试修复后重新运行,最终向用户报告安装是否成功。
Trigger Scenarios
用户请求安装项目依赖
用户需要同步第三方库
用户需要准备或重建开发环境
Install
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.
Version History
- 8aafe58 Current 2026-07-25 04:51


