Syke provides a local-first memex (memory index) for agents, exposing commands to read the current memex, run evidence-backed queries, record observations, and perform health checks. It helps agents maintain continuity across sessions and harnesses by keeping a shared, up-to-date memory store.
Use Syke when an agent should consult recent session context before acting, when you want to record important observations for future runs, or when debugging agent memory/state. Ideal for workflows that require continuity between interactive sessions or background agents.
syke memex, use syke ask for deeper queries, run syke record to persist observations, and run syke doctor for diagnostics. Also covers pitfalls and provider configuration.Terminal/CLI-capable agents and installers (agents that can run pipx or shell commands). Works best where the agent can access local files and run the syke binary.
This skill has not been reviewed by our automated audit pipeline yet.