一键导入
angular-cli-netcore-ngrx-starter
angular-cli-netcore-ngrx-starter 收录了来自 chrisjwalk 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Add a new micro-frontend (MFE) to this workspace. Use when asked to create a new remote app, expose a feature as a micro-frontend, or wire up a new remote to the host. Covers vite.config setup, shared singletons, NG0912 prevention, test stubs, CI/deployment, and E2E.
Update all npm packages to their latest versions using the update-packages script. Use this when asked to update, upgrade, or consolidate dependencies, or to close dependabot PRs.
Create a new NgRx SignalStore following the patterns used in this codebase. Use when asked to add a new store, state slice, or signal-based state container. Produces feature functions first, combines them in signalStore(), and adds a spec file.