Run CLI commands, tests, and debugging inside the skillshare devcontainer. Use this skill whenever you need to: execute skillshare CLI commands for verification, run Go tests (unit or integration), reproduce bugs, test new features, start the web UI, or perform any operation that requires a Linux environment. All CLI execution MUST happen inside the devcontainer — never run skillshare commands on the host. If you are about to use Bash to run ss, skillshare, go test, or make test, stop and use this skill first to ensure correct container execution.
$npx -y skills add runkids/skillshare --skill skillshare-devcontainerInstalls into the current project.
Run `npx skills use "https://github.com/runkids/skillshare" --skill "runkids/skillshare/skillshare-devcontainer"` 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/runkids/skillshare" that are relevant to the current task. Run `npx skills add "https://github.com/runkids/skillshare"` and select the relevant skills, then follow their instructions.