How to Resolve the Angular AI Skills Install Not Creating a Symlink for Claude Code on Windows
Ran into this problem today and fought with it until finding a solution. Even Claude was stumped. I ran the installer for the official Angular AI skills via npx skills add https://github.com/angular/skills, and selected Claude Code and Symlink as options, but no dice. Only the default .agents implementation was created.
Here's the fix.
First, make sure you're running your command prompt in admin mode.
Second, create the .claude/skills/angular-developer and/or .claude/skills/angular-new-app folders, depending on which skills you're installing.
Then run the npx command. That does the trick.
Comments
Post a Comment