List all saved workflows sorted by last modified date
View all saved workflows sorted by last modified date to quickly find and manage your automation sequences.
/plugin marketplace add h315uk3/as_you/plugin install h315uk3-as-you@h315uk3/as_youDisplay all saved workflows sorted by last modified date (newest first).
Execute the following command with Bash tool to retrieve workflows:
ls -lt commands/*.md 2>/dev/null | grep -v -E 'commands/(example-command|memo|save-workflow|update-workflow|list-workflows|show-workflow|delete-workflow|help|memory-stats|memory-analyze|create-skill|create-agent|README)' | grep -v 'commands/memo-' | awk '{print $9, $6, $7, $8}' | sed 's|commands/||' | sed 's|\.md||'
If no results:
/as-you:save-workflow "name"If results exist:
| Workflow Name | Last Updated |
|--------------|--------------|
| workflow1 | 2026-01-03 |
| workflow2 | 2026-01-02 |
/as-you:show-workflow "name" - Show details/as-you:save-workflow "name" - Create new/as-you:update-workflow "name" - Update existing/as-you:delete-workflow "name" - Delete