agentsclimarketplace

Cursor rules collection

Skill nedcodes-ok/skills/skills/cursor-rules-collection

Battle-tested rules for AI coding agents. 10 skills covering React, Next.js, TypeScript, Express, Python, error handling, testing, security, API design, and performance. Each rule targets specific, concrete behaviors that actually change agent output — not generic best practices. Use when writing, reviewing, or refactoring code in any of these stacks.From its SKILL.md

Install
npx -y skills add nedcodes-ok/skills --skill cursor-rules-collection

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.3 KB, 418 tokens by cl100k_base, as published. Nobody here has run it

Cursor Rules Collection

Battle-tested rules for AI coding agents. Every rule has been verified to actually change agent output — if a rule didn't produce measurably different code in testing, it's not here.

What's Included

SkillImpactWhat It Covers
react-patternsHIGHHooks, composition, memoization, Server Components
nextjs-app-routerHIGHApp Router, Server Actions, caching, revalidation
typescript-strictHIGHStrict mode patterns, branded types, discriminated unions
express-apiHIGHMiddleware, error handling, validation, security headers
python-backendHIGHType hints, async patterns, Pydantic, structured errors
error-handlingCRITICALError boundaries, recovery, user-facing messages
securityCRITICALAuth, injection prevention, XSS, CSRF, secrets
testing-patternsHIGHTest structure, mocking, coverage, edge cases
api-designMEDIUMREST conventions, validation, versioning, pagination
performanceHIGHLazy loading, caching, bundle size, code splitting

When to Apply

Use these rules when:

  • Writing new components, APIs, or backend services
  • Refactoring existing code for better patterns
  • Reviewing code for common mistakes
  • Setting up new projects with good defaults

What Makes These Different

Every rule contains something you can't get from a generic LLM prompt:

  • Version-specific gotchas (e.g., Express 5 vs 4 patterns)
  • Tested edge cases with before/after examples
  • Anti-patterns with explanations of why they fail
  • Framework-specific patterns, not language-generic advice

Related Tools

What ships with it: 12 files

20.7 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,422. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.