If you're spinning up Umbraco CMS instances, this handles the entire installation process through a CLI tool called psw. It generates and runs installation scripts with database setup, admin credentials, and optional package installation all in one command. The key trick is the `-d` flag, which actually generates a proper installation script instead of just a basic dotnet run command. Works non-interactively with sensible defaults, supports SQLite for quick testing or SQL Server for production, and can bundle packages like uSync or Umbraco.Forms with specific versions. Most useful when you need repeatable Umbraco setups or want to automate dev environment creation without clicking through the installer.
npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill package-script-writer --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template