Files
mehmet turac 3e17b71b2d feat(machine-learning-ops): add recsys-pipeline-architect skill (#533)
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.
2026-05-16 20:15:54 -04:00
..