Rec List banner
danielrosehill danielrosehill

Rec List

Development community

Description

--- description: List recent recommendations from the recommendations/ folder with their feedback status (liked, disliked, no-response, queued). --- # /recommendations Surface the recommendation history so the user can see what's been suggested, what they engaged with, and what's still open. ## Steps 1. Read all `.md` files under `recommendations/` (recurse subfolders for multi-format workspaces). 2. For each recommendation, look up matching feedback in `feedback/` (match by recommendation s

Installation

Installs to ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-list/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository