Skip to main content
qualixar
ملف منشئ GitHub

qualixar

عرض على مستوى المستودعات لـ ٣٨٠ skills مجمعة عبر ٢ مستودعات GitHub.

skills مجمعة
٣٨٠
مستودعات
٢
محدث
٢٨ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

عرض 8 من أصل ٣٦٣ skills مجمعة.
superlocalmemory
مطوّرو البرمجيات

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

٢٨ أغسطس ٢٠٢٦
slm-cache
غير مصنف

KV cache for repeated reads — call slm_cache_get(key) first; on a miss do the expensive operation then slm_cache_set(key, value, ttl_seconds) to store it; on a hit use the returned value directly; always fail-open (hit:false on any error, never raises); saves…

٢٨ أغسطس ٢٠٢٦
slm-compress
غير مصنف

Compress large text, tool output, or transcripts to reduce context-window usage while keeping the full 1M window intact — call slm_compress(content, mode, reversible, ttl_seconds) to shrink content; if the result is lossy a ccr_id is returned so you can call…

٢٨ أغسطس ٢٠٢٦
slm-governance
غير مصنف

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…

٢٨ أغسطس ٢٠٢٦
slm-graph
غير مصنف

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…

٢٨ أغسطس ٢٠٢٦
slm-loop
غير مصنف

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…

٢٨ أغسطس ٢٠٢٦
slm-mesh
غير مصنف

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…

٢٨ أغسطس ٢٠٢٦
slm-profile
غير مصنف

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

٢٨ أغسطس ٢٠٢٦
عرض 8 من أصل ١٧ skills مجمعة.
عرض ٢ من أصل ٢ مستودعات
تم تحميل كل المستودعات