manage-workspace

Installation
SKILL.md

Manage Workspace

Why This Exists

An insight-wave workspace is the shared foundation that all marketplace plugins depend on. It centralizes environment configuration, theme storage, and plugin registration so that plugins can find each other and share resources. Without a workspace, plugins operate in isolation and can't resolve paths or discover themes.

This skill handles both initial creation and ongoing updates. It auto-detects which mode to use based on whether a workspace already exists.

Before You Start

Run the dependency checker — it returns JSON so you can parse the result and tell the user exactly what's missing:

bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-dependencies.sh

Required: jq, python3, bash 3.2+. If required dependencies are missing, show the user what to install before continuing. Optional dependencies (curl, git, bc) are fine to skip.

Detect Mode

Installs
2
GitHub Stars
11
First Seen
May 19, 2026
manage-workspace — cogni-work/insight-wave