LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: pnpm

Browse skills that share this tag.

  • javascript-typescript-typescript-scaffold - Scaffold production-ready TypeScript projects.
    typescriptscaffoldingnextjsvite

    ★ 4 · Updated 2026-09-20

    Generates complete TypeScript project structures with pnpm, Vite, Next.js, type safety, testing setup, and configuration.

    ⚙ Analyze project type requirements⚙ Initialize project using pnpm⚙ Generate Next.js project structure
  • javascript-typescript-typescript-scaffold - TypeScript Project Scaffolding
    typescriptscaffoldingnextjsvite

    ★ 0 · Updated 2026-09-20

    Scaffolds complete TypeScript project structures with modern tooling, testing setup, and type safety for Node.js, React, Next.js, and libraries.

    ⚙ Analyze project requirements⚙ Initialize project using pnpm⚙ Generate Next.js application structure
  • monorepo-management - Manage and optimize multi-package monorepo projects.
    monorepoturborepopnpmnx

    ★ 27 · Updated 2026-09-15

    Provides patterns and tools for managing monorepos with Turborepo, Nx, and pnpm workspaces including build caching and package publishing.

    ⚙ Set up monorepo projects⚙ Configure Turborepo build pipeline⚙ Manage shared workspace dependencies
  • install-audit-overrides-action - Install shared pnpm audit overrides GitHub Action
    pnpmgithub-actionssecurityworkflow

    ★ 1 · Updated 2026-09-14

    Installs or updates the shared pnpm audit-overrides GitHub Action from mi2ku39/configs in a target repository.

    ⚙ Inspect repository for pnpm setup⚙ Create or update workflow file⚙ Prepare pnpm workspace configuration
  • code-review - Code Review Skill
    code-reviewrt-stackcode-qualitygit

    ★ 18 · Updated 2026-09-14

    Review code changes following RT Stack conventions and best practices.

    ⚙ Review pull requests⚙ Check type safety⚙ Check code security
  • pnpm - Fast, disk space efficient Node.js package manager
    pnpmpackage-managermonoreponodejs

    ★ 0 · Updated 2026-09-13

    Node.js package manager for running pnpm commands, configuring workspaces, and managing dependencies with catalogs, patches, or overrides.

    ⚙ Install and manage package dependencies⚙ Configure pnpm workspace settings⚙ Override dependency resolution rules
  • link-workspace-packages - Link workspace packages in monorepos
    monorepoworkspacepackage-managernpm

    ★ 0 · Updated 2026-09-12

    Link dependencies between packages in npm, yarn, pnpm, or bun monorepos.

    ⚙ Detect package manager⚙ Identify consumer and provider packages⚙ Add workspace dependencies
  • monorepo - Monorepo Architecture and Configuration Standards
    monorepoturborepopnpmworkspace

    ★ 20 · Updated 2026-09-11

    Provides standards for configuring Turborepo, pnpm workspaces, shared packages, and CI/CD pipelines in monorepos.

    ⚙ Define pnpm workspace structure⚙ Link internal dependencies with workspace protocol⚙ Define Turborepo pipeline dependencies
  • package-json-maintenance - JavaScript Package Maintenance
    JavaScriptNode.jsnpmyarn

    ★ 0 · Updated 2026-03-10

    Maintain JavaScript packages via security audits or dependency updates in isolated git worktree

    ⚙ Create isolated worktree⚙ Detect package manager⚙ Verify registry access
  • monorepo-scaffold - Convert single-app repos to Turborepo monorepo with pnpm workspaces
    monorepoturborepopnpmcode-migration

    ★ 602 · Updated 2026-02-14

    Convert a single-app repository into a Turborepo + pnpm workspace monorepo

    ⚙ create folder structure⚙ generate configuration files⚙ move app code
  • ni - Package Manager Agnostic Commands for JavaScript Projects
    package-managerjavascripttypescriptnpm

    ★ 18 · Updated 2026-02-13

    Use ni for package manager operations in JavaScript/TypeScript projects

    ⚙ install dependencies⚙ add packages⚙ run scripts
  • ni - Package Manager Operations with ni
    package-managernpmyarnpnpm

    ★ 602 · Updated 2026-02-13

    Use ni (@antfu/ni) for package manager operations in JavaScript/TypeScript projects

    ⚙ install dependencies⚙ add packages⚙ run scripts
  • antfu - Anthony Fu's JavaScript/TypeScript project tooling and conventions
    JavaScriptTypeScriptToolingESLint

    ★ 5,902 · Updated 2026-02-09

    Apply Anthony Fu's coding practices and tooling choices for JavaScript/TypeScript projects

    ⚙ configure TypeScript compiler⚙ setup ESLint configuration⚙ run git hooks