← all publishers

Manifold-Works

@manifold-works source repo

7 published skills

  1. Add Page · manifold-works
    Adds a React page and feature folder with routes and API client calls wired to existing backend endpoints in a dotnet-vite-webapp-template app. Use when the user invokes /add-page, asks for a new screen/route/UI only, or the API already exists and needs a frontend.
    0 installs
  2. Add Entity · manifold-works
    Adds a backend-only domain entity with EF Core configuration, migration, and minimal API endpoints to a dotnet-vite-webapp-template app without frontend UI. Use when the user invokes /add-entity, asks for a new model/table/API only, or needs schema work before a React page.
    0 installs
  3. Dev Webapp · manifold-works
    Runs and troubleshoots local development for dotnet-vite-webapp-template apps using Docker Compose, including logs, restarts, migrations, ports, and env fixes. Use when the user invokes /dev-webapp, asks to start/stop the dev stack, debug compose issues, or fix CORS/JWT/DB connection problems.
    0 installs
  4. Add Feature · manifold-works
    Adds a full vertical feature slice (Domain entity, Application layer, EF migration, API endpoints, React feature folder, routes, and tests) to an existing dotnet-vite-webapp-template app, mirroring features/auth. Use when the user invokes /add-feature, asks to add a new feature/module, or wants end-to-end CRUD or domain functionality in the webapp template.
    0 installs
  5. Add Migration · manifold-works
    Generates and applies EF Core migrations after domain or DbContext model changes in a dotnet-vite-webapp-template app, with dev vs production apply rules. Use when the user invokes /add-migration, changed entities/DbContext, or needs dotnet ef migrations add/update guidance.
    0 installs
  6. Create Webapp · manifold-works
    Scaffolds a new .NET 10 + Vite React + Postgres web app by cloning the dotnet-vite-webapp-template, renaming AppName, configuring env/JWT, and starting Docker Compose with smoke tests. Use when the user invokes /create-webapp, asks to create a new webapp from the template, or wants a Docker-based .NET React starter.
    0 installs
  7. Deploy Webapp · manifold-works
    Deploys a dotnet-vite-webapp-template app to production using docker-compose.prod.yml and Caddy TLS on a specific domain and SSH server, including DNS, .env.prod secrets, migration apply, and verification. Use when the user invokes /deploy-webapp, asks to deploy/go live, or configure Caddy production hosting.
    0 installs