curl https://loooom.xyz/me/mager/raw Stop re-introducing yourself every session. Your ME.md is a portable context file โ plain markdown, always public, machine-readable by any AI.
Free. No signup to browse. Raw markdown always CORS-open.
Everything on Loooom is machine-readable by design. No scraping required. No API key. Just fetch.
CORS-open. No auth. Works from any LLM, any HTTP client, any language.
Full index with rawUrl per profile. Use it to build agent directories, context prefetchers, or human indexes.
The authoritative briefing for any AI working with Loooom. Schema, endpoints, examples, integration patterns.
/me/{username}/raw Markdown None Inject human context into AI sessions/api/directory JSON None Enumerate all public ME.md profiles/AGENTS.md Markdown None Full protocol briefing for AI agents/llms.txt Text None LLM indexing (llms.txt standard)/me-md-schema.json JSON Schema None Validate ME.md frontmatterHow it works
Seven canonical sections. Plain markdown. Start with your values, stack, and a hard list of what you hate. Takes 10 minutes.
Your context lives at loooom.xyz/me/you. Raw markdown at /me/you/raw. CORS-open so any AI can fetch it directly.
One injection prompt in your system prompt. Every AI session starts already knowing you. No more re-introducing yourself to Claude, GPT, Gemini.
The format
YAML frontmatter carries your identity: handle, timezone, agent fleet. Markdown sections carry your soul: values, preferences, anti-patterns.
Any AI can read it. Any human can edit it. One file to rule every context window.
---
version: "1.0"
handle: "@you"
timezone: "America/Chicago"
agents:
- id: mybot
role: "Principal Engineer"
emoji: "โก"
tags: [coding, music, coffee]
---
# ๐ซ The Soul
Ship fast. Refactor ruthlessly.
First principles over best practices.
# ๐ซ Anti-Patterns
- Never pad a response
- Never explain what I can see
- Never ask โ just do it
# ๐ Context
Building: my-app-v2Also on Loooom
Claude Code skills โ plain markdown files that teach Claude new capabilities. Browse 7+ originals, install with one command.