.gemini/skills/MLOps Collaboration/SKILL.md
Guide to prepare MLOps projects for sharing, collaboration, and community engagement.
npx skillsauth add fmind/mlops-python-package MLOps CollaborationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
To transform a private project into a public, collaborative resource by establishing Governance (License, Code of Conduct), Documentation (README, Contributing), Standardization (Templates, Workstations), and Release Management.
Set the rules of engagement.
CODE_OF_CONDUCT.md to foster a safe community.main branch (require PRs, status checks)..gemini/config.yaml)..gitignore (exclude secrets, data, venvs).Make the project usable and understandable.
README.md gets too long.Eliminate "it works on my machine".
cookiecutter for scaffolding and cruft update to keep projects synced..devcontainer/devcontainer.json.
Ship with confidence.
main is stable).develop + release branches).LICENSE file present?README.md have installation instructions?CONTRIBUTING.md clear?.devcontainer/devcontainer.json exist?development
Guide to implement rigorous validation layers including static analysis, automated testing, structured logging, and security scanning.
testing
Guide to create structured, reproducible Jupyter notebooks for MLOps prototyping, emphasizing configuration management and pipeline integrity.
testing
Guide to implement full stack observability including reproducibility, lineage, monitoring, alerting, and explainability.
tools
Guide to initialize a new MLOps project with standard tools (uv, git, VS Code) and best practices.