Loading...
Loading...
Found 116 Skills
Explains the mental model and architecture of the code under `packages/core`. You MUST use this skill any time you plan to work with code in `packages/core`
Customize Ignite UI components styling using the igniteui-theming MCP server for AI-assisted theming
Angular SSR with @angular/ssr, hydration, and prerendering. Covers server-side rendering setup, transfer state, and deployment. USE WHEN: user mentions "Angular SSR", "server-side rendering", "Angular Universal", "@angular/ssr", "hydration", "prerendering", "Angular SEO" DO NOT USE FOR: Next.js SSR - use `nextjs`, Nuxt SSR - use `vue-composition`, SvelteKit SSR - use `svelte`
Angular Router with lazy loading, guards, resolvers, and route params. Covers standalone route configuration and functional guards. USE WHEN: user mentions "Angular routing", "lazy loading", "route guards", "resolvers", "navigation", "Angular routes", "canActivate", "loadChildren" DO NOT USE FOR: React Router - use `react-router`, Vue Router - use `vue-composition`, Next.js routing - use `nextjs`
Codebase analysis tool for quality-first editing. Scan before edit to understand relationships, patterns, and impact.
[Implementation] Scaffold a new feature with backend and frontend components
Creates new rule files and library skills following project conventions, prefix-to-section mapping, and template standards.
WebStorm JavaScript IDE with debugging. Use for web development.