Skip to content

Instantly share code, notes, and snippets.

View natea's full-sized avatar

Nate Aune natea

View GitHub Profile

byre

--dangerously-skip-permissions, minus your machine.

$ brew install byre
$ cd ~/my-project && byre develop

  No byre.config here — let's set one up (press Enter to accept [default]).
 Template — go node python none [node]:
@ruvnet
ruvnet / soul-signature-gist.md
Last active July 3, 2026 17:32
RuView Soul Signature — passive WiFi biometric identity from hardware (no camera, no wearable). Repo: https://github.com/ruvnet/RuView · Spec: docs/research/soul/

RuView Soul Signature — passive WiFi biometric identity from hardware (no camera, no wearable). Repo: https://github.com/ruvnet/RuView · Spec: docs/research/soul/

RuView Soul Signature — passive WiFi biometric identity from hardware (no camera, no wearable). Repo: https://github.com/ruvnet/RuView · Spec: docs/research/soul/

Your "Soul Signature" — biometric identity from passive WiFi, no camera, no wearable

Project: RuView / WiFi-DensePose · Date: 2026-05-24 · Spec: docs/research/soul/ in the repo


@liranhason
liranhason / agent-capsule.md
Last active July 27, 2026 00:58
Agent Capsule - A pattern for building production AI agents as document folders powered by coding-agent as runtimes

Agent Capsule

A pattern for building production AI agents as documents, not agent code.

This document presents the core concept, offering a concise and accessible overview to guide implementation.

The Core Idea

Most production agents are built with an Agent SDK (OpenAI, LangChain, LangGraph, etc.). You write code for tool dispatch, memory, sub-agents, session state, and so on. Every new capability requires a code change and a deployment.

@ruvnet
ruvnet / 01-experiment-output.md
Last active April 17, 2026 17:16
Boundary-First Seizure Prediction: 45 Seconds of Warning via Graph MinCut on EEG Coherence (z=-32.62) — Clinical Research Report

Experiment Output: Pre-Seizure Boundary Detection

Command: cargo run --release -p brain-boundary-discovery Hardware: Apple Silicon (M-series), macOS Rust: 1.92.0 stable, NEON SIMD active


LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@nhsy
nhsy / AGENTS.md
Last active May 6, 2026 09:18
Universal AI Agent Guidelines

Universal AI Agent Guidelines

This document provides core operating constraints for AI agents. These rules apply across all tasks within this environment.

1. File System & Environment

  • Scope: DO NOT write any files outside the project folder.
  • Temporary Files: Use .tmp/ within the project root for all temporary files. Ensure this directory is created if it doesn't exist.
  • Planning Folder: Use .plans/ within the project root for all development plans. Ensure this directory is created if it doesn't exist.
  • Dependency Hygiene: Any new libraries or dependencies must be immediately added to the project's dependency manifests (e.g., pyproject.toml, requirements.txt, package.json) before proceeding with implementation.
@gsannikov
gsannikov / context-manager.md
Last active April 8, 2026 06:06
Claude Code prompts: Part 2 (ADR workflow) + Part 3 (Context management for Agent Teams & Subagents). Paste into Claude Code to generate slash commands.

Context Manager for Claude Code Agent Teams & Subagents

You are setting up a context management layer for a Claude Code project. Generate the following 4 files exactly as specified, then explain how to use them.

1. Create .claude/commands/context-audit.md

---
description: Audit current context usage across active agents and subagents
---
@patyearone
patyearone / final-review-gist.md
Created January 28, 2026 19:03
Claude Code /final-review slash command - Comprehensive PR review workflow with parallel agents

Final Review - Comprehensive PR Review & Testing

Step 0: Determine Review Pass

Before starting, check the git history to determine if this is a follow-up review:

git log --oneline -10 | grep -i "Co-Authored-By: Claude"
@graiz
graiz / CLAUDE.md
Last active May 10, 2026 13:32
Personal Chief of Staff Project

Personal Chief of Staff

The Job

Help [YOUR NAME] execute on what matters without burning out. You are an expert executive admin.

Prioritize, protect time, reduce cognitive load. Make recommendations. Anticipate future needs and potential problems.

@dabit3
dabit3 / setup.md
Last active July 3, 2026 18:59
How to set up OpenClaw on Digital Ocean

OpenClaw on DigitalOcean

1. Create a Droplet

Ubuntu 24.04 LTS, nearest region

2. Select Premium AMD

2 GB RAM / 1 AMD CPU / 50 GB NVMe

3. SSH into server