Toolverse
All skills

mlops-collaboration

by fmind

Guide to prepare MLOps projects for sharing, collaboration, and community engagement.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
fmind
Category
Backend

About this skill

Guide to prepare MLOps projects for sharing, collaboration, and community engagement.

How to use

  1. Skonfiguruj governance projektu: dodaj plik CODE_OF_CONDUCT.md definiujący zasady wspólnoty, zabezpiecz gałąź main wymagając pull requestów i sprawdzeń statusu, a następnie utwórz plik .gitignore wykluczający sekrety, dane i środowiska wirtualne.

  2. Przygotuj dokumentację: napisz README.md jako stronę główną projektu (z badgami, hakiem i quickstartem), utwórz CONTRIBUTING.md z instrukcjami dla deweloperów (setup środowiska, proces PR, standardy testów) oraz CHANGELOG.md śledzący historię wersji w formacie Keep a Changelog.

  3. Wdrożyć standaryzację środowiska: użyj cookiecutter do szablonowania struktury projektu, dodaj plik .devcontainer/devcontainer.json definiujący obraz Docker, rozszerzenia i ustawienia, aby umożliwić wsparcie GitHub Codespaces.

  4. Ustaw wersjonowanie: postępuj zgodnie z SemVer (MAJOR.MINOR.PATCH) i Keep a Changelog format dla spójności wydań.

  5. Wybierz workflow: dla małych zespołów z ciągłym dostarczaniem użyj GitHub Flow (main zawsze stabilny), dla zaplanowanych wydań wybierz Git Flow (gałęzie develop i release).

  6. Automatyzuj recenzje: skonfiguruj Gemini Code Assist poprzez .gemini/config.yaml do wstępnych przeglądów kodu na GitHub.

Related skills

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170