The reference library
The Vault
Every prompt, CLAUDE.md, and agent config behind every ship. The stuff that scrolls away on Discord lives here forever.
PromptThe delta prompt on top of the original recipeTake the existing streak calculator (forgiveness tokens, tz-safe dates) and make habits shareable: a Team has members, each shared habit tracks per-member strea
Loopling for Teams, shared streaks for standups · @mira-devOPEN →Prompt⧉ 6Single prompt, whole toolCreate a Node CLI called promptdeck. Commands: add (opens $EDITOR, saves prompt with tags), find (fuzzy search by tag/text, arrow-key picker), copy (pipe to cli
PromptDeck, a CLI deck for your best prompts · @mira-devOPEN →Agent configAgent settings that made iteration fastpermissions: allow: - Bash(node *) - Bash(npm test*) hooks: PostToolUse: - matcher: Edit command: npm test --silent
PromptDeck, a CLI deck for your best prompts · @mira-devOPEN →Prompt⧉ 14The prompt that nailed the streak mathBuild a streak calculator where each habit has N forgiveness tokens per month. A missed day consumes a token instead of resetting the streak. Edge cases: timezo
Loopling, a habit tracker with streak forgiveness · @adam-codesOPEN →CLAUDE.md⧉ 9CLAUDE.md that kept the agent honest# Loopling - SQLite via Prisma; never suggest Postgres, this runs on a $4 VPS - All dates are YYYY-MM-DD strings in user tz, no Date objects across API boundari
Loopling, a habit tracker with streak forgiveness · @adam-codesOPEN →