Install
$ agentstack add skill-mlops-courses-mlops-coding-skills-mlops-collaboration ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
MLOps Collaboration
Goal
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.
Prerequisites
- Language: Python
- Platform: GitHub
- Context: Open sourcing or team collaboration.
Instructions
1. Repository Governance
Set the rules of engagement.
- Code of Conduct: Add
CODE_OF_CONDUCT.mdto foster a safe community. - Protection: Protect the
mainbranch (require PRs, status checks). - Review: Automate preliminary reviews with tools like Gemini Code Assist (
.gemini/config.yaml). - Ignore: Comprehensive
.gitignore(exclude secrets, data, venvs).
2. Comprehensive Documentation
Make the project usable and understandable.
- README.md: The landing page (Badges, Hook, Quickstart).
- MkDocs: Use for full documentation sites (API ref, tutorials) when
README.mdgets too long. - CONTRIBUTING.md: Guide for developers (env setup, PR process, testing standards).
- CHANGELOG.md: Track version history (use Keep a Changelog format).
3. Standardization & Workstations
Eliminate "it works on my machine".
- Templates: Use
cookiecutterfor scaffolding andcruft updateto keep projects synced. - Workstations: Add
.devcontainer/devcontainer.json.
- Define Docker image, extensions, and settings.
- Enable GitHub Codespaces support.
4. Release Management
Ship with confidence.
- Versioning: Follow SemVer (MAJOR.MINOR.PATCH) and Keep a Changelog.
- Workflows:
- GitHub Flow: Small teams, continuous delivery (
mainis stable). - Git Flow: Scheduled releases (
develop+releasebranches). - Forking: Open source, distributed contributors.
- Process: Bump version -> Update Changelog -> Tag -> Release.
Self-Correction Checklist
- [ ] License: Is a
LICENSEfile present? - [ ] Readme: Does
README.mdhave installation instructions? - [ ] Contributing: Is
CONTRIBUTING.mdclear? - [ ] Devcontainer: Does
.devcontainer/devcontainer.jsonexist? - [ ] SemVer: Are releases using semantic versioning?
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: MLOps-Courses
- Source: MLOps-Courses/mlops-coding-skills
- License: MIT
- Homepage: https://mlops-coding-course.fmind.dev/0.%20Overview/0.6.%20Resources.html
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.