The definitive .NET development companion for AI coding tools.
193 specialized skills · 18 expert subagents · 28 powerful commands
Install the toolkit in your .NET repository using curl:
# One-line installer
curl -fsSL https://raw.githubusercontent.com/rudironsoni/dotnet-agent-harness/main/install-dotnet-agent-harness.sh | bashOr with options:
# Download and run with specific targets
curl -fsSL https://raw.githubusercontent.com/rudironsoni/dotnet-agent-harness/main/install-dotnet-agent-harness.sh | bash -s -- --targets claudecode,copilot,opencodeThe installer will:
- Fetch the
.rulesync/configuration from this repository - Download required hook scripts
- Generate agent configurations for your specified targets
That's it! The toolkit is now installed and ready to use.
After installation, use these RuleSync commands:
rulesync generate- Generate agent configurationsrulesync generate --check- Validate generation is deterministicrulesync install- Install from declarative sources
- Consumer Guide - Installation, daily commands, troubleshooting
- Maintainer Guide - Authoring skills, bundle generation, releases
| Component | Count | Description |
|---|---|---|
| Skills | 193 | Self-contained guidance documents for .NET topics |
| Subagents | 18 | Specialized AI agents for specific domains |
| Commands | 28 | CLI commands for common workflows |
| MCP Servers | 6 | Model Context Protocol servers for AI tool integration |
Coverage Areas:
- Modern C# (patterns, nullable types, async/await)
- ASP.NET Core (Minimal APIs, Blazor, gRPC)
- Data Access (EF Core, Dapper)
- Testing (xUnit, integration testing)
- Cloud-Native (Docker, Kubernetes, Aspire)
- Mobile (MAUI)
- Security (OWASP)
- Performance (profiling, optimization)
.rulesync/
├── skills/ # 193 knowledge modules
├── subagents/ # 18 specialized agents
├── commands/ # 28 slash commands
├── agents/ # 3 primary agents
└── mcp.json # MCP server definitions
MCP inventory (source: .rulesync/mcp.json): context7, deepwiki, github, microsoftdocs-mcp, serena
| MCP Server | Description |
|---|---|
context7 |
Context7 MCP server for documentation |
deepwiki |
DeepWiki MCP for repository documentation |
github |
GitHub MCP for repository operations |
microsoftdocs-mcp |
Microsoft Learn documentation access |
serena |
Symbol-level code navigation and refactoring |
MIT License. See LICENSE.