{"skill":{"slug":"mlops-initialization-cn","displayName":"MLOps Project Initialization","summary":"MLOps project initialization with uv/git/VS Code best practices","description":"---\nname: mlops-initialization-cn\nversion: 1.0.0\ndescription: MLOps project initialization with uv/git/VS Code best practices\nlicense: MIT\n---\n\n# MLOps 项目初始化 🚀\n\nSetup new MLOps projects with modern Python toolchain.\n\n## Features\n\n### 1. Project Initialization 📦\n\nCreate complete project structure:\n\n```bash\n./scripts/init-project.sh my-mlops-project\n```\n\nCreates:\n- `src/` layout\n- `pyproject.toml` with uv\n- `.gitignore` (Python/MLOps)\n- `.vscode/settings.json`\n- Git repository\n\n### 2. Configuration Templates 📋\n\nCopy reference configs:\n\n```bash\n# pyproject.toml template\ncp references/pyproject.toml ../your-project/\n\n# VS Code settings\ncp references/vscode-settings.json ../your-project/.vscode/\n```\n\n## Quick Start\n\n```bash\n# Initialize new project\n./scripts/init-project.sh my-project\ncd my-project\n\n# Add dependencies\nuv add pandas numpy scikit-learn\n\n# Sync environment\nuv sync\n\n# Verify\nuv run python -c \"import sys; print(sys.executable)\"\n```\n\n## What You Get\n\n- ✅ `src/` package layout\n- ✅ Locked dependencies (`uv.lock`)\n- ✅ Ruff + MyPy configured\n- ✅ VS Code settings\n- ✅ Git repository\n\n## References\n\n- `references/pyproject.toml` - Full config example\n- `references/vscode-settings.json` - IDE settings\n\n## Author\n\nConverted from [MLOps Coding Course](https://github.com/MLOps-Courses/mlops-coding-skills)\n\n## Changelog\n\n### v1.0.0 (2026-02-18)\n- Initial OpenClaw conversion\n- Added init script\n- Added reference configs\n","tags":{"latest":"1.0.0","mlops":"1.0.0","python":"1.0.0"},"stats":{"comments":0,"downloads":304,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1771427850593,"updatedAt":1778991461793},"latestVersion":{"version":"1.0.0","createdAt":1771427850593,"changelog":"Claude→OpenClaw conversion. Features: init script, config templates","license":null},"metadata":null,"owner":{"handle":"guohongbin-git","userId":"s171qwkar0v16rk324ta5jz7wd83ts19","displayName":"Guohongbin","image":"https://avatars.githubusercontent.com/u/202475309?v=4"},"moderation":null}