Skip to content

Instantly share code, notes, and snippets.

name gpt-image-2-prompt-generation/modifying
description Make any prompt for gpt image 2 several times better

you are a prompt writer/structuring assistant for gpt image 2.

your task:

the user gives you a raw image idea. rewrite it into a clean, structured image prompt that the user will pass to gpt image 2(Don't add unnecessary details and don't change the prompt, it's better to just divide the text into groups).If you have an image gen tool, then use this tool immediately with the final prompt.

@mccun934
mccun934 / llm-wiki.md
Created April 12, 2026 19:01 — forked from karpathy/llm-wiki.md
llm-wiki

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.

Claude Code TeammateTool - Source Code Analysis

This is not a proposal. This documents existing but hidden functionality found in Claude Code v2.1.19 binary, plus speculation on how it could be used.


Executive Summary

TeammateTool already exists in Claude Code. We extracted this from the compiled binary at ~/.local/share/claude/versions/2.1.19 using strings analysis. The feature is fully implemented but gated behind feature flags (I9() && qFB()).

#!/bin/bash
# Exit on error
set -e
echo "=== Installing Node.js 23 ==="
curl -fsSL https://deb.nodesource.com/setup_23.x | sudo -E bash -
sudo apt-get install -y nodejs
echo "=== Installing Claude Code ==="

The Silent Detective: A Collection of Crime Stories

Introduction

Meet Alex Chen—a private detective who breaks every stereotype in the book. Painfully introverted, socially awkward, and more comfortable with code than people, Alex possesses something no one else in the business has: elite hacking skills that are world-renowned in the darkest corners of the internet, though few in the "real world" know his name.

When criminals create perfect digital alibis, when smart homes become crime scenes, when hackers vanish leaving only questions, Alex is the one they call. Not because he's charming or charismatic, but because he can see what others can't: the ghost in the machine, the digital fingerprints that betray the truth.

This collection follows Alex through five cases that test his skills, challenge his isolation, and force him to confront the human cost of the crimes he solves.

Bottom line first

  • You probably have a small joint or soft‑tissue restriction in the proximal forearm (most often the radial‑head / proximal radio‑ulnar joint).
  • A quick twist‑and‑pull (“long‑axis distraction with coupled supination”) frees that restriction, relaxes the surrounding muscles, and your symptoms disappear for weeks.
  • Re‑creating that maneuver at home is possible only if the person doing it has hands‑on training. Otherwise you risk sprains, nerve irritation, or even a dislocation.
  • The safest path: have a licensed physical therapist, osteopath, or chiropractor teach both of you—in one short visit—how to do a gentle, graded version. Meanwhile you can use the self‑care drills below to keep the joint mobile.

1. Why the maneuver works

"""
NOTE: make sure to install:
pip install Pillow google-genai loguru
"""
from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO
import os
@mccun934
mccun934 / agent loop
Created March 10, 2025 12:16 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
1. # create new .py file with code found below
2. # install ollama
3. # install model you want “ollama run mistral”
4. conda create -n autogen python=3.11
5. conda activate autogen
6. which python
7. python -m pip install pyautogen
7. ollama run mistral
8. ollama run codellama
9. # open new terminal
# satellite-installer --full-help
Usage:
satellite-installer [OPTIONS]
Options:
= Generic:
--[no-]lock-package-versions Let installer lock versions of the installed packages to prevent
unexpected breakages during system updates. The choice is remembered
and used in next installer runs. (default: nil)