← All creators

Quarktex

Organization

Provenance-governed AI memory for agents: a self-evolving second brain in your IDE. Every write cites a source or it's refused. Markdown + grep.

13 indexed · 0 Featured · 4 stars · avg score 74
Prolific

Categories

Indexed Skills (13)

AI & Automation Listed

agents-sync

OPTIONAL (requires a Quarktex API key). Discover and refresh remote agent cards via GET /agents into integrations/quarktex/agents/_agents.md, recording each agent's capability plus a trust tier (read-write | read-only | deny — qcobrain's trust triad, also mirrored into connections.md). New agents default to read-only. Trigger on "sync agents", "what agents can I call", "refresh agent directory", "search the Hive for <capability>". Only runs when quarktex.enabled:true.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

call-agent

OPTIONAL (requires a Quarktex API key). Invoke one remote Quarktex agent over the relay — preflight the brain's digests in, build the payload from the agent card's example_prompt, POST /agents/call, handle the needs_input human-in-the-loop on the SAME session_id, then route any returned fact through cite-or-refuse as an attributed third-party claim (sourced into sources/agents/ with the session_id as its citation, then captured to wiki/). Trigger on "call agent X", "ask the <capability> agent", "use the Hive". Only runs when quarktex.enabled:true.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

context-save

Checkpoint the live working context to runtime/checkpoints/<ts>.snapshot.md — open threads, decisions pending, what we just did and what's next — so a future cold session resumes without re-deriving it all. Working memory, not canon — durable facts get routed through /capture first, never frozen into a snapshot. Trigger on "save context", "checkpoint", or before clearing / ending a long session. Pairs with /context-restore.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

curator

Slow evolution loop — run weekly. Re-resolves every src citation, finds drift / stale quotes / orphans / broken links, regenerates INDEX.md and digests/ deterministically, burns down inbox/ older than 14 days, then consolidates — merges near-duplicates, supersedes stale notes, archives spent ones. Invariants — never delete (archive only to archives/), only ever touch origin:agent-generated notes, pinned:true is immune, never edit a source to match a note. Appends to runtime/curator-log.md. Trigger on "run curator", "weekly cleanup", or the weekly cadence. Documented cron-able later.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

learn

Log a durable process or meta lesson — what happened, what to do differently, and why. Dual-writes a human-readable prose entry to runtime/learnings.md AND one structured JSON record to learnings/log.jsonl (same key, same schema), under the provenance guard — a lesson is durable only if it traces to a real, un-invalidated event. Enforces the anti-poison rule (no transient errors, no "X doesn't work" capability claims). A learning is about HOW TO OPERATE, never a fact about your business — facts go to wiki/ via /capture. Trigger on "log a learning", "note this lesson", "remember not to do that again", or a mistake/insight worth not repeating.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

onboard

Day-1 combined wizard. Runs the 7-question intake from `intake.md`, then scaffolds the Day-1 file set in one batch — `context/` (about-you, about-business, priorities, state), `references/voice.md`, a populated `connections.md`, the four `digests/`, and fills the `{{placeholders}}` in `CLAUDE.md`. Idempotent — re-run any time after editing `intake.md`. Triggers - "set me up", "onboard me", "let's get started", "fill in my brain", or a fresh clone.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

review

Fast evolution loop — run every ~N turns or at the end of a working session. Scans the session for new facts, decisions, and learnings, then routes each candidate through cite-or-refuse (sourced → wiki/, unsourced-but-worth-keeping → inbox/, junk → dropped per the blocklist) and appends an entry to runtime/review-log.md. Proposes writes; never bypasses governance. Trigger on "review session", "review the last N turns", end of a working session, or ~every 10 turns. Documented cron-able later.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

skillify

Codify a repeated behavior into a new qcobrain skill — but ONLY if it traces to a real, un-invalidated event (the provenance guard). Verifies the pattern actually happened ≥3 times against logs / decisions / sources, decides thinking vs runnable, scaffolds the SKILL.md from references/kernel.md (and registers a runnable in skills/INDEX.md), and records the justifying event. Trigger on "skillify this", "make this a skill", or spotting a task done 3+ times.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

wiki-doctor

Standing integrity check + regenerator for your co-brain. Re-resolves every `src` quote against `sources/`, detects drift/stale quotes/orphans/broken-links/circular-provenance, regenerates `INDEX.md` and the four `digests/` deterministically, and burns down `inbox/` drafts older than 14 days. Read-only except the derived files. Triggers - "check my brain", "wiki health", "wiki-doctor", or run weekly as a Cadence ritual.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

context-restore

Resume a session from the latest (or a named) runtime/checkpoints/*.snapshot.md — reload the open threads and pending decisions, then re-orient them against the CURRENT context/state.md and digests/ (which may have moved on since the snapshot) and surface the deltas. Trigger on "restore context", "resume", "where were we", or the start of a continued session. Pairs with /context-save.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

worklog-audio

End-of-complex-work habit — narrate what was just done as an audio note via GCP TTS (Gemini-TTS, latest model in Model Garden) and deliver the voice file. Trigger at the end of any substantial working session ("audio note", "voice summary", automatic habit after complex work), or when the user asks to "explain what you did" as audio.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

audioit

Text → spoken MP3 via a **configurable** TTS provider. No provider is hard-wired — you choose one in `config.yml`, bring your own credentials, and `synthesize.sh` dispatches to it. Ported and genericized from a GCP-only original; nothing about any one cloud or project is baked in.

4 Updated 1 months ago
Quarktex
AI & Automation Listed

verify-provenance

The model-free proof of qcobrain's one promise: **every claim in `wiki/` re-resolves, verbatim, in `sources/`.** `/wiki-doctor` describes this check as a reasoning workflow; this skill makes it a plain script anyone — a contributor, CI, or a skeptic evaluating the repo — can run to PROVE the graph holds with no LLM in the loop. If it exits `0`, cite-or-refuse is intact; if it exits non-zero, something drifted and the message says exactly what.

4 Updated 1 months ago
Quarktex

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.