Generates Python code for recommendation systems using collaborative, content-based, or hybrid filtering with scikit-learn, TensorFlow, PyTorch. For movie, product, or content personalization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/recommendation-engine:building-recommendation-systemsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches tailored to specific datasets and use cases.
Build recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches tailored to specific datasets and use cases.
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.
This skill activates when you need to:
User request: "Build a movie recommendation system using collaborative filtering."
The skill will:
User request: "Create a product recommendation engine for an online store, using content-based filtering."
The skill will:
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.
The skill produces structured output relevant to the task.
5plugins reuse this skill
First indexed Jul 10, 2026
npx claudepluginhub luxdevnet/claude-plus-lux --plugin recommendation-engineExecute this skill empowers AI assistant 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 when appropriate context detected. Trigger with relevant phrases based on skill purpose.
Builds recommendation systems using collaborative filtering, content-based filtering, matrix factorization, and neural network approaches. Includes Python implementations for e-commerce and streaming platforms.
Builds AI-powered personalization systems including recommendation engines, collaborative filtering, content-based filtering, user preference learning, cold-start solutions, and LLM-enhanced experiences.