Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

sft

Étoiles1
Forks0
Mis à jour17 mars 2026 à 05:04

SFT (Screens, Flows, Transitions) — manage UI behavioral specs as structured data. Use when the user wants to define, query, modify, or validate a UI specification covering screens, regions, events, state machines, tags, and flows. The spec lives in a local .sft/db SQLite database in the working directory. <example> user: "show me the current spec" assistant: runs sft show to render the full spec </example> <example> user: "add a Settings screen" assistant: runs sft add screen Settings "description" </example> <example> user: "what would break if I remove the Inbox screen?" assistant: runs sft impact screen Inbox </example> <example> user: "validate the spec" assistant: runs sft validate </example> <example> user: "model the checkout flow for this app" assistant: uses sft add to build screens, regions, events, transitions, and flows </example> <example> user: "query all events" assistant: runs sft query events </example> <example> user: "attach the component schema to the NavBar" assistant: runs sft at

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

Explorateur de fichiers
3 fichiers
SKILL.md
readonly