ワンクリックで
shell-chrome-preserving-extraction
Safely extract shared Razor shell chrome without disturbing htmx, search, or Bootstrap modal contracts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Safely extract shared Razor shell chrome without disturbing htmx, search, or Bootstrap modal 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 | shell-chrome-preserving-extraction |
| description | Safely extract shared Razor shell chrome without disturbing htmx, search, or Bootstrap modal contracts. |
| domain | frontend |
| confidence | high |
| source | earned |
Use this when a Razor Pages layout needs a first migration slice that improves structure but cannot risk changing global htmx or Bootstrap behavior.
<body hx-boost="true">#modal-container/Search, name="q", and #search-results@await Html.PartialAsync(...) seams in _Layout.cshtml for a narrow, reviewable diff.Pages/Shared/_Layout.cshtml delegates header/footer rendering to _ShellHeader.cshtml and _ShellFooter.cshtml while retaining modal host and JS behavior.Pages/Shared/_ShellHeader.cshtml keeps the existing search input attributes and dropdown host unchanged.#search-results or changing search input name="q".