Tag: pnpm

Type: All Skills Tools
skill ★ 31,523

Robust Git Pre-Commit Hook for Code Quality

This skill implements a robust pre-commit hook using lefthook, ensuring code quality before committing. It runs parallel checks for dependency lockfile synchronization, linting/formatting, and comprehensive unit testing across all packages.

CopilotKit/CopilotKit git-hooks pre-commit linting testing
skill ★ 10,706

Update workspace dependencies respecting pinned versions

This skill manages dependency updates across a workspace, ensuring that critical packages listed in the .ncurc.cjs file remain pinned and are not upgraded. It executes standard package update workflows, including manifest checking, installa…

elie222/inbox-zero pnpm dependency-management package-update node-workspace
skill ★ 10,706

Project Structure and Organisation Guidelines

Defines the architectural standards and directory structure for a Turborepo monorepo using Next.js and pnpm. It covers file naming conventions, component colocation, and utility function organisation.

elie222/inbox-zero turborepo nextjs monorepo pnpm
skill ★ 372,633

OpenClaw Testing and CI Validation

This skill enables targeted testing and CI validation by identifying the smallest necessary verification path for code changes. It provides procedures for running Vitest suites and managing remote proofs via Crabbox, minimising unnecessary …

openclaw/openclaw testing ci-cd vitest github-actions
skill ★ 372,633

OpenClaw Test Heap Leak Investigation

A workflow for investigating Vitest memory growth, RSS spikes, and heap snapshot deltas within the OpenClaw test environment. It enables developers to differentiate between module graph retention and runtime object leaks using heap snapshot…

openclaw/openclaw vitest memory-leak-investigation heap-snapshots debugging
skill ★ 27,411

Interactive pnpm dependency upgrade skill

This skill facilitates interactive dependency updates within a pnpm workspace, managing version bumps and checking against minimum release age constraints. It handles transitive dependency resolution and ensures lockfile integrity without m…

langfuse/langfuse pnpm dependency-management package-manager monorepo