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

Popular Posts

How to Get Norton Security Suite Firewall to Allow Remote Desktop Connections in Windows

Setting Default Values in an Angular Reactive Form

How to Determine if a Column Exists in a DataReader

The Cause and Solution for the "System.Runtime.Serialization.InvalidDataContractException: Type 'System.Threading.Tasks.Task`1[YourTypeHere]' cannot be serialized." Exception

Loading an Image from an Embedded Resource in .NET