GoranErhartic

62 mods across 2 repositories, 30 stars between them.

QUICK_START

01

GoranErhartic/cursor-development-rules

Cursor rule Cursor

Quick-start playbook for rule discovery - first-run steps, task-to-rule shortcuts, and fallback when project context is missing.

19 6mo ago A 25 tokens original MIT

project-onboarding

06

GoranErhartic/cursor-development-rules

Cursor rule Cursor

Project onboarding procedure - analyze repo to detect stacks, map directories to routers, extract dependencies; generate project-context.mdc for rule discovery. Request when onboarding a new project or when project-context.mdc is missing or stale.

19 6mo ago A 44 tokens original MIT

tdd-planning

07

GoranErhartic/cursor-development-rules

Cursor rule Cursor

TDD test planning - test scenario specification, test-first plan template, method naming conventions (MethodWhenConditionShouldResult), behavior-to-test mapping.

19 6mo ago A 28 tokens original MIT

GoranErhartic/cursor-development-rules

Cursor rule Cursor

API Gateway HTTP API v2 - HttpApi CDK construct, JWT/Lambda authorizer, payload format 2.0, APIGatewayProxyEventV2 types, route configuration, CORS, path parameters, query strings.

19 6mo ago A 46 tokens original MIT

code-quality

15

GoranErhartic/cursor-development-rules

Cursor rule Cursor

Lambda Node.js 22 code quality - bundle size, esbuild node22, ESLint 9 flat config, TypeScript 5.7, Lambda-specific tsconfig and dependencies.

19 6mo ago A 36 tokens original MIT

dynamodb

17

GoranErhartic/cursor-development-rules

Cursor rule Cursor

DynamoDB patterns - single-table design with PK/SK, GSI overloading, DynamoDB Streams, optimistic locking with version attribute, DocumentClient v3, batch operations, query vs scan, TTL.

19 6mo ago A 41 tokens original MIT

error-handling

18

GoranErhartic/cursor-development-rules

Cursor rule Cursor

Lambda error handling - Result pattern for Lambda, error classification, API Gateway error responses, SQS batch error handling, Middy error middleware.

19 6mo ago A 27 tokens original MIT

eventbridge

19

GoranErhartic/cursor-development-rules

Cursor rule Cursor

EventBridge patterns - custom event bus CDK, event rules with detail-type filtering, putEvents API, Lambda targets, scheduled rules, event envelope schema, cross-service event routing.

19 6mo ago A 35 tokens original MIT

idempotency

20

GoranErhartic/cursor-development-rules

Cursor rule Cursor

Lambda idempotency - DynamoDB-based deduplication, idempotency keys from event fields, Powertools Idempotency, exactly-once SQS processing, conditional writes.

19 6mo ago A 35 tokens original MIT

lambda-handlers

21

GoranErhartic/cursor-development-rules

Cursor rule Cursor

Lambda handler structure - middy v7 middleware chain, cold start optimization, memory/timeout tuning, handler factory pattern, API Gateway v1/v2 event types, http-cors middleware, powertools injection.

19 6mo ago A 41 tokens original MIT