aim-search

Search AI memory collections by semantic similarity with filtering and decay scoring.

41|5|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Hidden-History/ai-memory --skill aim-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aim-search
Source: https://github.com/Hidden-History/ai-memory/tree/main/.claude/skills/aim-search
Command: npx skills add https://github.com/Hidden-History/ai-memory --skill aim-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to efficiently search a persistent AI memory system, retrieving relevant information based on semantic similarity and advanced filtering criteria.

Core Features & Use Cases

  • Semantic Search: Find information based on meaning, not just keywords.
  • Advanced Filtering: Narrow down searches by collection (code-patterns, conventions, discussions), memory type (e.g., error_fix, rule), and intent (how, what, why).
  • Use Case: Quickly find specific code patterns for implementing authentication, recall project conventions for naming files, or understand the reasoning behind past architectural decisions.

Quick Start

Search the memory system for information on implementing authentication.

Frequently Asked Questions about aim-search

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

FAQPage Schema
How do I search AI memory for specific code patterns and project conventions?

You can search AI memory semantically to retrieve code patterns and project conventions by using vector similarity search to find information based on meaning rather than exact keyword matches.

What is semantic search in an AI memory system?

Semantic search in an AI memory system uses vector similarity to find information based on contextual meaning, enabling you to recall past architectural decisions or error fixes without needing exact terminology.

Can I filter AI memory search results by user intent and memory type?

Yes, you can filter AI memory search results by memory type like error_fix or rule, and by user intent such as how, what, or why, allowing you to narrow down specific project discussions and conventions.

How do I find recently added memories in a multi-collection system?

You can find recently added memories in a multi-collection system by utilizing the optional decay scoring feature during vector similarity search, which boosts temporal relevance to surface newer information.

What is the best way to search across multiple AI memory collections at once?

The best way to search across multiple AI memory collections at once is using cascading search capabilities, which sequentially query collections like code-patterns, conventions, and discussions to retrieve relevant results.

Does semantic search work for recalling the reasoning behind past architectural decisions?

Yes, semantic search works for recalling past architectural reasoning by querying the discussions collection and filtering by the why intent to retrieve the historical context and project rules.