From 2af1ef23215468987c030d287e9c2c57626c0aea Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:02:12 -0400 Subject: [PATCH] docs: update Angular Developer skill description to prioritize best practices Revise the Skill YAML manifest description to directly enforce the use of official Angular best practices. This update reorganizes the trigger strings and packs high-density keywords for modernizing, refactoring, and specific styling targets (Tailwind CSS, component styles) into the manifest header to optimize semantic intent recognition by agentic routers. --- skills/dev-skills/angular-developer/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/dev-skills/angular-developer/SKILL.md b/skills/dev-skills/angular-developer/SKILL.md index ef735c27cf5..c7054b7be20 100644 --- a/skills/dev-skills/angular-developer/SKILL.md +++ b/skills/dev-skills/angular-developer/SKILL.md @@ -1,6 +1,6 @@ --- name: angular-developer -description: Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling. +description: Strictly enforces official Angular best practices to generate idiomatic code and provide authoritative architectural guidance. Trigger when creating, modernizing, or refactoring projects and components, and for expertise on reactivity (signals), forms, dependency injection, routing, SSR, accessibility, styling (component styles, Tailwind CSS), testing, and CLI tooling. license: MIT metadata: author: Copyright 2026 Google LLC