Skill Claude CodeCodex
Best practices for Remotion.
Skill Claude CodeCodex
Best practices for Remotion.
Skill Claude CodeCodex
Creating a new Remotion video.
Skill Claude CodeCodex
Best practices for rendering videos.
Plugin Claude Code
Local MCP memory for AI agents on Apple Silicon. MLX-native, sqlite-vec, markdown-on-disk.
Plugin Claude Code
Local MCP memory for AI agents — MLX on Apple Silicon or CPU sentence-transformers on Linux/Ubuntu, sqlite-vec store, markdown-on-disk in your Obsidian vault. Zero Ollama, zero cloud APIs.
MCP server Claude CodeCodexCursor +2
MCP server "memo" as configured in jagoff/memo. Launched with memo-mcp. Needs 10 environment variables to run.
Instructions file
Instructions for jagoff/memo, covering claude.md, dev commands, type checking, lint + format and run the cli.
Command
Search, save, inspect, and maintain memo persistent memory.
Hook
Runs when a session starts on startup, resume, clear, startup, clear, startup, resume and compact, running MEMO_NONINTERACTIVE=1 memo sync pull --quiet (7 commands). From jagoff/memo.
Hook
Runs when you submit a prompt, before the agent sees it, running an inline shell check (4 commands). From jagoff/memo.
Hook
Runs when the agent finishes a response, running an inline shell check (6 commands). From jagoff/memo.
Hook
Runs before the context is compacted, running MEMO_NONINTERACTIVE=1 memo capture-tick --force. From jagoff/memo.
Skill Claude CodeCodex
Route /memo requests to the local memo MCP memory server. Use for searching, asking, saving, listing, getting, updating, deleting, reindexing, stats, and doctor commands. Prefer mcpmemomemo tools; use the memo CLI only for maintenance commands not exposed over MCP.
MCP server Claude CodeCodexCursor
MCP server "obsidiancomplete" as configured in jagoff/obsidian-mcp. Launched with /opt/homebrew/bin/node /Users/fer/repos/obsidian-mcp/dist/stdio.js notes=/Users/. Needs 8 environment variables to run.