AgentSkillsCN

ds-bootstrap

借助集中式的 virtualenv 和 uv,快速启动全新的数据科学项目。当您需要从该模板创建或初始化新项目时,请使用此技能。

SKILL.md
--- frontmatter
name: ds-bootstrap
description: Bootstraps new data science projects with centralized virtualenvs and uv. Use when creating or initializing a new project from this template.

DS Bootstrap

Steps

  1. Run scripts/bootstrap.ps1.
  2. Verify VIRTUAL_ENV points to C:/Users/Public/.venvs/....
  3. Run tests and lint commands.
  4. Confirm required files exist with scripts/validate_tooling.ps1.