mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-18 06:43:05 +08:00
chore: clean up lint blockers
This commit is contained in:
committed by
Affaan Mustafa
parent
7420441512
commit
039c7f111a
@@ -8,7 +8,7 @@ origin: community
|
||||
|
||||
A spec-and-scaffold skill for building composable recommendation, ranking, and feed pipelines. It encodes the **six-stage pattern** — Source → Hydrator → Filter → Scorer → Selector → SideEffect — popularized by xAI's open-sourced [For You algorithm](https://github.com/xai-org/x-algorithm) (Apache 2.0). This skill is an independent reimplementation of the pattern (MIT) — no code copied from the original.
|
||||
|
||||
Upstream: https://github.com/mturac/recsys-pipeline-architect
|
||||
Upstream: <https://github.com/mturac/recsys-pipeline-architect>
|
||||
|
||||
## When to Use
|
||||
|
||||
@@ -100,7 +100,7 @@ Default to isolation. Joint only when there's a specific reason (e.g., explicit
|
||||
|
||||
## Upstream contents
|
||||
|
||||
The upstream repository at https://github.com/mturac/recsys-pipeline-architect ships:
|
||||
The upstream repository at <https://github.com/mturac/recsys-pipeline-architect> ships:
|
||||
|
||||
- Full `SKILL.md` with the complete 8-step workflow
|
||||
- 5 load-on-demand reference docs: interfaces in 4 languages (TS/Go/Python/Rust), multi-action scoring pattern, candidate isolation, filter cookbook (12 patterns), scorer cookbook (weighted sum, MMR, diversity penalty, position debiasing)
|
||||
|
||||
Reference in New Issue
Block a user