package-script-writer

Generates and executes Umbraco CMS installation scripts via Package Script Writer CLI.

26|13|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/umbraco/Umbraco-CMS-Backoffice-Skills --skill package-script-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-script-writer
Source: https://github.com/umbraco/Umbraco-CMS-Backoffice-Skills/tree/main/plugins/umbraco-backoffice-skills/skills/package-script-writer
Command: npx skills add https://github.com/umbraco/Umbraco-CMS-Backoffice-Skills --skill package-script-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation and execution of Umbraco CMS installation scripts, simplifying the setup process for new projects and ensuring consistent configurations.

Core Features & Use Cases

  • Automated Script Generation: Create full installation scripts for Umbraco CMS.
  • Package Integration: Easily include popular packages like uSync and Umbraco Forms.
  • Unattended Installation: Configure database type, admin credentials, and auto-run options for seamless setup.
  • Use Case: Quickly set up a new Umbraco development environment with specific packages and configurations without manual intervention.

Quick Start

Generate and run an Umbraco installation script for a project named 'MyUmbracoProject' using SQLite, with admin credentials '[email protected]' and 'SecurePass1234', including the 'uSync' package.

Frequently Asked Questions about package-script-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Umbraco CMS installation with specific packages and database configurations?

Automate Umbraco CMS installation by generating unattended installation scripts that specify database types, admin credentials, and package inclusions like uSync, enabling rapid project bootstrapping without manual intervention.

Can I include Umbraco Forms and uSync packages in an unattended installation script?

Yes, you can include popular packages like uSync and Umbraco Forms directly in the unattended installation script, ensuring they are automatically configured during the Umbraco CMS setup process.

What is unattended installation for Umbraco and when do I need it?

Unattended installation is an automated setup process for Umbraco CMS that configures databases and admin credentials without manual input, needed for ensuring consistent configurations across new development environments.

Does automated Umbraco script generation support SQLite databases?

Yes, automated Umbraco script generation supports specifying SQLite as the database type, along with configuring custom admin credentials for your new CMS project environment.

What's the best way to bootstrap a new Umbraco development environment consistently?

The best way to bootstrap an Umbraco environment consistently is generating installation scripts via the Package Script Writer CLI to handle database setup, admin credentials, and package inclusions automatically.