feat: add recsys-pipeline-architect skill#1163
Open
mturac wants to merge 1 commit into
Open
Conversation
Adds a skill for designing composable recommendation, ranking, and feed pipelines using the six-stage Source→Hydrator→Filter→Scorer→Selector→ SideEffect framework popularized by xAI 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new skill: recsys-pipeline-architect.
A vendor-agnostic Agent Skill (agentskills.io standard) 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 For You algorithm (Apache 2.0; this skill is MIT and is an independent reimplementation of the pattern).
Activation
Triggers on any "top K items for (user, context)" problem: content feeds, search ranking, RAG retrieval rerankers, task prioritizers, notification triage, ad selection. The skill walks the agent through eight clarifying steps and emits a runnable scaffold in the user's stack.
Why a vendor-agnostic skill belongs here
Like the existing
find-skillsskill, this one is platform-neutral — the SKILL.md is consumed identically by Claude Code, Codex, Cursor, Gemini CLI, OpenCode, Windsurf, and the other agents thatnpx skills addsupports.Upstream
This is a single-file adapter for the upstream repository: https://github.com/mturac/recsys-pipeline-architect (v0.1.0, MIT). Upstream ships 5 load-on-demand reference docs (interfaces in 4 languages, multi-action scoring, candidate isolation, filter cookbook with 12 patterns, scorer cookbook) and 3 runnable example scaffolds (Strapi v5/TS/Jest, Go with generics, Python/FastAPI/pytest — every one green: 9/9 tests passing total).
Cross-platform install via skills.sh:
npx skills add mturac/recsys-pipeline-architect.