home/roleplay/long-en

Long en

GPTClaudeGemini··570 copies·updated 2026-07-14
long-en.prompt
# long_en.txt — 3 long-context prompts (T3)
# Each prompt is paired with the long_handbook.txt prefix at runtime.
# Format: each prompt is a single block, separated by lines containing only "---PROMPT---"
---PROMPT---
[capsule micro review]
anchors: "X-Forwarded-For" | "Redis"
diff: + const key=`rl:${req.headers['x-forwarded-for']||req.ip}`;
        await redis.incr(key);
ctx: public_api_gateway rate limiter
deliver: risk mitigation verify
---PROMPT---
A junior dev wants to add a new endpoint `POST /v1/orgs/:org_id/transfer` that moves funds between accounts within an org. They drafted this Express handler:

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{req.headers['x-forwarded-for']||req.ip}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo tommy29tmar/hewn (MIT). A "Long en" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

tommy29tmar/hewn · MIT