List View
A searchable, sortable table showing all nodes.
Switch to list view using the Graph | List | Repos toggle in the toolbar.
Search Bar
The search bar sits at the top of the list view. It supports field-specific prefixes and plain keyword search.
title:foo— match title onlydescription:barordesc:bar— match description only- Plain keywords (no prefix) — match title OR description
- Quoted phrases:
title:"code review"for multi-word values - Multiple terms are AND-ed together
- Case-insensitive, partial matches
Examples
| Query | What it matches |
|---|---|
RAG | Title or description contains “RAG” |
title:Claude | Title contains “Claude” |
desc:automat | Description contains “automat” (matches automates, automation, etc.) |
title:"RAG Pipeline" desc:retrieval | Title contains “RAG Pipeline” AND description contains “retrieval” |
testing desc:unit | (Title or description) contains “testing” AND description contains “unit” |
Type Filters
Coloured chip buttons for each node type: [SKILL], [PROMPT], [WORKFLOW], etc.
- Additive: click to toggle types on and off independently. Multiple types can be active at once.
- Active types show in their assigned colour. Inactive types show grey.
- These are separate from the toolbar’s exclusive type chips, which only appear in graph view.
Tag Filters
Appear next to the type chips when tags exist in the graph. Same additive toggle behaviour — active tags show in their colour, inactive tags show grey.
Reset
A reset button appears whenever any type or tag filter is active. Click it to clear all filters and show everything.
Table
| Column | Description |
|---|---|
| Type | Node type badge |
| Title | Node title |
| Description | Truncated description |
| Tags | Tag badges |
| Connections | Count of connected edges |
| Actions | Row-level actions |
- All columns are sortable. Click a column header to toggle between ascending and descending. An arrow indicator shows the current sort direction.
- Click a row to open the node editor.
- Click the expand arrow (triangle) to expand a row in place, showing: full description, content preview, created/updated dates, tags, and connection details with navigation links to connected nodes.
- Expanded rows include an Add Connection button to create new connections inline — search for nodes, filter by type, and choose an edge type without leaving the list view. Existing connections show hover-visible delete buttons.
Footer
Shows “X of Y objects” reflecting active filters. Includes a reset filters link when filters are applied.