package-filter

Run commands in specific workspace packages using pnpm filters.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "package-filter" with this command: npx skills add cartridge-gg/controller/cartridge-gg-controller-package-filter

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

  • Identify target package

  • Use pnpm --filter <package-name> <command>

  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

create-pr

No summary provided by upstream source.

Repository SourceNeeds Review
General

update-storybook-snapshots

No summary provided by upstream source.

Repository SourceNeeds Review
General

test

No summary provided by upstream source.

Repository SourceNeeds Review