plugins marketplace
← All plugins

recommendation-engine

v1.21.0

Build recommendation systems and engines

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/recommendation-engine/ inside the repository.

Layout

plugins/ai-ml/recommendation-engine/
├── .claude-plugin/plugin.json
└── skills/building-recommendation-systems/SKILL.md

Skills1

building-recommendation-systemsskills/building-recommendation-systems/SKILL.md

Execute 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.

Manifests1

plugins/ai-ml/recommendation-engine/.claude-plugin/plugin.json
{
  "name": "recommendation-engine",
  "version": "1.21.0",
  "description": "Build recommendation systems and engines",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "recommendations",
    "collaborative",
    "content-based",
    "ranking",
    "agent-skills"
  ]
}