mlops-collaboration-cn

Prepare projects for sharing, collaboration, and community

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-collaboration-cn" with this command: npx skills add guohongbin-git/mlops-collaboration-cn

MLOps Collaboration 🤝

Make projects collaborative and community-ready.

Features

1. README Template 📖

Professional documentation:

cp references/README-template.md ../your-project/README.md
# Edit with your project details

Includes:

  • Badges (PyPI, CI, License)
  • Quick start guide
  • Installation steps
  • Usage examples
  • Contributing guide

2. Required Files Checklist ✅

Community files:

  • LICENSE - MIT/Apache/GPL
  • CODE_OF_CONDUCT.md - Contributor Covenant
  • CONTRIBUTING.md - How to contribute
  • CHANGELOG.md - Version history

3. Dev Container 📦

VS Code Dev Container:

// .devcontainer/devcontainer.json
{
  "image": "mcr.microsoft.com/devcontainers/python:3.11",
  "features": {
    "ghcr.io/astral-sh/uv:latest": {}
  }
}

Quick Start

# Copy README template
cp references/README-template.md ./README.md

# Create required files
touch LICENSE CODE_OF_CONDUCT.md CONTRIBUTING.md CHANGELOG.md

# Setup dev container
mkdir -p .devcontainer
# Add devcontainer.json

# Protect main branch (GitHub UI)
# Settings → Branches → Add rule

Release Checklist

  1. Bump version in pyproject.toml
  2. Update CHANGELOG.md
  3. Git tag: git tag v1.0.0
  4. Push: git push --tags
  5. GitHub Release

Semantic Versioning

  • 1.0.01.0.1 - Bug fix (PATCH)
  • 1.0.01.1.0 - New feature (MINOR)
  • 1.0.02.0.0 - Breaking change (MAJOR)

Author

Converted from MLOps Coding Course

Changelog

v1.0.0 (2026-02-18)

  • Initial OpenClaw conversion
  • Added README template

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.

Automation

dual-perspective-analyzer

Resolve dual-perspective collaboration conflicts by classifying them into 5 types and applying targeted integration strategies. Use when two agents (or an ag...

Registry SourceRecently Updated
1340Profile unavailable
Automation

Intervention Agent

AI 协作助手,以「错题本」机制帮助 AI 学习改进。支持人为干预、自动记录摩擦点、协作偏好记忆,让 AI 越用越顺手。

Registry SourceRecently Updated
1990Profile unavailable
Automation

Shike Multi Agent

Multi-Agent dispatch system for Chinese. Dispatcher delegates to 5 persistent sub-agents via sessions_spawn. Supports polling, reply-then-dispatch, sessionKe...

Registry SourceRecently Updated
2150Profile unavailable
Automation

G.workspace

G.workspace — 群共享文件空间插件。通过 OpenClaw 插件注册 Discord 斜杠命令(/ws_create, /ws_files 等),代理到 G.workspace REST API。单 bot 架构,无冲突。包含插件源码,安装后需手动部署到 extensions 目录。

Registry SourceRecently Updated
2500Profile unavailable