Skip to content
Skill

syke

by saxenauts

AI Summary

Read the user's memex before doing anything else. It is the current map of what is active, what changed, and where deeper evidence lives. Canonical memex path: 1. Read the memex already in context or call .

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "syke" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/syke && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/syke/SKILL.md "https://raw.githubusercontent.com/saxenauts/syke/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Local-first cross-harness memory for agents. Syke observes activity across supported harnesses, keeps a current memex in context, and gives agents `syke ask`, `syke memex`, and `syke record` for continuity across sessions.

Syke

Read the user's memex before doing anything else. It is the current map of what is active, what changed, and where deeper evidence lives. Canonical memex path: ~/.syke/MEMEX.md

When to Use

• syke ask: deeper timeline and evidence-backed queries • syke memex: fastest read of the current memex • syke record: write observations back into memory • syke status: quick operational snapshot • syke doctor: deeper diagnostic when setup or runtime looks wrong

Quick Reference

| Command | Use | Exit 0 | Exit 1 | |---------|-----|--------|--------| | syke ask "question" | Deep memory query | Answer on stdout | Error on stderr, stdout empty | | syke memex | Current memex | Memex on stdout | Error message | | syke record "text" | Write observation | Confirmation | Error message | | syke status | Runtime snapshot | Status on stdout | Error message | | syke doctor | Health check | All OK | Issues found |

Procedure

• Read the memex already in context or call syke memex. If you need the file directly, start with ~/.syke/MEMEX.md. • Use syke ask when the memex is not enough. • Use syke record after useful work so the next session inherits it. • Use syke status for a quick state check. • Use syke doctor when setup or runtime looks wrong.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 29d ago
Active
AdoptionUnder 100 stars
50 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars50
Forks3
Issues7
Updated29d ago
View on GitHub
AGPL-3.0 License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code