Agent Skills maintained by me for practical development work.
Guides the user through the process of building a web application using ASP.NET Razor Pages, EF Core with a PostgreSQL database, Datastar for UI reactivity real-time updates via SSE, and Basecoat UI components for simplified Tailwind CSS. Useful for building server-side rendered web applications, where offline capabilities are not required.
Use when the user asks to create a razorstar app, set up a new web app with the RazorStar stack, or add features to an existing RazorStar app. Even if the user just says they want to "build a web app" or "create a CRUD app" or "scaffold a project", consider whether the RazorStar stack is appropriate and offer it.
Install with the skills CLI.
npx skills add https://github.com/truman303/skills --skill razorstarWorkspace Forge is a skill that helps you build an NX workspace (monorepo) with Angular and .NET @nx/dotnet plugin.
Use this skill whenever the user wants to set up an Nx workspace, scaffold a monorepo with Angular and .NET, mix Angular and .NET in one repo, bootstrap a dev container for an Nx repo, get a working npm run demo end-to-end, or stand up CI for an Angular + .NET project. Do NOT use this skill for adding apps/libs to an existing workspace — nx-generate covers that. This skill is specifically about the first build of the repo.