Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › episodic-memory-algorithms vs skill-architect

episodic-memory-algorithms vs skill-architect

Two Engineering Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Nameepisodic-memory-algorithmsskill-architect
DescriptionData structures and algorithms for AI agent episodic memory. Covers vector stores (HNSW, IVF, PQ), temporal indexing, knowledge graphs with triple stores, hierarchical summarization, forgetting curves,…Design, create, audit, and improve Claude Agent Skills with expert-level progressive disclosure. Use when building new skills, reviewing existing skills, debugging activation failures, encoding domain expertise, or…
CategoryEngineeringEngineering
Sub-categoryml-ai-engengineering-misc
Tagstype:audit type:review
Authorcuriositechcuriositech
License
Install/add-skill episodic-memory-algorithms/add-skill skill-architect-v0-snapshot

Tag overlap

Shared

Only in episodic-memory-algorithms

Only in skill-architect type:audit, type:review

Sample code from each SKILL.md

episodic-memory-algorithms

What type of facts does your agent need to remember?
│
├─ User identity + preferences ONLY
│  └─ Use: Core memory (always in context) + simple vector store
│      Algorithm: Flat search or small HNSW (<10K entries)
│      Reasoning: Static facts don't need complex temporal tracking
│
├─ Past conversations + events
│  ├─ Need fact change tracking over time?
│  │  ├─ YES → Bi-temporal knowledge graph (Zep/Graphiti approach)
│  │  │   Algorithm: Triple store with (validFrom, ingestedAt) timestamps…

skill-architect

# ❌ These look like valid keys but aren't — use the correct alternatives
tools: Read,Write           # Use 'allowed-tools' instead
integrates_with: [...]      # Use SKILL.md body text instead
triggers: [...]             # Use 'description' keywords instead
outputs: [...]              # Use SKILL.md Output Format section instead
coordinates_with: [...]     # Use SKILL.md body text instead
python_dependencies: [...]  # Use SKILL.md body text instead

When to choose each

episodic-memory-algorithms — Data structures and algorithms for AI agent episodic memory. Covers vector stores (HNSW, IVF, PQ), temporal indexing, knowledge graphs with triple stores, hierarchical summarization, forgetting curves,…

skill-architect — Design, create, audit, and improve Claude Agent Skills with expert-level progressive disclosure. Use when building new skills, reviewing existing skills, debugging activation failures, encoding domain expertise, or…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open episodic-memory-algorithms → Open skill-architect →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Engineering skills · Top 100