What problem does it solve?
This Skill eliminates the tedious manual work of configuring repetitive ASP.NET Core API boilerplate for Jarvis framework projects, including JSON serialization settings, CORS policies, standardized API response wrappers, and work context services, ensuring consistency and reducing development time for new and existing backend services.
Core Features & Use Cases
- Standardized API Responses: Automatically wraps API responses in a consistent BaseResponse format for configurable path patterns, removing inconsistent response structures across endpoints.
- Pre-configured Foundation Services: Includes out-of-the-box setup for JSON serialization policies, CORS configuration, and IWorkContext for tenant and user context management, cutting down manual setup effort.
- Use Case: For a team building a new Jarvis-based ASP.NET Core backend, this skill removes the need to write boilerplate code for response wrapping, CORS, and JSON settings, letting developers focus on business logic instead.
Quick Start
Use the foundation-dotnet skill to initialize the Jarvis foundation for your ASP.NET Core Host project, including standardized BaseResponse wrapping, CORS configuration, and JSON serialization settings.