Agent skill · AI & Agents

aim-search

Search memory system with advanced filtering and intent detection

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill aim-search-hidden-history-ai-memory --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadBash
Path: skills/ai-llm/aim-search-hidden-history-ai-memory/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Search Memory - Advanced Memory Retrieval Search the AI Memory Module using semantic similarity with advanced filtering by collection, type, and intent detection. ## Memory System V2.0 The memory system has 3 collections: - **code-patterns** - HOW things are built (implementation, error_fix, refactor, file_pattern) - **conventions** - WHAT rules to follow (rule, guideline, port, naming, structure) - **discussions** - WHY things were decided (decision, session, blocker, preference, context) ## Usage ```bash # Basic semantic search (searches code-patterns by default) /aim-search "how do I implement authentication" # Search specific collection /aim-search "error handling patterns" --collection conventions # Filter by memory type /aim-search "recent bugs" --type error_fix # Filter by multiple types /aim-search "code patterns" --type implementation,refactor # Use intent detection with cascading search /aim-search "how do I implement auth" --intent how # Limit results /aim-search "database patterns" --limit 10 # Hide decay scores /aim-search "authentication" --no-decay ``` ## Options - `--collection <name>` - Target specific collection (code-patterns, conventions, discussions) - `--typ

What's inside
Steps it walks through
  1. Memory System V2.0
  2. Usage
  3. Options
  4. Memory Types by Collection
  5. code-patterns
  6. conventions
  7. discussions
  8. Intent Detection
  9. Output Format
  10. Score Interpretation
  11. Decay Formula
  12. Examples
  13. Python Implementation Reference
  14. Technical Details
Ships with 1 file
  • metadata.json
Commands it runs
Basic semantic search (searches code-patterns by default)
Search specific collection
Filter by memory type
Filter by multiple types
Use intent detection with cascading search
Limit results
Hide decay scores
Find implementation examples in current project
Find shared conventions across all projects
Find specific error fixes
More from claude-skill-registry
All skills →
About this skill
What does the aim-search skill do?

Search memory system with advanced filtering and intent detection

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill aim-search-hidden-history-ai-memory --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going