feat(skills/ai-research): add recsys-pipeline-architect#591
Open
mturac wants to merge 1 commit into
Open
Conversation
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. Adds one SKILL.md under cli-tool/components/skills/ai-research/ following the existing frontmatter pattern (name, description, allowed-tools). Activation triggers cover content feeds, search ranking, RAG rerankers, task prioritizers, and notification triage.
|
@mturac is attempting to deploy a commit to the Daniel Avila's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
👋 Thanks for contributing, @mturac!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
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 under
cli-tool/components/skills/ai-research/:recsys-pipeline-architect
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 For You algorithm (Apache 2.0; this skill is MIT and is an independent reimplementation of the pattern).
When invoked, the skill walks the agent through eight clarifying steps (use case → sources → hydrations → filters → scorers → selector → side effects → scaffold), surfaces the architectural trade-offs (multi-action vs single-score, candidate isolation vs joint scoring, online vs offline batch) explicitly, and emits a runnable scaffold in the user's stack.
Activation triggers
Building any system that returns top K items for a (user, context). Examples: content feeds, search ranking, RAG retrieval rerankers, task prioritizers, notification triage, ad selection.
What's covered
PR contents
cli-tool/components/skills/ai-research/recsys-pipeline-architect/SKILL.mdparallel-agents,ai-agents-architect)Upstream
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 and 3 runnable example scaffolds (Strapi v5/TS/Jest, Go with generics, Python/FastAPI/pytest — every one green: 9/9 tests passing total).
Happy to move to a different category (e.g.,
development), shorten content, or revise frontmatter.Summary by cubic
Adds the
recsys-pipeline-architectskill to design composable recommendation/ranking pipelines with a six-stage Source→Hydrator→Filter→Scorer→Selector→SideEffect pattern, and generate runnable scaffolds. Expands the skills library for top‑K feeds, search rerankers, and similar use cases.cli-tool/components/skills/ai-research/recsys-pipeline-architect/SKILL.mdto design and scaffold recommender/ranking pipelines.cli-tool/components/); no changes to CLI, API, website, or workers.docs/components.json).Written for commit 8c7b69e. Summary will update on new commits. Review in cubic