What problem does it solve?
New or existing Claude Code agents repeatedly ask for project details, causing redundant conversations. This skill scans the codebase, extracts architecture, dependencies, conventions, and workflows, and stores them as durable memories so the agent starts with full context.
Core Features & Use Cases
- Automated Project Scanning: Reads key documentation, config files, and entry points to capture essential knowledge.
- Selective Extraction: Filters information to retain only high‑value facts, preferences, and procedures.
- Deduplication & Supersession: Searches existing memories to avoid duplicates and updates outdated entries.
- Safety Checks: Confirms before overwriting existing project memories and respects privacy constraints.
- Large‑Codebase Handling: Allows focused scanning of monorepo sections and incremental progress reporting.
Quick Start
Ask the assistant to run “/rekal-init” to scan the repository and populate rekal memory with project context.