What problem does it solve?
This Skill restores and refreshes the DSH node’s persistent knowledge state when the database is corrupted, new knowledge has been added, or ingestion needs to be rerun after environment changes.
Core Features & Use Cases
- Registry repair: Recreates and upserts the Claude agent, skills, tools, and stack records in the local SQLite knowledge database.
- Knowledge re-indexing: Re-ingests repository knowledge from kb/, logs/, docs, and agent source files into ChromaDB for semantic retrieval.
- Verification and recovery: Checks dependency imports, skill-module loading, and akashic write/query behavior to confirm the node is ready for spore.sh activation.
- Use case: Run this after a failed upgrade, missing knowledge base updates, or a suspected local state corruption to bring the system back to a consistent operational state.
Quick Start
Use the dsh-ingest skill to restore the local knowledge graph and verify that the node is ready for spore.sh.