RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/compozy/gograph

Cursor rule

.cursor/rules/no_linebreaks.mdc

Formatting rule to eliminate unnecessary blank lines within function bodies and code blocks for cleaner, more compact code

Cursor rules

Quality

31/100

Scores the file, not the repository.

Length

65 words

2 headings · 2 code blocks

Repository

9

— · pushed 389 days ago

Last changed

3 days ago

First indexed 3 days ago.
compozy/gograph/.cursor/rules/no_linebreaks.mdcRawGitHub
1---
2description: Formatting rule to eliminate unnecessary blank lines within function bodies and code blocks for cleaner, more compact code
3alwaysApply: true
4---
5<formatting_rule type="linebreaks">
6- Don't need to add extra line breaks between variables definitions and code blocks
7- When writing a function, mainly small functions, don't need line breaks
8</formatting_rule>
9 
10<example type="bad_practice">
11## Bad
12 
13```go
14func Foo() {
15 bar := "bar"
16 
17 bar = "baz"
18 
19 return
20}
21```
22</example>
23 
24<example type="good_practice">
25## Good
26 
27```go
28func Foo() {
29 bar := "bar"
30 bar = "baz"
31 return
32}
33```
34</example>
35 

Sections

  • Bad
  • Good

Stack — with the evidence

typescript

(1.00)

go

(1.00)

docker

(1.00)

node

(0.70)

javascript

(0.60)

bun

(0.60)

github-actions

(0.60)

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
compozy
Language
—
License
—
Archived
no

All configs in this repo

Also in compozy/gograph

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
compozy/gograph.cursor/rules/architecture.mdc · 9Cursor rulestypescriptgo+5styletesting-strategydependenciesdo-not57/1003 days ago
compozy/gograph.cursor/rules/api-standards.mdc · 9Cursor rulestypescriptgo+5lint-formatapidocs54/1003 days ago
compozy/gograph.cursor/rules/backwards-compatibility.mdc · 9Cursor rulestypescriptgo+5do-notagent-behaviour32/1003 days ago
compozy/gograph.cursor/rules/compozy-agent-config.mdc · 9Cursor rulestypescriptgo+5agent-behaviour45/1003 days ago
compozy/gograph.cursor/rules/compozy-examples.mdc · 9Cursor rulestypescriptgo+5stylearchtypesagent-behaviour58/1003 days ago
compozy/gograph.cursor/rules/compozy-project-config.mdc · 9Cursor rulestypescriptgo+5setupstyle54/1003 days ago
compozy/gograph.cursor/rules/cursor_rules.mdc · 9Cursor rulestypescriptgo+5no sections40/1003 days ago
compozy/gograph.cursor/rules/compozy-shared-patterns.mdc · 9Cursor rulestypescriptgo+5styleagent-behaviour54/1003 days ago
compozy/gograph.cursor/rules/compozy-task-patterns.mdc · 9Cursor rulestypescriptgo+5stylearchagent-behaviour70/1003 days ago
compozy/gograph.cursor/rules/core-libraries.mdc · 9Cursor rulestypescriptgo+5testing-strategydependenciesdo-not60/1003 days ago
compozy/gograph.cursor/rules/critical-validation.mdc · 9Cursor rulestypescriptgo+5no sections24/1003 days ago
compozy/gograph.cursor/rules/go-coding-standards.mdc · 9Cursor rulestypescriptgo+5stylearchdependencies62/1003 days ago
compozy/gograph.cursor/rules/go-patterns.mdc · 9Cursor rulestypescriptgo+5style66/1003 days ago
compozy/gograph.cursor/rules/prd-create.mdc · 9Cursor rulestypescriptgo+5stylearchagent-behaviour48/1003 days ago
compozy/gograph.cursor/rules/prd-tech-spec.mdc · 9Cursor rulestypescriptgo+5setuptestarchagent-behaviour56/1003 days ago
compozy/gograph.cursor/rules/quality-security.mdc · 9Cursor rulestypescriptgo+5securityperformancedo-not46/1003 days ago
compozy/gograph.cursor/rules/review-checklist.mdc · 9Cursor rulestypescriptgo+5testing-strategygit52/1003 days ago
compozy/gograph.cursor/rules/section_comments.mdc · 9Cursor rulestypescriptgo+5no sections31/1003 days ago
compozy/gograph.cursor/rules/task-developing.mdc · 9Cursor rulestypescriptgo+5agent-behaviour47/1003 days ago
compozy/gograph.cursor/rules/task-generate-list.mdc · 9Cursor rulestypescriptgo+5testlint-formatarchdo-not+185/1003 days ago
Diff against .cursor/rules/architecture.mdc Diff against .cursor/rules/api-standards.mdc Diff against .cursor/rules/backwards-compatibility.mdc Diff against .cursor/rules/compozy-agent-config.mdc Diff against .cursor/rules/compozy-examples.mdc Diff against .cursor/rules/compozy-project-config.mdc Diff against .cursor/rules/cursor_rules.mdc Diff against .cursor/rules/compozy-shared-patterns.mdc Diff against .cursor/rules/compozy-task-patterns.mdc Diff against .cursor/rules/core-libraries.mdc Diff against .cursor/rules/critical-validation.mdc Diff against .cursor/rules/go-coding-standards.mdc Diff against .cursor/rules/go-patterns.mdc Diff against .cursor/rules/prd-create.mdc Diff against .cursor/rules/prd-tech-spec.mdc Diff against .cursor/rules/quality-security.mdc Diff against .cursor/rules/review-checklist.mdc Diff against .cursor/rules/section_comments.mdc Diff against .cursor/rules/task-developing.mdc Diff against .cursor/rules/task-generate-list.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
markstev/mark-starter.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+14setuptestlint-formatstyle+699/1003 days ago
Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+13setuptestlint-formatstyle+799/1003 days ago
dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+15setuptestlint-formatstyle+799/1003 days ago
deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1Cursor rulestypescriptnextjs+5setuptestlint-formatstyle+799/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/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