CodeSpirit
Full-stack .NET CRUD, migrations, code review, and AI features
All Skills in This Repository (5)
Pure Emerald Level Indicatorsapi-crud-development
Implement complete CRUD APIs from entities to migrations for .NET projects.
db-migration
Create EF Core migrations for MySQL and SQL Server with separate DbContexts.
code-review
Classify codebase issues in .NET projects according to CodeSpirit standards.
pre-commit-validation
Validate staged Aspire .NET code, runtime logs, and Playwright login flows.
ai-development
Integrate AI form filling and background task orchestration into .NET CodeSpirit applications.
Frequently Asked Questions
FAQPage SchemaHow to install CodeSpirit skills?โผ
Run `npx skills add xin-lai/CodeSpirit --all -g -y` in your terminal to install all skills in this suite globally.
How to build a CRUD API in CodeSpirit?โผ
The api-crud-development skill walks through seven steps: entity, DTOs, AutoMapper profile, service, controller, DbContext configuration, and database migration, with ready-made templates for each.
How to handle MySQL and SQL Server migrations together?โผ
The db-migration skill creates separate migration files for each database using database-specific DbContexts and includes scripts to validate and apply both in one step.
Can I add AI form filling without writing controller code?โผ
Yes. Adding the [AiFormFill] attribute to a DTO automatically generates an AI fill endpoint, and the ai-development skill covers long-running tasks and structured LLM calls too.
Does CodeSpirit check code before committing?โผ
Yes. The pre-commit-validation skill runs static code review, checks Aspire runtime logs for errors, and verifies system and tenant login flows before you commit.
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