One-click install
npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill super-search-thiago-cruz-eng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: super-search
Source: https://github.com/Thiago-Cruz-eng/Hibrygame/tree/main/.claude/skills/super-search
Command: npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill super-search-thiago-cruz-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps you recover earlier coding decisions, prior implementations, and saved context when you can’t remember what you did in previous sessions.

Core Features & Use Cases

  • Focused memory retrieval: Searches saved personal (user) and/or project (repo) coding memory using your query terms.
  • Parallel scope options: Use personal-only, repo-only, or both scopes to match what you’re trying to recall.
  • Actionable results for continuity: Returns formatted memory hits with timestamps and relevance scores so you can quickly resume work.

Quick Start

Run node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "work yesterday recent activity" to find what you worked on previously.

Frequently Asked Questions about super-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recall past coding sessions and previous implementations?▼

To recall past coding sessions, query your saved coding memory to retrieve timestamped relevance results. This searches across user and repo scopes to find prior implementations and architecture decisions so you can resume work.

How do I search project context to find earlier architecture decisions?▼

Search project context by querying repo memories to find earlier architecture decisions. Use the repo-only scope flag to filter results specifically to saved decisions and implementations relevant to your current codebase.

Can I search personal and repo memories at the same time for developer productivity?▼

Yes, you can search both personal and repo memories simultaneously for developer productivity. Use the combined scope option to query both user memories and repo memories, returning unified timestamped results.

Does this memory search tool require any specific dependencies to run?▼

No specific dependencies are required to run this memory search tool. It operates by executing a standalone Node.js script to query your Supermemory storage and return formatted relevance results without external package requirements.

What is the best way to find what I worked on yesterday from saved code history?▼

The best way to find recent code history is to execute the search script with terms like "work yesterday recent activity". This queries your saved memory to return timestamped relevance scores for matching previous sessions.