Core
Modern .NET development, testing, review, and architecture guidance
All Skills in This Repository (47)
Pure Emerald Level Indicatorsconfiguration
Configure .NET 10 applications with validated Options pattern bindings.
convention-learner
Detect and enforce project-specific coding conventions from an existing codebase.
error-handling
Define Result-based error handling with RFC 9457 ProblemDetails for .NET 10 APIs.
modern-csharp
Modernize C# implementations with C# 14 and .NET 10 language features.
docker
Build multi-stage Docker images for .NET 10 apps with non-root execution.
context-discipline
Manage context window usage during large codebase exploration with token budgeting.
autonomous-loops
Fix .NET build and test failures through bounded autonomous iteration loops.
migration-workflow
Guide EF Core migrations, NuGet updates, and .NET upgrades with rollback steps.
80-20-review
Prioritize code review effort using blast radius scoring and checkpoint scheduling.
learning-log
Record development discoveries into a structured learning log file.
vertical-slice
Structure .NET APIs into self-contained vertical slices with endpoints and handlers.
scaffolding
Generate .NET feature scaffolds with validation, OpenAPI metadata, and integration tests.
Frequently Asked Questions
FAQPage SchemaHow to install Resgrid Core skills?▼
Run `npx skills add Resgrid/Core --all -g -y` in your terminal to install all skills in this collection globally.
What do these .NET skills cover?▼
They cover modern C# 14 features, EF Core, testing, Docker, security scanning, code review, architecture selection, and autonomous build-fix loops for .NET 10 projects.
Do these skills work with Claude Code and Codex?▼
Yes. The collection ships identical SKILL.md files under .claude, .agents, .opencode, and .forge folders, so they load natively in Claude Code, Codex, and other compatible coding agents.
Can I use these skills on my own .NET project?▼
Yes. Although they ship inside the Resgrid codebase, the skills are generic .NET development workflows you can apply to any C# solution.
Do I need to write code to use these skills?▼
No. Once installed, your coding agent reads each SKILL.md and applies the right workflow automatically based on your plain-English requests.
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