thoughtline
01Plugin Claude Code
Local-first persistent memory for AI coding agents. Survives across sessions and compactions. Built for game-development workflows.
Plugin Claude Code
Local-first persistent memory for AI coding agents. Survives across sessions and compactions. Built for game-development workflows.
Plugin Claude Code
Local-first persistent memory for AI coding agents. Survives across sessions and compactions. Built for game-development workflows.
MCP server Claude CodeCodexCursor +2
MCP server "tl" as configured in AgusLoza2021/Thoughtline. Launched with thoughtline serve.
Agent
Specialist subagent for thoughtline memory hygiene. Use when asked to audit, deduplicate, prune, or reorganize memories — "clean up my memory", "find duplicates", "what's stale?", "auditá la base", "qué memorias podemos archivar?". Read-mostly, never deletes without explicit user confirmation.
Command
Export thoughtline memories to a markdown file the user can review or commit.
Command
Show the most recent thoughtline memories for the active project.
Command
Search thoughtline memories by keyword or topickey GLOB.
Command
Summarize the thoughtline memory store for the active project.
Command
Tell the user how to open the thoughtline TUI dashboard.
Hook
Runs when a session starts on startup, clear, resume and compact, running thoughtline protocol --event session-start (3 commands). From AgusLoza2021/Thoughtline.
Hook
Runs when you submit a prompt, before the agent sees it, running thoughtline hook user-prompt-submit. From AgusLoza2021/Thoughtline.
Hook
Runs before the agent uses a tool, running thoughtline hook pre-tool-use. From AgusLoza2021/Thoughtline.
Hook
Runs after a tool call finishes, running thoughtline hook post-tool-use. From AgusLoza2021/Thoughtline.
Hook
Runs when the agent finishes a response, running thoughtline hook stop. From AgusLoza2021/Thoughtline.
Hook
Runs when a session ends, running thoughtline hook session-end. From AgusLoza2021/Thoughtline.
Skill Claude CodeCodex
Persistent, project-aware memory for AI coding agents. Use thoughtline whenever you make a decision, fix a bug, learn something non-obvious, or need to recall prior work.