Cursor rule
.cursor/rules/simhub-csharp.mdcSimHub plugin and C# coding standards
Cursor rules
Quality
22/100
Scores the file, not the repository.Length
94 words
1 headings · 1 code blocksRepository
0
— · pushed 167 days agoLast changed
3 days ago
First indexed 3 days ago.1234567# SimHub Plugin & C#89- Follow SimHub SDK conventions (device extensions, properties, actions)10- Use async/await for I/O; proper error handling and logging11- Keep plugin logic in `plugin/`; reference memory-bank for requirements12- Deploy output plugin DLL only to `C:\Program Files (x86)\SimHub\PluginsData\`13- Do not add alternative deploy targets for SimHub plugin copy steps1415```csharp16// ✅ Clear error handling for OBS WebSocket operations17try {18 await _obsClient.SendAsync(startRecordRequest);19} catch (WebSocketException ex) {20 SimHub.Logging.Current.Error("OBS recording start failed", ex);21 // Surface connection error to UI via plugin property22 ObsConnectionStatus = "Error";23}24```25
Also in wgutmann/sim-steward-plugin
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| wgutmann/sim-steward-plugin.cursor/rules/delegation.mdc · 0 | Cursor rules | stylegitdo-not | 59/100 | 3 days ago | |
| wgutmann/sim-steward-plugin.cursor/rules/incremental-work.mdc · 0 | Cursor rules | stylegit | 48/100 | 3 days ago | |
| wgutmann/sim-steward-plugin.cursor/rules/memory-bank.mdc · 0 | Cursor rules | performance | 39/100 | 3 days ago | |
| wgutmann/sim-steward-plugin.cursor/rules/simhub-dashboard.mdc · 0 | Cursor rules | stylearch | 52/100 | 3 days ago | |
| wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/delegation.mdc · 0 | Cursor rules | styledo-not | 50/100 | 3 days ago | |
| wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/domain-coding.mdc · 0 | Cursor rules | style | 49/100 | 3 days ago | |
| wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/incremental-work.mdc · 0 | Cursor rules | stylegit | 48/100 | 3 days ago | |
| wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/memory-bank.mdc · 0 | Cursor rules | performance | 39/100 | 3 days ago | |
| wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/delegation.mdc · 0 | Cursor rules | styledo-not | 50/100 | 3 days ago | |
| wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/domain-coding.mdc · 0 | Cursor rules | stylearch | 47/100 | 3 days ago | |
| wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/incremental-work.mdc · 0 | Cursor rules | stylegit | 48/100 | 3 days ago | |
| wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/memory-bank.mdc · 0 | Cursor rules | performance | 39/100 | 3 days ago |
Diff against .cursor/rules/delegation.mdc Diff against .cursor/rules/incremental-work.mdc Diff against .cursor/rules/memory-bank.mdc Diff against .cursor/rules/simhub-dashboard.mdc Diff against cursor-agent-template/.cursor/rules/delegation.mdc Diff against cursor-agent-template/.cursor/rules/domain-coding.mdc Diff against cursor-agent-template/.cursor/rules/incremental-work.mdc Diff against cursor-agent-template/.cursor/rules/memory-bank.mdc Diff against website-repo-package/cursor-agent-template-web/.cursor/rules/delegation.mdc Diff against website-repo-package/cursor-agent-template-web/.cursor/rules/domain-coding.mdc Diff against website-repo-package/cursor-agent-template-web/.cursor/rules/incremental-work.mdc Diff against website-repo-package/cursor-agent-template-web/.cursor/rules/memory-bank.mdc
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-testing.mdc · 6 | Cursor rules | teststyletesting-strategy | 90/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-testing.mdc · 6 | Cursor rules | teststyletypestesting-strategy | 85/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-coding-style.mdc · 6 | Cursor rules | lint-formatstyletypesdo-not | 84/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-security.mdc · 6 | Cursor rules | stylesecuritydatabasedo-not | 80/100 | 3 days ago | |
| imazen/imageflow.cursor/rules/ci.mdc · 4.4k | Cursor rules | setupbuildtestarch+3 | 79/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-coding-style.mdc · 6 | Cursor rules | lint-formatstyle | 78/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-hooks.mdc · 6 | Cursor rules | lint-formatarchtesting-strategygit+1 | 78/100 | 3 days ago | |
| SethRobinson/UGTLive.cursor/rules/architecture-patterns.mdc · 103 | Cursor rules | buildtestlint-formatstyle+6 | 77/100 | 3 days ago |
