angular-cli-netcore-ngrx-starter
Full-stack Angular and .NET feature scaffolding and upgrades
Instructs the agent to run all tasks through Nx, follow the issue-branch-PR GitHub workflow, and enforce the repo's coding conventions for Tailwind styling, signal-based state, and single-file Angular components.
All Skills in This Repository (3)
Pure Emerald Level Indicatorscreate-mfe
Create and wire a new micro-frontend in an Nx + Angular workspace.
update-packages
Automate npm package updates across a monorepo with nx migrate.
create-signalstore
Generate NgRx SignalStore templates with feature functions and spec files for Angular projects.
Frequently Asked Questions
FAQPage SchemaHow to install angular-cli-netcore-ngrx-starter?โผ
Run `npx skills add chrisjwalk/angular-cli-netcore-ngrx-starter --all -g -y` in your terminal to install all skills in this suite globally.
How to scaffold a new full-stack feature in an Nx Angular monorepo?โผ
The create-feature skill generates the Nx library, routes, NgRx SignalStore, components, specs, and an optional .NET minimal-API endpoint group following the repo's canonical todo feature.
How to add a micro-frontend with Module Federation and Vite?โผ
The create-mfe skill walks through remote app setup, shared singleton configuration, NG0912 prevention, test stubs, and Azure deployment for new micro-frontends.
How to upgrade Angular to the next major version safely?โผ
The upgrade-angular-major skill codifies a verified playbook: baseline green build, coordinated version bumps, pnpm peer rules, migrations, and a rollback path.
Does this work with Claude Code and other coding agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core