mirror of
https://github.com/wshobson/agents
synced 2026-06-21 14:13:58 +00:00
3e17b71b2d
Adds recsys-pipeline-architect under plugins/machine-learning-ops/skills/. A skill for designing composable recommendation, ranking, and feed pipelines using the six-stage Source→Hydrator→Filter→Scorer→Selector→ SideEffect framework popularized by xAI's open-sourced X For You algorithm. Independent MIT reimplementation; surfaces multi-action vs single-score, candidate isolation vs joint, and online vs offline batch trade-offs explicitly. Skill is a single SKILL.md file following Anthropic's agent-skills spec (name + description frontmatter). Activation triggers cover content feeds, search ranking, RAG rerankers, task prioritizers, and notification triage.