ワンクリックで
umb-backup
Back up the Umbraco LocalDB database before making changes. Use before any destructive or bulk Umbraco MCP operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Back up the Umbraco LocalDB database before making changes. Use before any destructive or bulk Umbraco MCP operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add hero images to blog posts and render image previews on list and detail pages. Use when asked to add blog media.
Ensure sufficient authored blog entries for the demo. Use when asked to generate or expand blog content.
Run the end-to-end Umbraco blogging-site demo as a Conductor multi-agent workflow. Use when asked to build the full demo site via Conductor (the orchestrated, workflow-driven variant of the umbraco-demo agent).
Create Blog List and Blog page document types and templates, plus exactly one starter blog post. Use when asked to set up blog pages in Umbraco.
Create the Umbraco home page structure, template, styling, and published root content. Use when asked to scaffold or build the home page.
Implement shared site navigation and validate rendering with Playwright. Use when asked to add or improve navigation.
| name | umb-backup |
| description | Back up the Umbraco LocalDB database before making changes. Use before any destructive or bulk Umbraco MCP operations. |
Run the pre-built backup script:
& ".github/skills/umb-backup/backup-database.ps1"
The script will:
src/MyProject/umbraco/Data/backups/<timestamp>/.BACKUP DATABASE via sqlcmd to create a .bak file.sqlcmd must be available on the system PATH (installed with SQL Server or LocalDB tools).src/MyProject/umbraco/Data/backups/ which is git-ignored.