> tracking-model-versions
This skill enables Claude to track and manage AI/ML model versions using the model-versioning-tracker plugin. It should be used when the user asks to manage model versions, track model lineage, log model performance, or implement version control for AI/ML models. Use this skill when the user mentions "track versions", "model registry", "MLflow", or requests assistance with AI/ML model deployment and management. This skill facilitates the implementation of best practices for model versioning, aut
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/model-versioning-tracker?format=md"Overview
This skill empowers Claude to interact with the model-versioning-tracker plugin, providing a streamlined approach to managing and tracking AI/ML model versions. It ensures that model development and deployment are conducted with proper version control, logging, and performance monitoring.
How It Works
- Analyze Request: Claude analyzes the user's request to determine the specific model versioning task.
- Generate Code: Claude generates the necessary code to interact with the model-versioning-tracker plugin.
- Execute Task: The plugin executes the code, performing the requested model versioning operation, such as tracking a new version or retrieving performance metrics.
When to Use This Skill
This skill activates when you need to:
- Track new versions of AI/ML models.
- Retrieve performance metrics for specific model versions.
- Implement automated workflows for model versioning.
Examples
Example 1: Tracking a New Model Version
User request: "Track a new version of my image classification model."
The skill will:
- Generate code to log the new model version and its associated metadata using the model-versioning-tracker plugin.
- Execute the code, creating a new entry in the model registry.
Example 2: Retrieving Performance Metrics
User request: "Get the performance metrics for version 3 of my sentiment analysis model."
The skill will:
- Generate code to query the model-versioning-tracker plugin for the performance metrics associated with the specified model version.
- Execute the code and return the metrics to the user.
Best Practices
- Data Validation: Ensure input data is validated before logging model versions.
- Error Handling: Implement robust error handling to manage unexpected issues during version tracking.
- Performance Monitoring: Continuously monitor model performance to identify opportunities for optimization.
Integration
This skill integrates with other Claude Code plugins by providing a centralized location for managing AI/ML model versions. It can be used in conjunction with plugins that handle data processing, model training, and deployment to ensure a seamless AI/ML workflow.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.