workspace-commands

Installation
SKILL.md

Skill: Workspace Commands

Goal

Run common workspace-level commands for linting, typechecking, building, and utilities.

Use This Skill When

  • The user asks for workspace command quick reference.
  • You need to run pnpm lint, pnpm typecheck, pnpm test, or pnpm build.
  • You need to run the utility script at src/hack.ts.

Do Not Use This Skill When

  • The task is confined to a single submodule with its own scripts.
  • The request is about creating OpenCode commands (use opencode-command-authoring).

Inputs

  • Command category (lint, typecheck, build, utility).
  • Optional flags or arguments.
Installs
11
GitHub Stars
6
First Seen
Mar 18, 2026
workspace-commands — open-hax/opencode-skills