RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/Adit-Jain-srm/NightmareNet

Cursor rule

.cursor/rules/self-review.mdc

Self-review every code change before presenting — catch bugs before the user sees them

Cursor rules

Quality

46/100

Scores the file, not the repository.

Length

153 words

3 headings · 0 code blocks

Repository

45

— · pushed 0 days ago

Last changed

3 days ago

First indexed 3 days ago.
Adit-Jain-srm/NightmareNet/.cursor/rules/self-review.mdcRawGitHub
1---
2description: "Self-review every code change before presenting — catch bugs before the user sees them"
3globs: ["**/*.ts", "**/*.tsx", "**/*.js"]
4alwaysApply: true
5---
6 
7## Self-Review Protocol
8 
9After writing or modifying code, review BEFORE presenting. The user should never see a first draft.
10 
11### The Checklist (run mentally, fix inline)
12 
131. RE-READ what you wrote (don't trust memory of intent)
142. CHECK: Does this solve THE thing asked? (not a related thing)
153. BUGS: Off-by-one? Null/undefined? Race condition? Unclosed resource?
164. EDGE CASES: Empty input? Very large input? Concurrent access?
175. CONSISTENCY: Matches existing code style? Same naming conventions?
186. IMPORTS: Everything imported? Nothing unused? Circular dependency?
197. TYPES: Type-safe? No `any` where there shouldn't be?
208. ERROR HANDLING: What can throw? Is it caught? Useful error message?
219. SECURITY: User input validated? SQL injection? XSS?
22 
23### Rules
24 
25- Fix issues SILENTLY — don't announce "I found a bug"
26- Never skip review for "small changes" — small changes have bugs too
27- Review surrounding context, not just changed lines
28- Present REVIEWED work, not first drafts
29 

Sections

  • Self-Review Protocol
  • The Checklist (run mentally, fix inline)
  • Rules

What it covers

git-prdo-not

Stack — with the evidence

typescript

(1.00)

python

(1.00)

node

(1.00)

nextjs

(1.00)

fastapi

(1.00)

pytorch

(1.00)

transformers

(1.00)

tailwind

(1.00)

docker

(1.00)

react

(0.70)

postgres

(0.70)

redis

(0.70)

vitest

(0.70)

pytest

(0.70)

playwright

(0.70)

eslint

(0.70)

ruff

(0.70)

jupyter

(0.60)

github-actions

(0.60)

javascript

(0.50)

Glob targeting

  • **/*.ts
  • **/*.tsx
  • **/*.js

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
Adit-Jain-srm
Language
—
License
—
Archived
no

All configs in this repo

Also in Adit-Jain-srm/NightmareNet

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
Adit-Jain-srm/NightmareNet.cursor/rules/agent-core.mdc · 45Cursor rulestypescriptpython+18gitsecuritydo-notagent-behaviour76/1003 days ago
Adit-Jain-srm/NightmareNet.cursor/rules/contribution-standards.mdc · 45Cursor rulestypescriptpython+18testgit54/1003 days ago
Adit-Jain-srm/NightmareNet.cursor/rules/diagrams.mdc · 45Cursor rulestypescriptpython+18styledo-notdocs27/1003 days ago
Adit-Jain-srm/NightmareNet.cursor/rules/grill.mdc · 45Cursor rulestypescriptpython+18builddo-not55/1003 days ago
Adit-Jain-srm/NightmareNet.cursor/rules/max-effort.mdc · 45Cursor rulestypescriptpython+18no sections39/1003 days ago
Adit-Jain-srm/NightmareNet.cursor/rules/prompt-amplifier.mdc · 45Cursor rulestypescriptpython+18do-not46/1003 days ago
Adit-Jain-srm/NightmareNet.cursor/rules/skill-forge.mdc · 45Cursor rulestypescriptpython+18deploymentdo-not51/1003 days ago
Adit-Jain-srm/NightmareNet.cursor/rules/skill-orchestration.mdc · 45Cursor rulestypescriptpython+18no sections39/1003 days ago
Adit-Jain-srm/NightmareNetCLAUDE.md · 45CLAUDE.mdtypescriptpython+18buildtestlint-formatstyle+6100/1003 days ago
Diff against .cursor/rules/agent-core.mdc Diff against .cursor/rules/contribution-standards.mdc Diff against .cursor/rules/diagrams.mdc Diff against .cursor/rules/grill.mdc Diff against .cursor/rules/max-effort.mdc Diff against .cursor/rules/prompt-amplifier.mdc Diff against .cursor/rules/skill-forge.mdc Diff against .cursor/rules/skill-orchestration.mdc Diff against CLAUDE.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
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