Skrptiq SKRPTIQ

List View

A searchable, sortable table showing all nodes.

Switch to list view using the Graph | List | Repos toggle in the toolbar.

The search bar sits at the top of the list view. It supports field-specific prefixes and plain keyword search.

  • title:foo — match title only
  • description:bar or desc: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

QueryWhat it matches
RAGTitle or description contains “RAG”
title:ClaudeTitle contains “Claude”
desc:automatDescription contains “automat” (matches automates, automation, etc.)
title:"RAG Pipeline" desc:retrievalTitle 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

ColumnDescription
TypeNode type badge
TitleNode title
DescriptionTruncated description
TagsTag badges
ConnectionsCount of connected edges
ActionsRow-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.

Shows “X of Y objects” reflecting active filters. Includes a reset filters link when filters are applied.