Skill Base server deployment guide. Covers starting the Skill Base server (npx skill-base), Docker configuration, port mapping, SQLite database backup, and platform capabilities (collections, tags, GitHub import). For deploying and operating the Skill Base platform itself only.
$npx -y skills add ginuim/skill-base --skill skill-base-web-deployInstalls into the current project.
Run `npx skills use "https://github.com/ginuim/skill-base" --skill "ginuim/skill-base/skill-base-web-deploy"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ginuim/skill-base" that are relevant to the current task. Run `npx skills add "https://github.com/ginuim/skill-base"` and select the relevant skills, then follow their instructions.