collect-user-input

安装量: 977
排名: #10596

安装

npx skills add https://github.com/dotnet/skills --skill collect-user-input

Collect User Input Step 1 — Read the Project's AGENTS.md Check AGENTS.md for Interactivity Mode and Interactivity Scope . This determines which form patterns apply: Mode Form mechanism None (Static SSR) EditForm with FormName + [SupplyParameterFromForm] . No @bind , no @onchange . Server EditForm with @bind-Value . Full interactivity — real-time validation, dynamic UI. WebAssembly Same as Server, but validators needing server data must call APIs. Auto Same as WebAssembly — code must work in both browser and server. Scope Impact Global All forms are interactive. FormName only needed when explicitly opting a page to static SSR. Per-page Forms in static pages use FormName + [SupplyParameterFromForm] . Forms in @rendermode pages use @bind-Value . EditForm Setup Show more Installs 961 Repository dotnet/skills GitHub Stars 5.3K First Seen May 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜