Persistent graph-based memory for AI agents via KIP (Knowledge Interaction Protocol). Provides retrieval-first memory operations (KQL), durable writes (KML), schema discovery (META), and memory hygiene patterns. Use whenever the agent needs to consult or update persistent memory, especially for: remembering user preferences/identity/relationships, storing conversation events, answering questions that depend on past sessions, and any task involving execute_kip.
$npx -y skills add ldclabs/kip --skill kip-cognitive-nexusInstalls into the current project.
Run `npx skills use "https://github.com/ldclabs/kip" --skill "ldclabs/kip/kip-cognitive-nexus"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ldclabs/kip" that are relevant to the current task. Run `npx skills add "https://github.com/ldclabs/kip"` and select the relevant skills, then follow their instructions.