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, orpnpm 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.