How installing works
A pack is a folder of files. Nothing runs in the background, nothing signs you up for anything, and nothing talks to your bank or your email. You copy the folder onto your computer and your assistant starts reading it. Works with Claude Code.
One folder. Inside it: the skills, the templates you fill in with your own details, the scheduled job files, and the test cases we run every night. All of it is plain text you can open and read. You can change any of it.
The three lines you type
Open the terminal, then type these one at a time, pressing enter after each. You can copy them.
1. First, copy the pack onto your computer. This makes a new folder inside whatever folder you are sitting in.
git clone https://github.com/skillorchard/starter-pack.git2. Then step into that folder, the way you would double-click into it.
cd starter-pack/packs/starter3. Then run the installer. It copies the files into place and tells you what it put where. On Windows the last line is install.ps1 instead.
bash install.shThe three lines take under a minute. The other nine are you filling in the template with your own details: what you charge, who your clients are, how you write, and the things your assistant must never do. That part is the whole point, so do not rush it.
Delete the folder. That is the whole uninstall. There is no account to close and nothing left behind on your machine.