Agent skill
rider
JetBrains Rider .NET IDE with ReSharper. Use for .NET development.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/rider
SKILL.md
Rider
Rider is JetBrains' .NET IDE. It is faster than Visual Studio 2022 in many cases and runs on Mac/Linux. It works great for Unity and Unreal Engine.
When to Use
- Game Dev: Best Unity/Unreal integration on the market.
- Cross-Platform .NET: Developing ASP.NET Core on macOS.
- Performance: ReSharper engine process runs out-of-process, keeping typing smooth.
Core Concepts
ReSharper
The analysis engine powering Rider. 2000+ code inspections.
Solution Explorer
Standard .NET project view.
Decompiler
Built-in IL decompiler allows you to view source of closed-source libraries.
Best Practices (2025)
Do:
- Use Unity Mode: Special tool windows for Unity logs and gameplay debugging.
- Use Dynamic Program Analysis: Finds memory leaks and allocations while you run the app.
- Hot Reload: Supports .NET Hot Reload for rapid iteration.
Don't:
- Don't ignore hints: Rider enables "Solution Wide Analysis". If it's green, it compiles.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?