mlops-initialization-cn

MLOps project initialization with uv/git/VS Code best practices

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mlops-initialization-cn" with this command: npx skills add guohongbin-git/mlops-initialization-cn

MLOps 项目初始化 🚀

Setup new MLOps projects with modern Python toolchain.

Features

1. Project Initialization 📦

Create complete project structure:

./scripts/init-project.sh my-mlops-project

Creates:

  • src/ layout
  • pyproject.toml with uv
  • .gitignore (Python/MLOps)
  • .vscode/settings.json
  • Git repository

2. Configuration Templates 📋

Copy reference configs:

# pyproject.toml template
cp references/pyproject.toml ../your-project/

# VS Code settings
cp references/vscode-settings.json ../your-project/.vscode/

Quick Start

# Initialize new project
./scripts/init-project.sh my-project
cd my-project

# Add dependencies
uv add pandas numpy scikit-learn

# Sync environment
uv sync

# Verify
uv run python -c "import sys; print(sys.executable)"

What You Get

  • src/ package layout
  • ✅ Locked dependencies (uv.lock)
  • ✅ Ruff + MyPy configured
  • ✅ VS Code settings
  • ✅ Git repository

References

  • references/pyproject.toml - Full config example
  • references/vscode-settings.json - IDE settings

Author

Converted from MLOps Coding Course

Changelog

v1.0.0 (2026-02-18)

  • Initial OpenClaw conversion
  • Added init script
  • Added reference configs

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Chanlun Technical Analysis Expert

基于缠中说禅理论,提供A股市场分型、笔、线段、中枢及背驰等全体系技术分析与买卖点量化判断。

Registry SourceRecently Updated
1541Profile unavailable
Coding

Mt4 Trader

MT4 Trader Bridge enables Python to MT4 EA communication via files for trading, order management, risk control, and grid strategies without extra dependencies.

Registry SourceRecently Updated
3161Profile unavailable
Coding

Office Document Extractor

Convert Microsoft Office documents (DOCX, XLSX, PPTX) to Markdown without any external dependencies. Use when the user needs to extract text from Word docume...

Registry SourceRecently Updated
1550Profile unavailable
Coding

Lottery Data Analysis (FC3D)

基于福彩3D历史数据,运用多维统计和12种算法,提供直选、组选号码分析与选号建议,辅助理性购彩参考。

Registry SourceRecently Updated
1561Profile unavailable