RetroReversing

RetroReversing Contributing (Repo Skill)

Use this skill whenever you create or edit content in the retroReversing repo (Markdown pages/posts, _includes, or related site content). The goal is to keep changes consistent with CONTRIBUTING.md.

Non-negotiables

Workflow (content edits)

1) Decide fit: does this belong on RetroReversing (retro game dev + reverse engineering / digital archaeology; ~1980–2015)? 2) Choose location + frontmatter:

Preferred Site Components (use instead of ad-hoc HTML)

Images

Visual readability helpers

Workflow (_includes edits)

Spelling

Videos

Make sure to have a sentence before any embedded youtube video explaining who created the video and what it contains, e.g:

[PothOnProgramming](https://www.youtube.com/watch?v=b5TjpTBW6yw) offers a technical breakdown of the 2D dot product and its critical applications in game design and engine logic. The video highlights several fundamental applications of the dot product used in game development and vector math.

<iframe width="560" height="315" src="https://www.youtube.com/embed/b5TjpTBW6yw" title="2D Dot Product - Cool Things To Know" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Reminder