Toolchain banner
marclove marclove

Toolchain

Development community

Description

--- name: Toolchain (proto + pnpm) description: Ensures Node/pnpm match proto.json; activates toolchain and fixes version mismatches. --- # Toolchain (proto + pnpm) Checklist - Verify Node major matches proto pin and pnpm matches major.minor. - If mismatched, instruct `proto install && proto use`. Recipes - Activate + install deps: `just init` - Verify immediately: `just ensure`

Installation

Installs to ~/.claude/agents/marclove-typeforge-toolchain.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/marclove/typeforge/HEAD/.claude/agents/toolchain.md -o ~/.claude/agents/marclove-typeforge-toolchain.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository