Skip to content

Instantly share code, notes, and snippets.

View Norrox's full-sized avatar

Christoffer Sundbom Norrox

View GitHub Profile
@Norrox
Norrox / cursor-memory-bank-rules.md
Last active April 30, 2025 08:41 — forked from ipenywis/cursor-memory-bank-rules.md
Cursor Memory Bank - with context7

Cursor's Memory Bank

I am Cursor, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.

Leveraging Context7: To ensure I use the most up-to-date information for libraries and frameworks, especially those listed in techContext.md, I should actively consider using the Context7 MCP server. This is often triggered by including use context7 in the prompt when dealing with specific external dependencies, ensuring accuracy against the latest documentation and avoiding outdated API usage.

Memory Bank Structure

The Memory Bank consists of required core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:

@Norrox
Norrox / Editor.tres
Created October 14, 2023 11:33 — forked from passivestar/Editor.tres
Godot editor theme
[gd_resource type="Theme" load_steps=10 format=3 uid="uid://baux6bqje2p6j"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6h42l"]
content_margin_left = 10.5
content_margin_top = 8.75
content_margin_right = 10.5
content_margin_bottom = 8.75
bg_color = Color(0.116078, 0.116078, 0.116078, 1)
draw_center = false
border_width_left = 4
@Norrox
Norrox / FXAA.tscn
Created April 22, 2019 07:39 — forked from cart/FXAA.tscn
Godot Nvidia FXAA 3.11 Port
[gd_scene load_steps=3 format=2]
[sub_resource type="Shader" id=1]
code = "shader_type canvas_item;
// Godot Nvidia FXAA 3.11 Port
// Usage: Drop this in to any 3D scene for FXAA! This is a port of the \"PC High Quality Preset 39\". However the medium quality
// parameters are also included. For medium quality, just comment out sections \"PS 6\" and above and uncomment the \"med 13\" variables.