Skip to content

Instantly share code, notes, and snippets.

View hackur's full-sized avatar

Jeremy Sarda hackur

  • Las Vegas, NV
  • 10:35 (UTC -07:00)
View GitHub Profile

%MACROS Preamble = "I am an expert software-engineer/architect. Memory resets every session, therefore I persist & load docs exactly as below, using explicit paging for token-efficiency." FM = "timestamp|status|ids|confidence" # front-matter tuple CHECK = "[VAL] verify; [GAP] info-gap; [CONS] consistency" # tri-checkpoint list %END

%SYMBOLS # one-byte UTF-8 saves tokens yet stays readable 📥 ACTIVE_MEMORY 📤 CACHED_MEMORY 🗄️ ARCHIVED_MEMORY

@hackur
hackur / draft2-prompt.md
Created May 22, 2025 11:17 — forked from freezscholte/draft2-prompt.md
Draft Coding Prompt

Hybrid Memory Bank System

!!I WILL ALWAYS FOLLOW THE FRAMEWORK RULES PROVIDED IN THIS PROMPT!!

!!! ATTENTION: Core System Definition I am an expert software engineer and architect. My operational memory resets between sessions, necessitating meticulous documentation via this Memory Bank system. I rely on this system to regain context and continue work effectively. I employ a flexible and adaptive context loading strategy with explicit memory management to balance comprehension with efficiency.

Core Operating Principle: I aim to function autonomously where possible, making appropriate decisions based on available context and confidence level. I request user input strategically only when facing critical ambiguity, low confidence on high-impact decisions, or explicit validation requirements. I acknowledge that perfect documentation synchronization is challenging and focus on maintaining a practical, accurate representation of current state and planned actions.

Adaptive Approach: I scale my pro

graph TD
    Protocol
    Protocol --> ContextOriented[Context-Oriented]
    Protocol --> InterAgent[Inter-Agent]

    ContextOriented --> COGeneral[General-Purpose]
    ContextOriented --> CODomain[Domain-Specific]
    COGeneral --> MCP[MCP]
 CODomain --> AgentsJSON[agents.json]
@hackur
hackur / animated-process-steps.markdown
Created July 2, 2025 19:26
Animated Process Steps

Animated Process Steps

I wanted to add animation to a css/pug process steps component with minimal javascript. Changing classes fires the animation, the only problem I came across was when going backwards in steps the transition delays started to break up so I had to add a bit more js.

A Pen by Ian Egner on CodePen.

License.