The Skillshare devcontainer skill ensures CLI commands and tests execute inside a consistent Linux devcontainer, preventing host-OS mismatches (e.g., macOS vs Linux binaries). It provides helpers and workflows to enter the container, run commands under isolated HOME directories (ssenv), run Go tests, start the web UI, and perform multi-command sequences safely.
Use this skill whenever you need to run ss/skillshare commands, run go test or integration tests, reproduce bugs in a Linux environment, or start project services that depend on Linux toolchains. Do NOT use it for simple host edits or git operations.
ss wrapper guidance, and ssenv shortcuts for ephemeral isolated HOME directories.Best for agents that can invoke containerized workflows or run docker/docker-compose commands. Useful for CI-oriented agents, developer automation, and test-run orchestration.
This skill has not been reviewed by our automated audit pipeline yet.