Graphsmith text.sort_lines.v1

id: text.sort_lines.v1

install
source · Clone the upstream repo
git clone https://github.com/jonaselgammal/Graphsmith
manifest: examples/skills/text.sort_lines.v1/skill.yaml
source content

id: text.sort_lines.v1 name: Sort Lines version: 1.0.0 description: Sort lines of text alphabetically. Useful for ordering list items.

inputs:

  • name: text type: string required: true

outputs:

  • name: sorted type: string

effects:

  • pure

tags:

  • text
  • transform
  • sort