Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cartridge-gg avatar

Package Filter

  • 31 installs
  • 80 repo stars
  • Updated July 29, 2026
  • cartridge-gg/controller

Run build, test, or dev commands scoped to a single Cartridge workspace package using pnpm --filter.

About

Runs commands scoped to specific workspace packages in the Cartridge monorepo using pnpm filters. A developer uses it to test, build, or run a single package within the monorepo.

  • Runs commands in specific monorepo packages via pnpm --filter
  • Lists common Cartridge workspace package filters

Package Filter by the numbers

  • 31 all-time installs (skills.sh)
  • Ranked #345 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cartridge-gg/controller --skill package-filter

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs31
repo stars80
Last updatedJuly 29, 2026
Repositorycartridge-gg/controller

What it does

Run build, test, or dev commands scoped to a single Cartridge workspace package using pnpm --filter.

Files

SKILL.mdMarkdownGitHub ↗

Package Filter Skill

Run commands in specific workspace packages using pnpm filters.

Usage

Execute commands in specific packages within the monorepo.

Common Filters

  • @cartridge/controller - Main SDK package
  • @cartridge/keychain - Keychain UI application
  • @cartridge/connector - Connector package
  • @cartridge/profile - Profile application

Examples

# Run tests in specific package
pnpm --filter @cartridge/keychain test

# Build specific package
pnpm --filter @cartridge/controller build:deps

# Run dev server for keychain only
pnpm --filter @cartridge/keychain dev

# Install dependency to specific package
pnpm --filter @cartridge/controller add <package-name>

Steps

1. Identify target package 2. Use pnpm --filter <package-name> <command> 3. Verify command execution in correct package

Notes

  • Workspace dependencies automatically linked
  • Filter by package name (with @scope) not directory path
  • Use pnpm -r for recursive commands across all packages

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.