> building-recommendation-systems
This skill empowers Claude to construct recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. It analyzes user preferences, item features, and interaction data to generate personalized recommendations. Use this skill when the user requests to build a recommendation engine, needs help with collaborative filtering, wants to implement content-based filtering, or seeks to rank items based on relevance for a specific user or group of users. It is trigger
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/recommendation-engine?format=md"Overview
This skill enables Claude to design and implement recommendation systems tailored to specific datasets and use cases. It automates the process of selecting appropriate algorithms, preprocessing data, training models, and evaluating performance, ultimately providing users with a functional recommendation engine.
How It Works
- Analyzing Requirements: Claude identifies the type of recommendation needed (collaborative, content-based, hybrid), data availability, and performance goals.
- Generating Code: Claude generates Python code using relevant libraries (e.g., scikit-learn, TensorFlow, PyTorch) to build the recommendation model. This includes data loading, preprocessing, model training, and evaluation.
- Implementing Best Practices: The code incorporates best practices for recommendation system development, such as handling cold starts, addressing scalability, and mitigating bias.
When to Use This Skill
This skill activates when you need to:
- Build a personalized movie recommendation system.
- Create a product recommendation engine for an e-commerce platform.
- Implement a content recommendation system for a news website.
Examples
Example 1: Personalized Movie Recommendations
User request: "Build a movie recommendation system using collaborative filtering."
The skill will:
- Generate code to load and preprocess movie rating data.
- Implement a collaborative filtering algorithm (e.g., matrix factorization) to predict user preferences.
Example 2: E-commerce Product Recommendations
User request: "Create a product recommendation engine for an online store, using content-based filtering."
The skill will:
- Generate code to extract features from product descriptions and user purchase history.
- Implement a content-based filtering algorithm to recommend similar products.
Best Practices
- Data Preprocessing: Ensure data is properly cleaned and formatted before training the recommendation model.
- Model Evaluation: Use appropriate metrics (e.g., precision, recall, NDCG) to evaluate the performance of the recommendation system.
- Scalability: Design the recommendation system to handle large datasets and user bases efficiently.
Integration
This skill can be integrated with other Claude Code plugins to access data sources, deploy models, and monitor performance. For example, it can use data analysis plugins to extract features from raw data and deployment plugins to deploy the recommendation system to a production environment.
> 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.