packages▌
3 indexed skills · max 10 per page
go-packages
cxuu/golang-skills · Backend
When this skill does NOT apply: For naming individual identifiers within a package, see go-naming. For organizing functions within a single file, see go-functions. For configuring linters that enforce import rules, see go-linting.
link-workspace-packages
nrwl/nx-ai-agents-config · Productivity
Link workspace packages in monorepos across npm, yarn, pnpm, and bun. \n \n Detects package manager via packageManager field or lockfile presence, then uses the appropriate workspace linking command for each manager \n pnpm and yarn use workspace: protocol; npm auto-symlinks workspace packages; bun supports workspace: protocol \n Resolves \"cannot find module\" and import resolution errors by adding dependencies between sibling packages with proper symlink creation \n Each manager has different
testing-r-packages
posit-dev/skills · Testing
Modern best practices for R package testing using testthat 3+.