package-script-writer

Generate and execute Umbraco CMS installation scripts via the Package Script Writer CLI.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill package-script-writer-kraftvaerk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-script-writer
Source: https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy/tree/main/Kraftvaerk.Umbraco.Alchemy.Frontend/.agents/skills/package-script-writer
Command: npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill package-script-writer-kraftvaerk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Script Generation: Creates full installation scripts for Umbraco projects using the Package Script Writer (psw) CLI.
  • Unattended Installation: Supports automated setup with default credentials and database configurations.
  • Package Integration: Allows specifying additional Umbraco packages to be installed.
  • Use Case: Quickly scaffold a new Umbraco project with specific packages like uSync and Umbraco.Forms, configured for a SQLite database, all through a single command.

Quick Start

Install the Package Script Writer CLI and then run the psw command to generate and execute an Umbraco installation script for a project named ProjectName.

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 for a new project?

You can automate Umbraco CMS installation by generating and executing installation scripts using the Package Script Writer CLI. This facilitates automated project scaffolding, including database setup and admin user creation for streamlined development workflows.

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

Unattended Umbraco installation is an automated setup process using default credentials and database configurations. You need it to quickly scaffold new Umbraco projects consistently without manual intervention, streamlining your development workflow.

Can I include additional Umbraco packages like uSync during the installation script generation?

Yes, the script generation supports package integration, allowing you to specify additional Umbraco packages like uSync and Umbraco.Forms. This lets you install your required packages during the automated scaffolding process.

How do I set up a SQLite database for Umbraco using the Package Script Writer?

You can configure a SQLite database for Umbraco by including the database setup parameters within your generated installation script. The Package Script Writer CLI executes this script to scaffold the project with the specified database.

Do I need to install the Package Script Writer CLI before scaffolding an Umbraco project?

Yes, you must install the Package Script Writer CLI first. Once installed, you run the psw command to generate and execute the Umbraco installation script for your project.