Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By colliery-io
Personal work and time management through reflection, transcripts, and sense-making. Provides MCP tools for capturing, extracting, and connecting the flow of work.
npx claudepluginhub colliery-io/clotho --plugin clothoAutonomous extraction agent for the daily debrief ceremony. Launched by the daily-debrief skill to process today's unextracted transcripts and notes. Uses program/responsibility context as the extraction lens — signals are routed to the programs they belong to. Use this agent when the daily-debrief skill reaches Phase 4 and needs to process unextracted content.
Reviews the workspace for duplicate and semantically similar entities, then proposes consolidation. Merges near-duplicates into single entities, creates summary notes from clusters of related items, and suggests archival candidates. Run on-demand or as part of weekly review. Use this agent when the user asks to "clean up entities", "consolidate duplicates", "find duplicates", "reduce noise", or during the weekly review ceremony.
Deep analysis agent for quarterly/half-year/annual reviews. Launched by the period-review skill to aggregate across programs, trace decision outcomes, classify risks, and build a narrative Reflection entity.
Autonomous report generation agent. Launched by the report skill to aggregate program data and format an audience-appropriate status report as an Artifact entity.
Autonomous analysis agent for the weekly review ceremony. Launched by the weekly-review skill to identify patterns across programs, flag problem areas, and create a structured Reflection entity.
Use when the user says 'morning', 'daily brief', 'what should I focus on', 'start of day', 'what's on today', or wants a prioritized view of today's work.
Use when the user says 'end of day', 'daily debrief', 'process today', 'what happened today', 'dump my day', 'debrief', or wants to capture everything from today into Clotho.
Use when the user asks to 'extract from transcript', 'find decisions', 'identify risks', 'what action items', 'extract insights', 'process meeting notes', or wants AI-assisted extraction of structured entities from unstructured content.
Use when the user asks to 'relate entities', 'create a relation', 'show relations', 'query the graph', 'what belongs to', 'what's blocking', 'who is mentioned', or any graph/relation operation in Clotho.
Use when the user says 'quarterly review', 'annual review', 'half-year review', 'period review', 'self-assessment', 'performance review', 'QBR', or wants a comprehensive review of a longer time period.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Personal productivity tools - daily briefings, weekly summaries, and activity analysis via Glean. Requires glean-core.
GTD workflow automation for Obsidian vaults: capture, triage, route, focus
Extended Second Brain that learns as you work in Claude Code
Knowledge work superpowers that compound over time. Research, execute, review, and capture learnings to make each task easier than the last.
Battle-tested Claude Code plugin for engineering teams — 60 agents, 232 skills, 75 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
v9.38.0 — Agent summaries, prompt-size preflight, research fanout, and Codex-compatible portable skills. Run /octo:setup.
Flight Levels methodology plugin for Metis. Includes methodology skills, iterative Ralph loops for task execution and initiative decomposition, and Flight Levels agent guidance.
Requires Rust toolchain (rustup.rs) and Claude Code.
curl -fsSL https://raw.githubusercontent.com/colliery-io/clotho/main/scripts/install.sh | sh
This will:
clotho and clotho-mcp to ~/.local/bin/~/.clotho/Just run:
clotho
This launches the Clotho TUI — a three-panel terminal interface with:
Claude can push surfaces (daily briefings, meeting notes, checklists) directly to your TUI. You edit them inline, and Claude can read your edits back.
| Key | Action |
|---|---|
Ctrl+Tab | Switch panel focus |
Ctrl+C / Ctrl+Q | Quit (Ctrl+C forwards to Claude when chat is focused) |
? | Show help overlay |
Entities panel: j/k move, Enter open, </> resize panel
Content panel (command mode): h/l switch tabs, j/k scroll, i edit, w close tab, x toggle checkbox, s save, g/G top/bottom
Content panel (edit mode): type normally, Esc exit to command mode, Ctrl+S save
The TUI is a persistent surface for things that don't belong in a chat stream:
Surfaces are stored in the database — searchable and retrievable. Close a tab when you're done; the content persists for later reference.
clotho tui # Launch TUI (default workspace ~/.clotho)
clotho tui -w /path/to/.clotho # Custom workspace
clotho tui -- -c # Pass -c to Claude (continue last session)
clotho tui -- -r # Pass -r to Claude (resume)
All entity management is also available via CLI subcommands:
clotho create program --title "Monolith Breakup"
clotho create task --title "Write migration RFC"
clotho create person --title "Alice" --email "alice@example.com"
clotho list --type Task
clotho search "migration strategy"
clotho get <entity-id>
clotho relate <task-id> belongs_to <program-id>
clotho query "MATCH (t:Task)-[:BLOCKED_BY]->(b:Blocker) RETURN t.title, b.title"
clotho reflect --period weekly
clotho sync
The plugin is installed automatically by the install script. It includes:
| Skill | Purpose |
|---|---|
workspace-management | Entity CRUD, workspace management |
graph-queries | Relations, Cypher queries |
extraction | In-session speech act extraction |
reflection | Guided reflection creation |
transcript-ingestor | Single transcript processing |
| Command | When | What it does |
|---|---|---|
/daily-debrief | End of day | Scans inbox, ingests materials, updates tasks, extracts from transcripts |
/daily-brief | Start of day | Prioritized view: blocked items, due dates, stale tasks, open risks |
/weekly-review | End of week | Guided reflection, pattern identification, problem areas |
/report | As needed | Audience-appropriate status reports |
/period-review | Quarterly+ | Deep retrospective with decision outcome tracking |
Session: clotho_set_workspace
Read: clotho_search, clotho_query, clotho_read_entity, clotho_list_entities, clotho_get_relations, clotho_workspace_summary, clotho_list_unprocessed, clotho_get_ontology, clotho_search_ontology, clotho_check_processed, clotho_read_surface, clotho_list_surfaces
Write: clotho_init, clotho_capture, clotho_capture_directory, clotho_create_entity, clotho_update_entity, clotho_delete_entity, clotho_create_note, clotho_create_reflection, clotho_create_relation, clotho_batch_create_relations, clotho_delete_relation, clotho_update_ontology, clotho_mark_processed, clotho_sync, clotho_push_surface