AgentStack
SKILL verified MIT Self-run

Multi Select Reorder

skill-dhruv-anand-aintech-agent-rules-sync-multi-select-reorder · by dhruv-anand-aintech

Use when the user wants an interactive ad hoc web page for choosing multiple options and reordering them before submitting.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-dhruv-anand-aintech-agent-rules-sync-multi-select-reorder

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Multi Select Reorder? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Multi Select Reorder

Use this skill when a coding agent should present choices in a temporary local web UI, let the user select multiple items, reorder them with drag-and-drop, and return the submitted result.

Prefer the MCP tool when available:

  • multi_select_reorder: checkbox multi-select plus drag-and-drop ordering.

Options are initially selected by default. To set initial state manually, pass option objects with selected: false, or pass initial_selected as a list of option ids. For compact calls, options can be tuple-style JSON arrays in the form [id, label, description, selected], with omitted trailing values using the normal defaults.

Pass edit_descriptions: true when the user should be able to edit option descriptions in the same browser window.

The selector writes JSON with:

  • mode: multi_select_reorder.
  • selected: selected option ids.
  • ordered: selected option ids in the submitted order.
  • descriptions: final descriptions keyed by option id.
  • cancelled: whether the user cancelled.

Do not use this skill for terminal-native TUI selection. It is specifically for browser-based multi-select reorder flows.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.