What problem does it solve?
This Skill bridges a Claude Code assistant with an Archon RAG knowledge base to capture, index, and share long-term project documentation so assistants and teams can retrieve deep project context beyond ephemeral local memory.
Core Features & Use Cases
- Project ingestion: discover README, docs/, and CLAUDE.md, read files in safe chunks, compute MD5 hashes, and ingest documents into Archon as inline RAG sources.
- Sync and freshness checks: detect modified, added, or removed files, perform delete-and-readd syncs, poll ingestion progress, and update per-project state for reproducible updates.
- Semantic search & shared knowledge: run project-scoped and cross-project semantic searches, add URL or local shared sources, and list shared knowledge across an ecosystem.
- Task and project management: list, create, and update Archon tasks and query project metadata to coordinate multi-agent work.
- Use case: Ingest a repo's docs, confirm indexing with a test query, keep .claude/archon-state.json current, and let multiple agents leverage the same knowledge base.
Quick Start
Use the archon-memory skill to ingest this project's documentation into Archon and then run a status check to verify indexing.