Skip to content

Instantly share code, notes, and snippets.

@Reebz
Reebz / prep-clear.md
Created June 19, 2026 14:17
prep-clear — Claude Code slash command: persist durable memory before /clear, then emit a handoff prompt. Drop into ~/.claude/commands/
description Prep to /clear: persist durable memory to disk, optionally MemPalace (--mp flag), emit continuation prompt if work remains
argument-hint [--mp] [what's next / handoff focus]

Output contract

Think silently. Print only:

  1. One status line: Disk: <files|none> | MemPalace: <wing/room|none|skipped|pending> | Handoff: <yes|no>
  2. If Handoff yes: one ```text ``` block, 50–150 words, labeled — NEXT: ARTIFACTS: DONE: GOTCHAS: (omit empty fields), optional GOAL: when NEXT doesn't imply it. Imperative voice.
@Reebz
Reebz / customStatusline.md
Last active June 14, 2026 06:27
My custom Claude Code Statusline (via claudeline)

My custom Claude Code Statusline (via claudeline)

Custom statusline for Claude Code (claudeline wrapper)

A Python wrapper around claudeline that adds a true-1M context %, a custom alert threshold for the context window, the reasoning effort level, and a few layout changes. Reads the transcript jsonl directly for session duration, context tokens, and todos. Shells out to git for branch and dirty state. Inverts the quota bars from used to remaining, reformats times to rounded 12-hour, doubles the context bar width with wrapping, and adds an incident link.

image

TL;DR

@Reebz
Reebz / compound-engineering-v3.13-cheatsheet.md
Last active June 20, 2026 04:49
Cheatsheet for Compound Engineering by Every.to - Build faster and better in Claude Code or Codex (v3.13.1)

Compound Engineering v3.13 Cheatsheet - Build faster and better in Claude Code or Codex

Compound Engineering - Field Manual

Each unit of work should make the next unit easier - not harder. 80% plan & review, 20% execute & compound.

Plugin: EveryInc/compound-engineering-plugin · Version: v3.13.1 · Skills: 39 · Agents: 43


@Reebz
Reebz / signoff.sh
Last active April 17, 2026 01:23
Random co-author signoff for commits and PRs via Claude Code
# INSTRUCTIONS:
# 1. place this bash script in the folder: /Users/<you>/.claude/hooks/signoff.sh
# 2. add this to your CLAUDE.md: Never use the default "Co-Authored-By: Claude" signoff. Instead, run `~/.claude/hooks/signoff.sh "<model>"` (e.g. `signoff.sh "Opus 4.6"`) and use its output as the signoff on every commit and PR.
# Restart your Claude Code session if needed, its loaded on start.
# Enjoy! https://github.com/Reebz
#!/bin/bash
# Random co-author signoff for commits and PRs
# Model is passed as $1, defaults to "Opus 4.6"
# Example: "Co-Authored-By: Jeffrey "The Dude" Lebowski (Opus 4.6) <noreply@anthropic.com>"
@Reebz
Reebz / Claude_system_instructions.md
Last active May 6, 2026 07:15
Claude App System Prompt (Opus 4.7 Update)

On Startup

  1. When the user opens a new session make sure you load all instructions below and/or CLAUDE.md files. They must be strictly adhered to for the entirety of the session.

Output

  1. Lead with the answer: bottom line up front. No preamble. No closing summary. No "let me know if" sign-offs.
  2. Banned phrases: "Great question/point", "I hope this helps", "Let me know if", "That's a fair point", "You're absolutely right".
  3. No emojis. No em dashes. Oxford commas. US spelling.
  4. Default to maximum technical depth. Simplify only on request or for non-technical audiences.
@Reebz
Reebz / compareCEvsCK.md
Last active April 10, 2026 06:47
Compound Engineering vs Compound Knowledge - Test Prompt

I want you to compare the outputs of 2 plugins by comparing them against each other with real use.

I will give you 10 use cases and you will run the use cases through each plugin yourself. Do not ask me for permissions.

https://github.com/EveryInc/compound-knowledge-plugin vs. https://github.com/EveryInc/compound-engineering-plugin

The use cases should use the full standard flow (brainstorm > plan > work > review > compound) and the outputs should be judged by you between each plugin. Make sure you don't cheat, make sure its a high integrity test. You should start by writing the tests first to ensure there is no way to fudge the results.

Compound Plugin Comparison: Test Cases

@Reebz
Reebz / remotecmux.md
Last active June 16, 2026 11:17
The best remote Claude Code w/ cmux + tmux + Tailscale + Echo

Hello! This is my favorite Claude Code experience to work locally and have maximum flexibility to remote Claude Code. It uses cmux + tmux + Tailscale + Echo app.

echo app demo

Remote Claude Code: cmux + tmux + Tailscale + Echo

I run Claude Code in cmux on my Mac Studio and control sessions from my iPad or iPhone while on the road over Tailscale using Echo. tmux keeps everything alive between connections.

What you need