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.
Adds awareness of Oracle Cloud Infrastructure to any plugin that referenced
at least two of the major cloud vendors already. Skills updated to include
OCI services. Also updated some of the other cloud references.
Signed-off-by: Avi Miller <me@dje.li>