원클릭으로
htmx-loading-overlay-partial
Safely extract repeated HTMX filter loading overlays into a shared Razor partial without changing page contracts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Safely extract repeated HTMX filter loading overlays into a shared Razor partial without changing page contracts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Triage MCP test drift by separating stale assertions from real surface regressions after a partial metadata/tool refactor.
Render salary values with a stable dollar sign in Razor views without depending on host culture.
Generate PostgreSQL CREATE TABLE scripts directly from live SQLite metadata without hand-transcribing Lahman-style schemas.
Audit htmxRazor asset imports and cache behavior after a migration slice without breaking shell-owned runtime contracts.
Migrate leaderboard pages to htmxRazor by replacing badges only, preserving all backend and frontend contracts.
Preserve the global search dropdown + all-results modal contracts while migrating Razor/htmx page markup around a shell-owned search surface.
| name | htmx-loading-overlay-partial |
| description | Safely extract repeated HTMX filter loading overlays into a shared Razor partial without changing page contracts. |
| domain | frontend |
| confidence | high |
| source | earned |
Use this when several Razor Pages repeat the same loading overlay structure around HTMX filter forms, but their request wiring is already stable and should not be refactored broadly.
hx-indicator id and the surrounding position-relative filter container.Pages/Shared/Components/_LoadingSpinner.cshtml.id="loading-indicator", class="htmx-indicator loading-overlay") in place for the first safe slice.Pages/Stats/Batting.cshtmlPages/Stats/Pitching.cshtmlPages/Awards/Index.cshtmlPages/Postseason/Index.cshtmlPages/Salaries/Index.cshtml@await Html.PartialAsync("Components/_LoadingSpinner", "Loading ...")hx-target, hx-indicator, or hx-push-url while extracting the partial.