Rec More Like This banner
danielrosehill danielrosehill

Rec More Like This

Development community

Description

--- description: User provides something they enjoyed (a film, book, podcast, video, course, etc.); the recommender suggests similar items they might also enjoy, grounded in the preference profile. --- # /more-like-this The user provides one specific item they enjoyed — by title, URL, or short description — and the recommender returns a curated set of similar items they might also enjoy. ## Steps ### 1. Capture the seed item Accept the seed inline (`/more-like-this Severance`) or ask the us

Installation

Installs to ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-more-like-this/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-more-like-this && curl -fsSL https://raw.githubusercontent.com/danielrosehill/procurement-tools-plugin/HEAD/commands/rec-more-like-this.md -o ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-more-like-this/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository