什么是 form-auto-save?
用户输入更改后自动提交表单,使用反跳机制来防止过多的服务器请求。为具有富文本编辑器或多个字段的表单创建无缝的自动保存体验。 来源:rolemodel/rolemodel-skills。
用户输入更改后自动提交表单,使用反跳机制来防止过多的服务器请求。为具有富文本编辑器或多个字段的表单创建无缝的自动保存体验。
通过命令行快速安装 form-auto-save AI 技能到你的开发环境
来源:rolemodel/rolemodel-skills。
Overview The Form Auto Save pattern provides automatic form submission after user input changes, using a debounce mechanism to prevent excessive server requests. This creates a seamless "auto-save" experience for users editing forms.
Stimulus Controller The pattern uses a Stimulus controller (form-auto-save) that handles the auto-save logic.
Controller Location: app/javascript/controllers/formautosavecontroller.js
用户输入更改后自动提交表单,使用反跳机制来防止过多的服务器请求。为具有富文本编辑器或多个字段的表单创建无缝的自动保存体验。 来源:rolemodel/rolemodel-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/rolemodel/rolemodel-skills --skill form-auto-save用户输入更改后自动提交表单,使用反跳机制来防止过多的服务器请求。为具有富文本编辑器或多个字段的表单创建无缝的自动保存体验。 来源:rolemodel/rolemodel-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/rolemodel/rolemodel-skills --skill form-auto-save 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/rolemodel/rolemodel-skills