Instructions file
Instructions for linxule/memex-plugin, covering memex - personal knowledge base, quick start, check vault status, search for something (rrf scoring is default) and search recent docs only (7d, 2w, 3m).
Instructions file
Instructions for linxule/memex-plugin, covering memex - personal knowledge base, quick start, check vault status, search for something (rrf scoring is default) and search recent docs only (7d, 2w, 3m).
Command
Open the memex vault in Finder or Obsidian.
Command
Manually save current context as a memo to the memex vault.
Command
Show memex statistics and status including projects, memos, and pending items.
Hook
Runs when a session starts, executing session-start.py. From linxule/memex-plugin.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.py. From linxule/memex-plugin.
Hook
Runs when a session ends, executing session-end.py. From linxule/memex-plugin.
Hook
Runs before the context is compacted, executing pre-compact.py. From linxule/memex-plugin.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing post-tool-use.py. From linxule/memex-plugin.
Skill Claude CodeCodex
Operating philosophy for autonomous memex curator tending — orientation protocol, signal triage, bounded work units, initiative thresholds, logging conventions. Trigger on cron-launched runs with no user prompt, "use your judgment", "tend without instructions", "do a pass on the vault", "I'll be away — do what needs…
Skill Claude CodeCodex
Tend the knowledge garden — diagnose vault health, condense project memos into project.md overviews, create/merge cross-project topics, fix broken links, archive superseded notes, extend trails. Trigger on "tend the garden", "condense", "update project overview", "check vault health", "where are we with X?", "what…
Skill Claude CodeCodex
How to write effective session memos — format, frontmatter schema, observation extraction, topic-signal append. Trigger on /memex:save, "save this for later", "remember this", "save what we discussed", "document this session", "create a memo", or when the [memex] activity nudge appears in context. Do NOT trigger for…
Skill Claude CodeCodex
Safely consolidate drifted/duplicate project folders in the memex vault — cwd-fragment folders (e.g. Apps-arena, GitHub-loom), duplicate/split projects (one project's content scattered across two folders), and name-mismatch folders. Trigger on "consolidate project folders", "merge duplicate projects", "fix project…
Skill Claude CodeCodex
Retrieve session memory across 4 modes — TEMPORAL (date browsing), KEYWORD (FTS lookup), DEEP (cross-session synthesis), LOAD (specific file). Trigger on "what did I do yesterday/last week", "why did we...", "remind me...", "find the memo about...", "last time we...", "patterns across projects", "load the X topic". Do…
MCP server Claude CodeCodexCursor
Self-hosted persistent sequential thinking with private history and MCP App visualization. Remote server at {worker_host}.
Instructions file
Claude Code instructions for linxule/vox-mcp, covering vox mcp development guide, design principles, quick commands, tool surface and file structure.
MCP server Claude CodeCodexCursor
Multi-model AI gateway for MCP clients — routes prompts to Gemini, OpenAI, Anthropic, xAI, DeepSeek, Moonshot, OpenRouter, and local models with conversation memory. Runs locally from the vox-mcp Python package. Needs 8 environment variables to run.
Instructions file CodexOpenCode
AGENTS.md instructions for linxule/deepthonk: DeepThonk is a provider-neutral, OpenDeepThink-style reasoning optimizer exposed as a TypeScript CLI and MCP server.
Instructions file
Claude Code instructions for linxule/deepthonk, covering claude.md, project, toolchain, commands and single test file or test.
MCP server Claude CodeCodexCursor
Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate. Runs locally from the deepthonk npm package. Needs 5 environment variables to run.