@aliaksei-raketski/pi-angular-developer
Pi package that vendors the official Angular developer skill with local documentation helper scripts.
Package details
Install @aliaksei-raketski/pi-angular-developer from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@aliaksei-raketski/pi-angular-developer- Package
@aliaksei-raketski/pi-angular-developer- Version
0.3.8- Published
- Jul 22, 2026
- Downloads
- 1,079/mo · 41/wk
- Author
- aliaksei-raketski
- License
- MIT
- Types
- skill
- Size
- 192.3 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-angular-developer
A Pi package that vendors the official Angular angular-developer Agent Skill and replaces Angular MCP guidance with local helper scripts.
Install
pi install npm:@aliaksei-raketski/pi-angular-developer
# or project-local
pi install -l npm:@aliaksei-raketski/pi-angular-developer
Installed skill
skills/angular-developer
This package is distributed as source files and markdown resources; Pi loads the skill directly from the installed package.
Package contents
- Angular developer skill instructions and references.
- Local documentation helper scripts used by the skill.
Key helpers
skills/angular-developer/scripts/get-best-practices.mjsskills/angular-developer/scripts/search-documentation.mjs
From the skill directory:
node scripts/get-best-practices.mjs --help
node scripts/search-documentation.mjs "signals" --version 22 --limit 3 --json
Sync
Run from package root:
node scripts/sync-angular-skill.mjs
Use ANGULAR_SKILLS_REF to override the synced ref.
After sync, consider validating the helper scripts:
node skills/angular-developer/scripts/search-documentation.mjs "signals" --version 22 --limit 2 --json
node skills/angular-developer/scripts/get-best-practices.mjs --help