xin-laixin-laiCommunityยท5 Agent Skills Included

CodeSpirit

Full-stack .NET CRUD, migrations, code review, and AI features

Guides complete CRUD development from entity to controller, dual MySQL and SQL Server migrations, and structured code reviews. Adds AI form filling, long-running task handling, and LLM integration without writing boilerplate controller code. Runs pre-commit validation with static analysis, runtime log checks, and login tests to catch errors before they ship.
npx skills add xin-lai/CodeSpirit --all -g -y
Available:

Instructs the agent on running and debugging the Aspire application, using diagnostic MCP tools, and routing development requests through the BMAD workflow commands while following CodeSpirit coding standards.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’