skill
Prose Style (Adom House Style)
Public Made by Adomby adom
The Adom house writing style. Apply to ALL user-facing copy you write: NO em-dashes (use a comma, colon, or period), and cut the tics that make text read as AI-generated (delve, seamless, robust, leverage, 'it's not just X, it's Y', 'in today's world'). Write plainly, like a person. Read before writing any README, wiki page, release note, chat message, UI string, or docs.
<!doctype html><html><head><meta charset="utf-8"><style>
* { margin:0; padding:0; box-sizing:border-box; }
html,body { width:1200px; height:750px; }
body { background:#0a0e13; color:#e9eef5; font-family:-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
overflow:hidden; position:relative; }
.glow { position:absolute; inset:0;
background:radial-gradient(900px 500px at 84% 16%, rgba(88,166,255,.16), transparent 60%),
radial-gradient(760px 520px at 10% 94%, rgba(0,230,220,.15), transparent 60%); }
.wrap { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; padding:76px 84px; }
.kicker { font-size:19px; letter-spacing:.30em; text-transform:uppercase; font-weight:700;
background:linear-gradient(90deg,#00e6dc,#58a6ff 55%,#bc8cff); -webkit-background-clip:text; background-clip:text; color:transparent; }
h1 { font-size:92px; font-weight:800; letter-spacing:-.03em; margin:14px 0 6px; line-height:1.0; }
.sub { font-size:33px; font-weight:600; color:#aeb9c6; }
.accent { height:7px; width:230px; border-radius:6px; margin:26px 0 34px;
background:linear-gradient(90deg,#00e6dc,#58a6ff 55%,#bc8cff); }
.card { position:absolute; right:70px; bottom:74px; width:620px; background:#0f151d; border:1px solid #1e2a37;
border-radius:16px; box-shadow:0 40px 90px rgba(0,0,0,.55); overflow:hidden; }
.bar { height:38px; background:#131b25; border-bottom:1px solid #1e2a37; display:flex; align-items:center; gap:8px; padding:0 14px;
font-family:-apple-system,'Segoe UI',sans-serif; }
.bar span{margin-left:2px; font-size:14px; color:#7d8b9a; letter-spacing:.02em}
.row { padding:18px 22px; font-size:22px; line-height:1.5; border-bottom:1px solid #1a232e; }
.row:last-child{border-bottom:none}
.tag { font-size:13px; letter-spacing:.18em; text-transform:uppercase; font-weight:700; display:block; margin-bottom:6px }
.bad .tag{ color:#ff6b6b } .good .tag{ color:#00e6dc }
.bad .txt{ color:#8593a1; text-decoration:line-through; text-decoration-color:#ff6b6b88 }
.good .txt{ color:#e9eef5 }
.em{ color:#ff6b6b; font-weight:800 }
</style></head><body>
<div class="glow"></div>
<div class="wrap">
<div class="kicker">Adom Wiki · Global Skill</div>
<h1>Adom House Style</h1>
<div class="accent"></div>
<div class="sub">Write like a person,<br>not a model.</div>
</div>
<div class="card">
<div class="bar"><span>the same sentence, de-AI'd</span></div>
<div class="row bad"><span class="tag">AI-written</span><span class="txt">real data <span class="em">—</span> a seamless, robust pipeline that leverages ML.</span></div>
<div class="row good"><span class="tag">House style</span><span class="txt">real data that feeds a simple, reliable pipeline. It uses ML.</span></div>
</div>
</body></html>