Install
$ agentstack add skill-dhruv-anand-aintech-agent-rules-sync-multi-select-reorder ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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.
- Author: dhruv-anand-aintech
- Source: dhruv-anand-aintech/agent-rules-sync
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.