This gives Claude everything it needs to work with Angular pipes, from basic transforms to the latest Angular 21 features like standalone pipes and signal integration. You get practical examples for custom pipes, async handling with observables, and chaining. The best practices cover pure versus impure pipes (with the warning that impure ones hurt performance), the KeyValue pipe for iterating objects, and how to use inject() for dependency injection. It's comprehensive without being overwhelming, and the template syntax examples show both the new control flow and the async pipe pattern that trips people up. Good reference if you're doing any kind of data transformation or formatting in Angular templates.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-pipes