@aliaksei-raketski/pi-nx-developer

Pi package that vendors the official Nx Agent Skills with a local Nx documentation helper.

Packages

Package details

skill

Install @aliaksei-raketski/pi-nx-developer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@aliaksei-raketski/pi-nx-developer
Package
@aliaksei-raketski/pi-nx-developer
Version
0.3.18
Published
Jul 27, 2026
Downloads
1,708/mo · 579/wk
Author
aliaksei-raketski
License
MIT
Types
skill
Size
127.8 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@aliaksei-raketski/pi-nx-developer

Pi package that vendors the official Nx Agent Skills with a local Nx documentation helper.

Install

pi install npm:@aliaksei-raketski/pi-nx-developer
# or project-local
pi install -l npm:@aliaksei-raketski/pi-nx-developer

Installed skills

  • link-workspace-packages
  • nx-developer
  • nx-docs
  • nx-generate
  • nx-import
  • nx-plugins
  • nx-run-tasks
  • nx-workspace

monitor-ci is intentionally excluded until Nx Cloud automation is replaced by local scripts.

If a workspace already contains project-local generated Nx skills under .agents/skills, Pi will prefer those local skills over same-named package skills and report collisions. Remove or disable the project-local duplicates if you want this package's copies to be used in that workspace.

Documentation helper

Use the bundled helper from the installed nx-docs skill directory:

node scripts/search-documentation.mjs "targetDefaults nx.json" --limit 4
node scripts/search-documentation.mjs "nx release independent changelog" --limit 5 --json --pretty

Or from any directory with an absolute path to the installed script.

Sync vendored skills

Run from this package root:

node scripts/sync-nx-skills.mjs

Use NX_AI_AGENTS_CONFIG_REF to sync a different upstream ref:

NX_AI_AGENTS_CONFIG_REF=<ref> node scripts/sync-nx-skills.mjs

After sync, validate the docs helper:

node skills/nx-docs/scripts/search-documentation.mjs "targetDefaults nx.json" --limit 2
node skills/nx-docs/scripts/search-documentation.mjs "nx release independent changelog" --limit 2 --json --pretty

Attribution

Portions of the vendored Nx Agent Skills are derived from nrwl/nx-ai-agents-config. See NOTICE.md.