Signet-AISignet-AIOfficialยท9 Agent Skills Included

signetai

Persistent local memory, secrets, and knowledge graphs for coding agents

Stores, syncs, and shares memories, transcripts, and secrets across coding assistants like Claude Code, Codex, and OpenClaw. Automatically extracts memories from sessions and injects relevant context before every prompt, ending repeated re-explaining. Builds a searchable knowledge graph with full source provenance, plus an encrypted vault for API keys and credentials.
npx skills add Signet-AI/signetai --all -g -y
Available:

Routes the agent to the correct scoped instructions for each part of the codebase and enforces rules on data isolation, provenance, testing, and verification when working on Signet.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Signet?โ–ผ

Run `npx skills add Signet-AI/signetai --all -g -y` in your terminal to install all skills in this suite globally.

What does Signet do for AI coding agents?โ–ผ

Signet gives agents persistent memory across sessions by automatically extracting facts from transcripts and injecting relevant context into every prompt. It works across Claude Code, Codex, OpenClaw, Gemini CLI, and other harnesses through one shared knowledge base.

Does Signet store my data locally?โ–ผ

Yes. Everything lives in a local SQLite database under ~/.agents/ on your machine, and nothing is sent to external servers. Secrets are stored in an encrypted vault and never appear in logs or transcripts.

Can I import my existing notes and documents?โ–ผ

Yes. Signet imports Obsidian vaults, Discord, and GitHub in real time, plus one-time imports of Word, Excel, PowerPoint, PDF, EPUB, and CSV files into the memory graph.

How accurate is Signet's memory recall?โ–ผ

Signet scores 97.6% average answer accuracy on the LongMemEval benchmark, and you can verify recall quality yourself using the built-in MemoryBench benchmarking skill.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’