Skip to main content
GitHub-Repository

laqrumcode

laqrumcode enthält 18 gesammelte Skills von 42U, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
18
Stars
11
aktualisiert
2026-06-24
Forks
1
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

audit-drift
Sonstige Computerberufe

Activate periodically (not per-session) to sample concepts from the graph and verify their claims against current state — code paths, recent sources, user-provided ground truth. Flag stale concepts for supersede-stale. Without this, knowledge rot poisons retrieval silently.

2026-06-24
capture-insight
Sonstige Computerberufe

Activate when an insight worth keeping emerges mid-session — a surprising finding, a reusable pattern, a user correction, or a decision with rationale. Use this to write knowledge into the laqrumcode graph immediately rather than waiting for end-of-session daemon extraction (which is batch-only and can have hours of lag).

2026-06-24
extract-knowledge
Sonstige Computerberufe

Activate when the user wants to distill lasting knowledge from ANY source — PDF, web article, pasted text, codebase file, transcript, markdown doc, or book chapter. Source-agnostic replacement for extract-pdf-gems. Same workflow core; source-type-aware quality rules.

2026-06-24
extract-pdf-gems
Sonstige Computerberufe

Activate when the user asks to extract, mine, distill, or "pull gems" from a PDF, academic paper, book chapter, or research document into the laqrumcode memory graph. Also activate for phrases like "read this paper and remember it", "dense knowledge gems", "pull the insights", or when the user points at a PDF and asks to study it.

2026-06-24
ground-on-memory
Sonstige Computerberufe

Activate when the user asks about state, history, prior work, codebase knowledge, or anything where injected memory should inform the response. Triggers include "what do you know about", "remember", "earlier", "last time", "we discussed", "in this codebase", "prior work", "previously", or any direct question about project/session state.

2026-06-24
knowledge-gap-scan
Sonstige Computerberufe

Activate when the user wants to know what they DO and DON'T know about a topic, before starting research or a project. Turns the graph from a reference library into an active planning tool by reporting coverage and explicit gaps.

2026-06-24
laqrumbrain
Sonstige Computerberufe

Activate when user mentions "search memory", "recall", "remember", "core memory", "introspect", "memory status", "what did we do", "past sessions", "identity", "soul", or when you need to store/retrieve persistent knowledge across sessions.

2026-06-24
laqrumcode-backup-jsonl
Sonstige Computerberufe

Activate when the user wants to export laqrumcode for import into a non-SurrealDB system — Postgres + pgvector, Neo4j, OpenSearch, a custom store, or any system that ingests JSON. Triggers on "export laqrumcode to JSON", "dump laqrumcode for ingestion", "migrate laqrumcode off SurrealDB". Use this skill when the destination is not SurrealDB; for SurrealDB-to-SurrealDB use `laqrumcode-backup-native`.

2026-06-24
laqrumcode-backup-native
Softwareentwickler

Activate when the user asks to back up the laqrumcode database, export the graph, snapshot SurrealDB, or save a copy for restore into another SurrealDB instance. Triggers on "back up laqrumcode", "export the database", "snapshot memory", "dump laqrumcode to disk". Use this skill for the **lossless** path when the target is also SurrealDB.

2026-06-24
laqrumcode-backup-semantic
Softwareentwickler

Activate when the user wants to send the laqrumcode knowledge core (concepts, memories, skills, reflections, artifacts, soul) to another agent or system WITHOUT the transcript volume (turns, retrieval_outcomes, metrics). Triggers on "transfer knowledge to ilaqrum", "share laqrumcode brain", "extract just the concepts", "give my graph to another agent". For full snapshot use `laqrumcode-backup-native`; for non-SurrealDB targets use `laqrumcode-backup-jsonl`.

2026-06-24
laqrumcode-forget
Softwareentwickler

Selectively and REVERSIBLY forget stored memories/concepts (privacy / declutter) — soft-deactivate content matching a query or date so it stops surfacing in retrieval. Use when the user wants sensitive or unwanted data out of their laqrumcode graph.

2026-06-24
laqrumcode-health
Softwareentwickler

Activate when the user asks about laqrumcode status, health, whether memory is working, before extracting knowledge from a new source, or when recall/write operations appear to be failing. Also activate for phrases like "is laqrumcode working", "check memory", "pipeline health", "anything broken".

2026-06-24
laqrumcode-release
Softwareentwickler

End-to-end procedural skill for shipping a new laqrumcode version. Bumps all 6 version surfaces atomically, commits, tags, pushes, and verifies CI green with the correct exit-code pattern. Use BEFORE running `git push` on a release commit, not after.

2026-06-24
laqrumcode-restore-jsonl
Softwareentwickler

Activate when the user wants to restore/import a laqrumcode JSON-Lines backup (produced by scripts/backup-jsonl.mjs) back into a SurrealDB laqrumcode graph, or merge one machine's laqrumcode export into another. Triggers on "restore laqrumcode from JSON", "import the jsonl backup", "merge laqrumcode graphs", "load my laqrumcode dump". Counterpart to laqrumcode-backup-jsonl.

2026-06-24
laqrumcode-web-ui
Webentwickler

Open the laqrumcode read-only web UI to explore the memory graph (dashboard, memory/concept browsers, graph explorer) in a browser. Use when the user asks to see/visualize/inspect what laqrumcode has stored.

2026-06-24
recall-explain
Softwareentwickler

Activate when raw recall results need interpretation — user asks a factual/historical question likely to have graph coverage, and you want clustered, contradiction-flagged, actionable output instead of a flat score-sorted list. Also activate when recall returns 5+ results and you need to decide which matter.

2026-06-24
supersede-stale
Softwareentwickler

Activate when a recalled or injected concept is contradicted by current code, a newer source, or a user correction. Use this to demote stale knowledge in realtime rather than letting the batch daemon eventually catch it — stale concepts compete with fresh ones in recall and poison grounding.

2026-06-24
synthesize-sources
Softwareentwickler

Activate when the user wants a comparison, contrast, or synthesis across 2+ sources already in the graph. Produces meta-concepts that link back to the original source gems, earning the graph compound value from the cross-source edges.

2026-06-24