Agent Genesis
Description
Semantic search across your Claude Code conversation history
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agent Genesis
🔍 **Semantic search across your Claude Code conversation history**
Agent Genesis indexes and searches your Claude Code and Claude.ai/Desktop conversations, making it easy to find past discussions, decisions, and solutions.
🔒 **Privacy First**: Runs 100% locally. No API keys required. Your conversations never leave your machine.
What Does It Do?
Ask questions like:
- "Find my conversations about authentication"
- "When did I discuss database optimization?"
- "What was that solution for the API rate limiting issue?"
Agent Genesis finds relevant conversations using **semantic search** (meaning-based, not just keyword matching).
Table of Contents
- Prerequisites
- Quick Start
- Stopping the Service
- Importing Claude.ai Data
- Searching Your Conversations
- MCP Integration
- Troubleshooting
- How It Compares
- Configuration Reference
- Contributing
Prerequisites
Before you start, you need:
- Docker (version 20.10+) - Install Docker
- 6GB+ RAM available for Docker (required for the local embedding model)
- Claude Code conversations in your projects folder (created automatically when you use Claude Code)
**Verify Docker is installed:**
docker --version
# Should output: Docker version 20.10.x or higher
**Find your Claude Code projects path:**
| OS | Path |
|---|---|
| Linux | ~/.claude/projects/ |
| macOS | ~/.claude/projects/ |
| Windows | C:\Users\YourName\.claude\projects\ |
| Windows (WSL) | /home/youruser/.claude/projects/ |
Quick Start
Step 1: Clone the Repository
git clone https://github.com/Platano78/agent-genesis.git
cd agent-genesis
Step 2: Create Yo
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11