CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. secondsky
  4. /
  5. claude-skills
  6. /
  7. Recommendation Engine

Recommendation Engine

Editor's Note

This is a solid foundation for building product or content recommenders with collaborative filtering, matrix factorization (SVD), and hybrid approaches. You get practical code for handling the usual pain points: cold start problems with fallback chains, data sparsity using dimensionality reduction instead of naive similarity, and popularity bias through diversity re-ranking. The evaluation section covers precision@k, recall@k, and NDCG for measuring recommendation quality. What I like is the realistic approach to production issues, like always filtering already-interacted items and implementing graceful degradation when personalization fails. If you're building a recommendation system from scratch or fixing one that only shows bestsellers, this gives you the patterns that actually matter.

Install

npx skills add https://github.com/secondsky/claude-skills --skill recommendation-engine
Votes
0
Installs253
GitHub Stars162
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment