ahyattahyattCommunityยท1 Agent Skills Included

ekg

Tag-based Emacs notes and persistent memory for agents

Stores notes, tasks, and reusable instructions in a tag-based SQLite knowledge graph inside Emacs. Gives agents persistent memory through simple command-line scripts for creating, reading, searching, and updating notes. Eliminates lost context between sessions and removes manual copy-pasting of project knowledge. Includes a debug analyzer that reviews agent session logs and suggests concrete improvements.
npx skills add ahyatt/ekg --all -g -y
Available:

Explains the EKG data model, agent architecture, and CLI tools so an agent can safely use and test the note-taking system, including how to run it in an isolated Emacs instance.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ekg?โ–ผ

Run `npx skills add ahyatt/ekg --all -g -y` in your terminal to install all skills in this suite globally.

How to give an agent persistent memory?โ–ผ

EKG stores notes in a SQLite knowledge graph, and the bundled CLI scripts let your agent create, search, and update notes so context survives across sessions.

Does ekg require Emacs?โ–ผ

Yes. The scripts talk to a running Emacs through emacsclient, so you need Emacs 28.1 or later with the ekg package loaded and the server started.

Can ekg manage org-mode tasks?โ–ผ

Yes. You can create org tasks with titles and statuses, add subtasks, and mark items done, and they appear in the org agenda automatically.

How to debug a slow or looping agent session?โ–ผ

Export the session with ekg-agent-export-debug-json and run the included analyzer script to get a report of wasted turns, bad tool calls, and suggested fixes.

Related Repositories in Personal & Entrepreneur

View All in Personal & Entrepreneurโ†’