qualixar

112 mods across 7 repositories, 327 stars between them.

qualixar

01

qualixar/superlocalmemory

Plugin Claude Code

Plugin marketplace listing 2 plugins: superlocalmemory, superlocalmemory-codex.

223 4d ago A tokens not measured AGPL-3.0

qualixar/superlocalmemory

Instructions file CodexOpenCode

AGENTS.md instructions for qualixar/superlocalmemory, covering gitnexus — code intelligence, always do, never do, resources and cli.

223 4d ago A 736 tokens AGPL-3.0

superlocalmemory

03

qualixar/superlocalmemory

Skill Claude CodeCodex

AI agent memory with mathematical foundations. Store, recall, search, and manage memories locally. Local data root; optional networked features have separate behavior.

223 4d ago A 34 tokens AGPL-3.0

qualixar/superlocalmemory

Agent

Advises on scope, roles, compliance, and GDPR use in SuperLocalMemory. Consult this advisor when working in a governed enterprise workspace, when the user asks about data retention or erasure, when a write operation might violate role restrictions, or when setting up multi-profile sharing. Never bypasses governance…

223 4d ago A 82 tokens AGPL-3.0

slm-loop-runner

05

qualixar/superlocalmemory

Agent

Runs a task as a bounded loop backed by SuperLocalMemory: iterate until an INDEPENDENT gate passes — never the agent's own claim. Delegate here when a task has a checkable acceptance condition (a test suite, a JSON schema, a linter, a reconciliation rule, a security scan) and you want gate-verified completion with an…

223 4d ago A 117 tokens AGPL-3.0

slm-memory-advisor

06

qualixar/superlocalmemory

Agent

Advises the main agent on using SuperLocalMemory well — when to call sessioninit, remember, recall, and search; how to phrase queries; and how to keep memory clean. Delegate here for any "should I save/recall this?" decision or when memory results look wrong.

223 4d ago A 65 tokens AGPL-3.0

qualixar/superlocalmemory

Agent

Applies SuperLocalMemory's context-optimization rules — reversible compression of large tool output and KV-caching of repeated reads/searches — to stretch the context window with no proxy. Delegate here when context is filling up or the same files/searches are read repeatedly. Strictly advisory and fail-open…

223 4d ago A 75 tokens AGPL-3.0

slm-loop

08

qualixar/superlocalmemory

Command

Run a task as a bounded, gate-verified loop backed by SuperLocalMemory — iterate until an independent gate passes, never on the agent's own claim.

223 4d ago A 32 tokens AGPL-3.0

SessionStart

09

qualixar/superlocalmemory

Hook

Runs when a session starts, running an inline shell check (2 commands). From qualixar/superlocalmemory.

223 4d ago A tokens not measured AGPL-3.0

PreToolUse

10

qualixar/superlocalmemory

Hook

Runs before the agent uses a tool for WebSearch and WebFetch tool calls, running an inline shell check. From qualixar/superlocalmemory.

223 4d ago A tokens not measured AGPL-3.0

PostToolUse

11

qualixar/superlocalmemory

Hook

Runs after a tool call finishes for Bash, Read, Write, Edit, Glob, Grep, Agent, WebFetch, WebSearch and NotebookEdit tool calls, running an inline shell check. From qualixar/superlocalmemory.

223 4d ago A tokens not measured AGPL-3.0

Stop

12

qualixar/superlocalmemory

Hook

Runs when the agent finishes a response, running an inline shell check. From qualixar/superlocalmemory.

223 4d ago A tokens not measured AGPL-3.0

slm-cache

13

qualixar/superlocalmemory

Skill Claude CodeCodex

KV cache for repeated reads — call slmcacheget(key) first; on a miss do the expensive operation then slmcacheset(key, value, ttlseconds) to store it; on a hit use the returned value directly; always fail-open (hit:false on any error, never raises); saves tokens when the same file, query result, or tool output is read…

223 4d ago A 86 tokens AGPL-3.0

slm-compress

14

qualixar/superlocalmemory

Skill Claude CodeCodex

Compress large text, tool output, or transcripts to reduce context-window usage while keeping the full 1M window intact — call slmcompress(content, mode, reversible, ttlseconds) to shrink content; if the result is lossy a ccrid is returned so you can call slmretrieve(ccrid) later to recover the exact original; always…

223 4d ago A 90 tokens AGPL-3.0

slm-governance

15

qualixar/superlocalmemory

Skill Claude CodeCodex

Enterprise compliance and governed workspace behavior for SuperLocalMemory. Covers role-based access (admin/member/viewer), retention policies, audit trail, GDPR data export/erase, and how agents must behave when operating under workspace governance. Requires power MCP profile for audit/retention tools. Agents must…

223 4d ago A 68 tokens AGPL-3.0

slm-graph

16

qualixar/superlocalmemory

Skill Claude CodeCodex

Index and query a codebase as a structural graph — build the code graph, trace blast radius of a change, find callers/callees/inheritors, semantic code search by meaning, assemble PR review context, and detect what changed since last index. Use when the user asks how code connects, what breaks if X changes, what calls…

223 4d ago A 97 tokens AGPL-3.0

slm-loop

17

qualixar/superlocalmemory

Skill Claude CodeCodex

Run gate-verified bounded loops with SuperLocalMemory as the durable ledger. Use when a task has a checkable acceptance condition (tests, schema, lint, reconciliation) and you must iterate until an INDEPENDENT gate passes — never stopping just because the agent believes it is done. slm loop demo runs a keyless…

223 4d ago A 145 tokens AGPL-3.0

slm-mesh

18

qualixar/superlocalmemory

Skill Claude CodeCodex

Cross-session peer coordination via the SLM mesh network. Lets multiple AI agent sessions on the same machine discover each other, send messages, share lightweight state, and lock files to avoid conflicts. Requires full, power, or mesh MCP profile. All 8 tools are MCP-only — there is no CLI fallback.

223 4d ago A 67 tokens AGPL-3.0

slm-profile

19

qualixar/superlocalmemory

Skill Claude CodeCodex

Workspace isolation and runtime profile switching for SuperLocalMemory. Each profile is a fully independent memory namespace — separate facts, code graphs, and tool sets. Use switchprofile (MCP, requires code/full/power profile) to change the active workspace without restarting. Check the active profile with slm…

223 4d ago A 77 tokens AGPL-3.0

slm-recall

20

qualixar/superlocalmemory

Skill Claude CodeCodex

Search and retrieve facts, decisions, and past context from SuperLocalMemory. Use when the user asks to recall, find, search, or "what did we decide/say about X". Triggers multi-channel semantic retrieval with reranking; always call before storing anything new.

223 4d ago A 60 tokens AGPL-3.0

slm-remember

21

qualixar/superlocalmemory

Skill Claude CodeCodex

Capture durable facts, decisions, constraints, and gotchas into SuperLocalMemory. Use when the user says "remember that", "save this decision", "note this constraint", or when a session produces a conclusion worth persisting across sessions. Always recall first to avoid duplicates.

223 4d ago A 60 tokens AGPL-3.0

slm-scope

22

qualixar/superlocalmemory

Skill Claude CodeCodex

Controls memory visibility across profiles — personal (private, default), shared (selected profiles), or global (all profiles on this machine). Default is always personal. Only change scope when the user explicitly asks to share a memory across workspaces. Works with both remember (write scope) and recall (read scope…

223 4d ago A 67 tokens AGPL-3.0

slm-session

23

qualixar/superlocalmemory

Skill Claude CodeCodex

Manage SuperLocalMemory session lifecycle — call sessioninit once at the start of every fresh session to load relevant project context and get a sessionid; call closesession when work is meaningfully complete to commit temporal summaries. Correct lifecycle hygiene is what makes SLM's learning loop work.

223 4d ago A 60 tokens AGPL-3.0

slm-status

24

qualixar/superlocalmemory

Skill Claude CodeCodex

Health and optimization stats for SuperLocalMemory — call slmoptimizestats() for live compression and cache counters (compressruns, tokenssavedcompress, cacheproxyhits, cacheproxymisses, cachekvhits, cachekvmisses); run slm status [--json] for system state (mode, profile, DB size, fact/entity/edge counts) and slm…

223 4d ago A 112 tokens AGPL-3.0