RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/Light-Brands/planetary-party-html

Cursor rule

.cursor/rules/ruff-linting.mdc

For fixing lint errors

Cursor rules

Quality

43/100

Scores the file, not the repository.

Length

117 words

3 headings · 1 code blocks

Repository

0

— · pushed 9 days ago

Last changed

3 days ago

First indexed 3 days ago.
Light-Brands/planetary-party-html/.cursor/rules/ruff-linting.mdcRawGitHub
1---
2description: For fixing lint errors
3alwaysApply: false
4version: 1.0.0
5---
6 
7# Ruff Linting
8 
9We use `ruff` for linting. If there are lint errors, or if the user says "fix lint
10errors":
11 
121. Run: `ruff check --fix --unsafe-fixes`
132. Repeat until all errors are fixed
14 
15## Using Targeted Ignores
16 
17For legitimate exceptions, use targeted ignores with specific rule codes and
18explanations:
19 
20```python
21# Include the rule code and why we're ignoring it
22process = subprocess.Popen(["pbcopy"], stdin=subprocess.PIPE) # ruff: ignore=S603,S607 - Needed for clipboard
23 
24result = eval(user_formula) # ruff: ignore=S307 - Safe: formula validated by parser
25 
26api_key = os.getenv("SECRET_KEY") # ruff: ignore=S105 - Environment variable, not hardcoded
27```
28 
29Use `# ruff: ignore=RULE_CODE` format. Multiple rules: `# ruff: ignore=S603,S607`
30 
31When we fix all errors, celebrate! Clean code feels good. 🌟
32 

Commands it names

  • ruff
  • ruff check --fix --unsafe-fixes

Sections

  • Ruff Linting
  • Using Targeted Ignores
  • Include the rule code and why we're ignoring it

What it covers

lint-format

Stack — with the evidence

github-actions

(0.60)

vercel

(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
Light-Brands
Language
—
License
—
Archived
no

All configs in this repo

Also in Light-Brands/planetary-party-html

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
Light-Brands/planetary-party-html.claude/agents/CLAUDE.md · 0CLAUDE.mdgithub-actionsverceltestlint-formatagent-behaviour53/1003 days ago
Light-Brands/planetary-party-html.claude/skills/CLAUDE.md · 0CLAUDE.mdgithub-actionsvercellint-formatagent-behaviour49/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/git-commit-message.mdc · 0Cursor rulesgithub-actionsvercelarchgitdeployment58/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/autonomous-development-workflow.mdc · 0Cursor rulesgithub-actionsverceltestlint-formatgitagent-behaviour73/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/code-review-standards.mdc · 0Cursor rulesgithub-actionsverceltesttypestesting-strategygit+248/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/code-style-and-zen-of-python.mdc · 0Cursor rulesgithub-actionsvercellint-formatstyledocs62/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/external-apis.mdc · 0Cursor rulesgithub-actionsverceltesttesting-strategyapi54/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/fixing-github-actions-builds.mdc · 0Cursor rulesgithub-actionsvercelsetupbuilddo-notagent-behaviour81/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/git-interaction.mdc · 0Cursor rulesgithub-actionsverceltestlint-formatstylearch+488/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/git-worktree-task.mdc · 0Cursor rulesgithub-actionsvercel+1lint-formatgitagent-behaviour38/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/heart-centered-ai-philosophy.mdc · 0Cursor rulesgithub-actionsvercelno sections30/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/naming-stuff.mdc · 0Cursor rulesgithub-actionsvercelstyle43/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/prompt-engineering.mdc · 0Cursor rulesgithub-actionsvercelsetuptestlint-formatstyle+657/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/trust-and-decision-making.mdc · 0Cursor rulesgithub-actionsvercelno sections48/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/user-facing-language.mdc · 0Cursor rulesgithub-actionsvercellint-formatstylearch66/1003 days ago
Light-Brands/planetary-party-htmlAGENTS.md · 0AGENTS.mdgithub-actionsvercelbuildteststylearch+499/1003 days ago
Diff against .claude/agents/CLAUDE.md Diff against .claude/skills/CLAUDE.md Diff against .cursor/rules/git-commit-message.mdc Diff against .cursor/rules/autonomous-development-workflow.mdc Diff against .cursor/rules/code-review-standards.mdc Diff against .cursor/rules/code-style-and-zen-of-python.mdc Diff against .cursor/rules/external-apis.mdc Diff against .cursor/rules/fixing-github-actions-builds.mdc Diff against .cursor/rules/git-interaction.mdc Diff against .cursor/rules/git-worktree-task.mdc Diff against .cursor/rules/heart-centered-ai-philosophy.mdc Diff against .cursor/rules/naming-stuff.mdc Diff against .cursor/rules/prompt-engineering.mdc Diff against .cursor/rules/trust-and-decision-making.mdc Diff against .cursor/rules/user-facing-language.mdc Diff against AGENTS.md

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
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
markstev/mark-starter.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+14setuptestlint-formatstyle+699/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/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