RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/wgutmann/sim-steward-plugin

Cursor rule

cursor-agent-template/.cursor/rules/domain-coding.mdc

{PROJECT_NAME} coding standards for {TECH_STACK}

Cursor rules

Quality

49/100

Scores the file, not the repository.

Length

135 words

3 headings · 1 code blocks

Repository

0

— · pushed 167 days ago

Last changed

3 days ago

First indexed 3 days ago.
wgutmann/sim-steward-plugin/cursor-agent-template/.cursor/rules/domain-coding.mdcRawGitHub
1---
2description: "{PROJECT_NAME} coding standards for {TECH_STACK}"
3globs: "{GLOB_PATTERNS}"
4alwaysApply: false
5---
6 
7# {PROJECT_NAME} Coding Standards
8 
9<!-- This is a sample conditional rule. It activates only when editing files matching
10 the glob pattern above. Customize it for your tech stack.
11 
12 Examples:
13 globs: "src/**/*.ts" -- TypeScript source files
14 globs: "backend/**/*.go" -- Go backend files
15 globs: "app/**/*.py" -- Python app files
16 
17 Add your project's conventions below. Delete the examples and replace with your own. -->
18 
19## Conventions
20 
21- Follow {TECH_STACK} best practices and idioms
22- Use async/await for I/O operations; handle errors explicitly
23- Keep source code in `{SOURCE_DIR}/`; reference memory-bank for requirements
24 
25## Example Pattern
26 
27<!-- Replace this with a real example from your codebase -->
28 
29```
30// Example: proper error handling
31try {
32 const result = await someAsyncOperation();
33 return result;
34} catch (error) {
35 logger.error("Operation failed", error);
36 throw new AppError("Operation failed", { cause: error });
37}
38```
39 

Sections

  • {PROJECT_NAME} Coding Standards
  • Conventions
  • Example Pattern

What it covers

code-style

Stack — with the evidence

csharp

(1.00)

dotnet

(0.60)

Glob targeting

  • {GLOB_PATTERNS}

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
wgutmann
Language
—
License
—
Archived
no

All configs in this repo

Also in wgutmann/sim-steward-plugin

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
wgutmann/sim-steward-plugin.cursor/rules/delegation.mdc · 0Cursor rulescsharpdotnetstylegitdo-not59/1003 days ago
wgutmann/sim-steward-plugin.cursor/rules/incremental-work.mdc · 0Cursor rulescsharpdotnetstylegit48/1003 days ago
wgutmann/sim-steward-plugin.cursor/rules/memory-bank.mdc · 0Cursor rulescsharpdotnetperformance39/1003 days ago
wgutmann/sim-steward-plugin.cursor/rules/simhub-csharp.mdc · 0Cursor rulescsharpdotnetno sections22/1003 days ago
wgutmann/sim-steward-plugin.cursor/rules/simhub-dashboard.mdc · 0Cursor rulescsharpdotnetstylearch52/1003 days ago
wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/delegation.mdc · 0Cursor rulescsharpdotnetstyledo-not50/1003 days ago
wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/incremental-work.mdc · 0Cursor rulescsharpdotnetstylegit48/1003 days ago
wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/memory-bank.mdc · 0Cursor rulescsharpdotnetperformance39/1003 days ago
wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/delegation.mdc · 0Cursor rulescsharpdotnetstyledo-not50/1003 days ago
wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/domain-coding.mdc · 0Cursor rulescsharpdotnetstylearch47/1003 days ago
wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/incremental-work.mdc · 0Cursor rulescsharpdotnetstylegit48/1003 days ago
wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/memory-bank.mdc · 0Cursor rulescsharpdotnetperformance39/1003 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-csharp.mdc Diff against .cursor/rules/simhub-dashboard.mdc Diff against cursor-agent-template/.cursor/rules/delegation.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.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-testing.mdc · 6Cursor rulesjavascriptcsharp+2teststyletesting-strategy90/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-testing.mdc · 6Cursor rulesjavascriptcsharp+2teststyletypestesting-strategy85/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-coding-style.mdc · 6Cursor rulesjavascriptcsharp+2lint-formatstyletypesdo-not84/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-security.mdc · 6Cursor rulesjavascriptcsharp+2stylesecuritydatabasedo-not80/1003 days ago
imazen/imageflow.cursor/rules/ci.mdc · 4.4kCursor rulesrustcsharp+2setupbuildtestarch+379/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-coding-style.mdc · 6Cursor rulesjavascriptcsharp+2lint-formatstyle78/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-hooks.mdc · 6Cursor rulesjavascriptcsharp+2lint-formatarchtesting-strategygit+178/1003 days ago
SethRobinson/UGTLive.cursor/rules/architecture-patterns.mdc · 103Cursor rulescsharpai-agent+2buildtestlint-formatstyle+677/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack