algo-rec-session
Solid"Implement session-based recommendation from short-term user behavior sequences without long-term profiles. Use this skill when the user needs to recommend in anonymous sessions, predict next click from browsing sequence, or build recommendations for non-logged-in users — even if they say 'what should they click next', 'anonymous user recommendations', or 'browsing sequence prediction'.".
Install
Quality Score: 84/100
Skill Content
Details
- Author
- charlieviettq
- Repository
- charlieviettq/awesome-agent-skill
- Created
- 2 months ago
- Last Updated
- 6 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
algo-rec-content
"Implement content-based recommendation by matching item features to user preference profiles. Use this skill when the user needs to recommend items based on attributes, solve the cold start problem for new items, or build recommendations without collaborative data — even if they say 'recommend similar products', 'items like this', or 'feature-based matching'.".
algo-rec-cf
"Implement collaborative filtering for recommendations based on user behavior patterns. Use this skill when the user needs to build a recommendation engine from user-item interaction data, find similar users or items, or predict ratings — even if they say 'users who bought this also bought', 'similar users', or 'recommend based on behavior'.".
session-retro
Runs a per-session self-retrospective at a session boundary — reflects on the session that just ended and emits SESSION-grained learnings as signal-only rows in the pipeline event log. Captures the class the decision-moment path structurally cannot: operator feedback arriving with NO recommendation on the table (an unprompted correction, a stated preference, a redirection, expressed friction), plus recurring session friction. Records an EXPLICIT no-learning row when a session produced nothing, so "ran and found nothing" is never confused with "never ran". Sensor, never actuator — a run makes zero toolkit changes, a cross-session cluster promotes to an improvement CANDIDATE through the governance gate, and the operator memory store is never written. Sampled, not fire-always. Triggers: "run the session retro", "retro this session", "session-retro", "what did this session teach us", "capture learnings from this session".