skillshare-devcontainer

Run skillshare and CLI tasks inside a Linux devcontainer.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill skillshare-devcontainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillshare-devcontainer
Source: https://github.com/JetBrains/skills/tree/main/devcontainer
Command: npx skills add https://github.com/JetBrains/skills --skill skillshare-devcontainer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures all CLI interactions, tests, and debugging run inside the skillshare devcontainer to avoid host environment drift and to standardize results.

Core Features & Use Cases

  • Isolates execution in a Debian-based Linux Devcontainer with Go, Git, pnpm, and hot-reload tooling.
  • Enables running ss, skillshare, go test, and make test inside the container for reproducible results.
  • Useful for reproducing bugs, validating new features, and starting the web UI in a controlled environment.

Quick Start

Start by building and entering the devcontainer, then run your skillshare commands inside the container.

Frequently Asked Questions about skillshare-devcontainer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run CLI tasks inside a Linux devcontainer for reproducible testing?

You can run CLI tasks inside a Linux devcontainer by executing skillshare commands within /workspace using isolated HOME via ssenv, ensuring reproducible results across macOS hosts.

What does running isolated development workflows in a devcontainer solve?

It solves host environment drift by standardizing CLI interactions, tests, and debugging inside a Debian-based Linux container with Go, Git, and pnpm, ensuring consistent and reproducible results.

Can I use this devcontainer setup to reproduce bugs on macOS hosts?

Yes, you can reproduce bugs on macOS hosts by running the skillshare devcontainer, which isolates execution in a Debian-based Linux environment with Go and pnpm tooling to standardize results.

How do I verify skill changes and run unit tests in a reproducible container environment?

Verify skill changes and run unit tests in a reproducible container environment by executing go test and make test commands inside the skillshare devcontainer with isolated HOME via ssenv.

Do I need specific tooling installed to start the web UI in a controlled environment?

Yes, the devcontainer setup requires Go, git, pnpm, and ss tooling to start the web UI and run skillshare commands in a controlled Debian-based Linux environment.

Why does my devcontainer execution require an isolated HOME via ssenv?

An isolated HOME via ssenv prevents host environment drift and ensures all commands execute inside /workspace with standardized configurations for reproducible results.