
from skills177
Run CLI commands, tests, and debugging reliably inside the project's Linux devcontainer to avoid host-architecture mismatches and preserve isolated test state.
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.
A devcontainer-oriented skill for running CLI commands and tests inside a Linux container for the Skillshare project. No bundled scripts — purely instructional SKILL.md with detailed docker exec patterns, ssenv isolation guidance, and common pitfalls. Well-written documentation with clear when-to-use/when-not-to sections and port references. Niche utility limited to contributors of the specific Skillshare project.
No scripts to evaluate. SKILL.md is clean and well-structured. The devcontainer pattern is security-positive (isolation). Minor concern: ssenv delete --force without confirmation could cause data loss, but this is standard CLI behavior.