aibreze 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +62 -59
- package/rules/audit.md +19 -5
- package/rules/core.md +37 -9
- package/rules/cursor.mdc +29 -17
- package/skills/aibreze/SKILL_FACTS.md +23 -2
- package/skills/aibreze/rules/audit.md +19 -5
- package/skills/aibreze/rules/core.md +37 -9
package/package.json
CHANGED
|
@@ -1,59 +1,62 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "aibreze",
|
|
3
|
+
"version": "0.1.9",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"description": "Installable writing rule set for AI agents. Sprays the performative, faux-profound register off prose. Core bans, smell audit, claims review, genre overlays.",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"author": "Catalyst Forge LLC",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"ai",
|
|
11
|
+
"writing",
|
|
12
|
+
"style-guide",
|
|
13
|
+
"prose",
|
|
14
|
+
"llm",
|
|
15
|
+
"prompts",
|
|
16
|
+
"copyediting",
|
|
17
|
+
"voice"
|
|
18
|
+
],
|
|
19
|
+
"homepage": "https://aibreze.com",
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/Catalyst-Forge-LLC/aibreze.git"
|
|
23
|
+
},
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/Catalyst-Forge-LLC/aibreze/issues"
|
|
26
|
+
},
|
|
27
|
+
"exports": {
|
|
28
|
+
".": {
|
|
29
|
+
"types": "./dist/index.d.ts",
|
|
30
|
+
"default": "./dist/index.js"
|
|
31
|
+
},
|
|
32
|
+
"./rules/*": "./rules/*",
|
|
33
|
+
"./skills/*": "./skills/*",
|
|
34
|
+
"./package.json": "./package.json"
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"dist/index.js",
|
|
38
|
+
"dist/index.d.ts",
|
|
39
|
+
"rules",
|
|
40
|
+
"skills",
|
|
41
|
+
"README.md",
|
|
42
|
+
"LICENSE"
|
|
43
|
+
],
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsc",
|
|
46
|
+
"test": "tsc && node --test dist/index.test.js dist/publish-gate.test.js",
|
|
47
|
+
"prepare": "tsc",
|
|
48
|
+
"prepublishOnly": "tsc && node dist/publish-gate.js && pnpm test",
|
|
49
|
+
"ship": "pnpm --dir site run ship",
|
|
50
|
+
"site:dev": "pnpm --dir site dev",
|
|
51
|
+
"site:build": "pnpm --dir site run build",
|
|
52
|
+
"site:deploy": "pnpm --dir site run ship"
|
|
53
|
+
},
|
|
54
|
+
"engines": {
|
|
55
|
+
"node": ">=20"
|
|
56
|
+
},
|
|
57
|
+
"packageManager": "pnpm@10.30.1",
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@types/node": "^24.3.0",
|
|
60
|
+
"typescript": "^5.9.2"
|
|
61
|
+
}
|
|
62
|
+
}
|
package/rules/audit.md
CHANGED
|
@@ -51,13 +51,16 @@ pass that skips the house bans.
|
|
|
51
51
|
### From core.md (do not re-list)
|
|
52
52
|
|
|
53
53
|
Hunt every hard ban and cadence tell in `core.md`: escalation formula,
|
|
54
|
-
honest framing
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
honest framing (including Look / Let's be clear / Here's the thing),
|
|
55
|
+
validation+profundity, mechanism inflation, narrative
|
|
56
|
+
theater, genuinely-stacks, dramatic apology, suspense, cataphoric
|
|
57
|
+
teasers, setup sentences, em-dash furniture, triad packing including
|
|
58
|
+
prefix-repetition and Not X. Not Y. But Z., empty marketing
|
|
57
59
|
vocab, helper theater, signpost openers, mic-drop closers, intensifier
|
|
58
60
|
filler, parallel-zinger density, bold-lead lists, riddle labels, cozy
|
|
59
61
|
machinery, operator notes in the brochure, hand-holding the obvious,
|
|
60
|
-
unparseable sentences
|
|
62
|
+
unparseable sentences, participial afterthoughts, topic-sentence
|
|
63
|
+
pinning. Apply the
|
|
61
64
|
corpus-applicability heuristic before rewriting overlay terms. Teaching
|
|
62
65
|
antithesis is allowed only when categories differ, never as
|
|
63
66
|
synonym-escalation. One concrete landing chant is a named exception,
|
|
@@ -81,6 +84,9 @@ not a free pass for every triad.
|
|
|
81
84
|
you?" / "The result?" / "The best part?"
|
|
82
85
|
- **The hedge-flourish.** Winking qualifiers like "(yet)" or "at least
|
|
83
86
|
for now" that perform humility instead of having it.
|
|
87
|
+
- **False concessions.** "To be fair…", "It's not all bad…", "That said,
|
|
88
|
+
there is another side." A real limit stays. A performed even-hand
|
|
89
|
+
before the pitch does not.
|
|
84
90
|
- **False momentum closers.** "The future is here." / "And this is just
|
|
85
91
|
the beginning." / "The only question is whether you'll be ready."
|
|
86
92
|
- **Setup-payoff formula on every heading.** Colon constructions: "The
|
|
@@ -100,9 +106,11 @@ product names, and words that would get less precise if swapped for
|
|
|
100
106
|
|
|
101
107
|
- delve, dive deep, deep dive, unpack, explore (as a section-verb with
|
|
102
108
|
no object worth exploring)
|
|
109
|
+
- intricate, realm, tapestry (as atmosphere with no object)
|
|
103
110
|
- unlock, unleash, harness, empower, supercharge, turbocharge
|
|
104
111
|
- leverage (as empty marketing verb: "leverage your workflow"), utilize
|
|
105
|
-
(instead of use)
|
|
112
|
+
(instead of use), underscore (as pomp: "this underscores the need").
|
|
113
|
+
Domain projects may carve out doctrinal "leverage"
|
|
106
114
|
(force / fulcrum sense) in an overlay.
|
|
107
115
|
- seamless, seamlessly, effortless, frictionless, streamline
|
|
108
116
|
- game-changer, game-changing, revolutionary, cutting-edge, next-level
|
|
@@ -133,6 +141,12 @@ product names, and words that would get less precise if swapped for
|
|
|
133
141
|
- **Uniform paragraph lengths.** Every paragraph 2-3 sentences, every
|
|
134
142
|
sentence medium-length. Human writing has variance: a one-word
|
|
135
143
|
sentence, then a long one.
|
|
144
|
+
- **Bro-etry / short-line stanzas.** Prose broken into one clause per
|
|
145
|
+
line, with blank lines as drama, when the piece is not a poem. Flag
|
|
146
|
+
the formatting, then the sentences.
|
|
147
|
+
- **Do not flag Oxford commas** or other house punctuation as AI tells.
|
|
148
|
+
A serial comma is a style choice. Em dashes are a density budget in
|
|
149
|
+
`core.md`, not a mark to erase.
|
|
136
150
|
- **Perfectly balanced sections.** Every section the same length, every
|
|
137
151
|
card grid filled to an even number, every argument given exactly equal
|
|
138
152
|
weight.
|
package/rules/core.md
CHANGED
|
@@ -23,7 +23,8 @@ Protected maxims (do not rewrite into a cleverer synonym):
|
|
|
23
23
|
|
|
24
24
|
**Also in this package:** `audit.md` (smell), `claims.md` (substance then
|
|
25
25
|
voice), `essays.md`, `landing.md`, `outreach.md`, `launch.md`,
|
|
26
|
-
`civic.md`, `academic.md
|
|
26
|
+
`civic.md`, `academic.md`. The pocket card `cursor.mdc` ships in `rules/`
|
|
27
|
+
on npm and on this host. It is not in the skill ZIP.
|
|
27
28
|
|
|
28
29
|
The name is a household joke. People who live with a smell stop noticing
|
|
29
30
|
it. Generated prose does the same trick: the tics fade into the furniture
|
|
@@ -126,6 +127,7 @@ Ban openers like:
|
|
|
126
127
|
- "Here is the honest take…"
|
|
127
128
|
- "I want to be honest with you…"
|
|
128
129
|
- "Let me be direct with you…"
|
|
130
|
+
- "Look," / "Let's be clear," / "Let's be honest," / "Here's the thing"
|
|
129
131
|
|
|
130
132
|
Just say the thing. (Saying "the right word is obligation" is fine;
|
|
131
133
|
announcing honesty is not.)
|
|
@@ -163,16 +165,29 @@ A single plain use can stay. Flag stacks and repetition.
|
|
|
163
165
|
Avoid: "and that's on me," "that mistake was genuinely mine,"
|
|
164
166
|
laugh-crying theater. Brief correction is enough.
|
|
165
167
|
|
|
166
|
-
### 8. Suspense /
|
|
168
|
+
### 8. Suspense / cataphoric teasers
|
|
167
169
|
|
|
168
|
-
Do not withhold the answer while building drama.
|
|
170
|
+
Do not withhold the answer while building drama. Do not promise a
|
|
171
|
+
later payoff instead of saying the thing.
|
|
172
|
+
|
|
173
|
+
Ban forward-pointing setups: "Here's the part that nobody tells you…",
|
|
174
|
+
"Here's what most people get wrong…", "Here's where it gets interesting.",
|
|
175
|
+
"Here's the best part:", "The part most people sleep on…". Claude-flavored
|
|
176
|
+
cousins: "a caveat worth leading with", "one thing I'll name rather than
|
|
177
|
+
route around:", "worth knowing too:", "now the skepticism part."
|
|
178
|
+
Clickbait cousins: "You won't believe what happened next."
|
|
179
|
+
|
|
180
|
+
Answer first. The name is descriptive (a teaser that points forward).
|
|
181
|
+
The tell is the promise, not the grammar.
|
|
169
182
|
|
|
170
183
|
### Also still banned
|
|
171
184
|
|
|
172
185
|
- Alliterative triads and stacked-negation chants, except protected
|
|
173
186
|
maxims the overlay names, or **one concrete chant a genre file
|
|
174
187
|
explicitly allows** (landing). **Prefix-repetition triads count**
|
|
175
|
-
("unfindable, unindexed, unreadable")
|
|
188
|
+
("unfindable, unindexed, unreadable"). So does **Not X. Not Y. But
|
|
189
|
+
Z.** ("Not for fame. Not for glory. You posted this just because…"):
|
|
190
|
+
same chant, different clothes.
|
|
176
191
|
- Universality claims ("this applies to every domain") without evidence.
|
|
177
192
|
That is a claims problem; do not only cologne it.
|
|
178
193
|
- Setup sentences whose only job is to announce the next sentence
|
|
@@ -195,9 +210,9 @@ not single instances.
|
|
|
195
210
|
- **Mic-drop closers.** Short zinger fragments ending a section ("That
|
|
196
211
|
was the job."). Effective in small doses; not every section may end
|
|
197
212
|
on one.
|
|
198
|
-
- **Intensifier repetition.** "actually," "whole," "real," "very"
|
|
199
|
-
recurring as filler. Keep only where the word marks
|
|
200
|
-
cut the padding uses.
|
|
213
|
+
- **Intensifier repetition.** "actually," "whole," "real," "very,"
|
|
214
|
+
"really," "truly" recurring as filler. Keep only where the word marks
|
|
215
|
+
a true contrast; cut the padding uses.
|
|
201
216
|
- **Em-dash furniture.** Clause-then-punchline, a dash in every heading,
|
|
202
217
|
or stacks. One earned dash is not a finding. Density plus other tells
|
|
203
218
|
is. Do not treat the mark as an AI tell to erase.
|
|
@@ -234,6 +249,13 @@ not single instances.
|
|
|
234
249
|
repeat: "This is meant to live on a desktop you already leave on."
|
|
235
250
|
Related to riddle labels, but at sentence level. Rewrite until a smart
|
|
236
251
|
friend can say it back.
|
|
252
|
+
- **Participial afterthoughts.** A present participle bolted on after
|
|
253
|
+
a comma for atmosphere: "…, looking out the window", "…, underscoring
|
|
254
|
+
the need." One earned modifier is fine. A piece that keeps attaching
|
|
255
|
+
a -ing clause to land the emotion is a template.
|
|
256
|
+
- **Topic-sentence pinning.** Every paragraph opens with a neat label
|
|
257
|
+
of what it will say, then says it. One clear lead is not a finding.
|
|
258
|
+
A whole page of outline-then-body paragraphs is.
|
|
237
259
|
|
|
238
260
|
---
|
|
239
261
|
|
|
@@ -242,13 +264,14 @@ not single instances.
|
|
|
242
264
|
| Mode | Extra watch |
|
|
243
265
|
| --- | --- |
|
|
244
266
|
| **Agent chat** | Honest framing, validation theater, suspense, dramatic apology, genuinely-stack, helper theater |
|
|
245
|
-
| **Drafts / posts / pages** | Escalation formula, insight-labeling without evidence, setup sentences, riddle labels, cozy machinery, operator notes in the brochure, hand-holding, unparseable sentences, em-dash furniture, triad packing |
|
|
267
|
+
| **Drafts / posts / pages** | Escalation formula, insight-labeling without evidence, setup sentences, cataphoric teasers, riddle labels, cozy machinery, operator notes in the brochure, hand-holding, unparseable sentences, em-dash furniture, triad packing, participial afterthoughts |
|
|
246
268
|
|
|
247
269
|
The table is extra watch, not a partition. Chat theater infects drafts.
|
|
248
270
|
Publish tells show up in chat.
|
|
249
271
|
|
|
250
272
|
Helper theater (any model): "Great question!", "I'd be happy to", empty
|
|
251
|
-
"Absolutely!", "It's important to note."
|
|
273
|
+
"Absolutely!", "It's important to note." Performed enthusiasm
|
|
274
|
+
("This is huge!", "Love this.") is the same family. Just do the work.
|
|
252
275
|
|
|
253
276
|
Socratic beats and real questions aimed at a reader are method, not
|
|
254
277
|
"transition question" smell. "So what does this mean for you?" as a
|
|
@@ -281,6 +304,11 @@ the loop is theater.")
|
|
|
281
304
|
Bad: "The idea worth keeping:"
|
|
282
305
|
Good: Just state the idea.
|
|
283
306
|
|
|
307
|
+
**Cataphoric teaser**
|
|
308
|
+
Bad: "Here's the part that nobody tells you: the archive was too
|
|
309
|
+
scattered to hand off."
|
|
310
|
+
Good: "The archive was too scattered to hand off."
|
|
311
|
+
|
|
284
312
|
**Em dash furniture**
|
|
285
313
|
Bad: "Brain — the model plus the loop."
|
|
286
314
|
Good: "Brain: the model plus the loop."
|
package/rules/cursor.mdc
CHANGED
|
@@ -5,10 +5,13 @@ alwaysApply: true
|
|
|
5
5
|
|
|
6
6
|
# aiBreze
|
|
7
7
|
|
|
8
|
-
Full rules:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
Full rules: `node_modules/aibreze/rules/core.md`. Smell audit and
|
|
9
|
+
claims: `audit.md` and `claims.md` in that folder. Last resort:
|
|
10
|
+
https://aibreze.com/rules/core.md (same host for the rest).
|
|
11
|
+
|
|
12
|
+
Copy this file to `.cursor/rules/aibreze.mdc`. Open the markdown from
|
|
13
|
+
`node_modules/aibreze/rules/`, not from `.cursor/rules/`. Overlay goes
|
|
14
|
+
next to this copy.
|
|
12
15
|
|
|
13
16
|
This file is a digest so the agent has the bans without opening core. It
|
|
14
17
|
is not a second source of truth. If they conflict, `core.md` wins. Do
|
|
@@ -20,13 +23,13 @@ Sharp, slightly tired colleague. Default register, not the only one.
|
|
|
20
23
|
Direct > clever. Clear > profound. Useful > insightful-sounding. Em
|
|
21
24
|
dashes earn their place; most don't. Judge the sentence, not the
|
|
22
25
|
byline. Spray the prose, not the author. Earn the word. Filings:
|
|
23
|
-
|
|
26
|
+
`civic.md`. Papers: `academic.md`.
|
|
24
27
|
|
|
25
28
|
## Hard bans
|
|
26
29
|
|
|
27
30
|
- Escalation: never "It's not just X, it's Y" (esp. synonym Y).
|
|
28
|
-
- Honest-framing openers ("The honest evaluation…", "Let me be direct…"
|
|
29
|
-
Just say it.
|
|
31
|
+
- Honest-framing openers ("The honest evaluation…", "Let me be direct…",
|
|
32
|
+
"Look,", "Let's be clear,", "Here's the thing"). Just say it.
|
|
30
33
|
- Validation + profundity theater ("your instinct is right, and that's
|
|
31
34
|
the key insight").
|
|
32
35
|
- Mechanism / root-cause inflation ("the precise mechanism," "downstream
|
|
@@ -35,13 +38,16 @@ byline. Spray the prose, not the author. Earn the word. Filings:
|
|
|
35
38
|
narrative").
|
|
36
39
|
- "Genuinely X, and that matters" stacks; a single plain "genuinely" can
|
|
37
40
|
stay.
|
|
38
|
-
- Dramatic apology theater; suspense before the answer
|
|
41
|
+
- Dramatic apology theater; suspense before the answer; cataphoric
|
|
42
|
+
teasers ("Here's the part nobody tells you…", "Here's where it gets
|
|
43
|
+
interesting.").
|
|
39
44
|
- Helper theater: "Great question!", "I'd be happy to", empty
|
|
40
45
|
"Absolutely!", "It's important to note."
|
|
41
46
|
- Setup sentences that only announce the next sentence.
|
|
42
47
|
- Alliterative triads / stacked negations (except protected maxims, or
|
|
43
48
|
one concrete chant a genre file allows); prefix-repetition triads
|
|
44
|
-
count ("unfindable, unindexed, unreadable").
|
|
49
|
+
count ("unfindable, unindexed, unreadable"); so does Not X. Not Y.
|
|
50
|
+
But Z.
|
|
45
51
|
- Empty marketing vocab (delve, unlock, unleash, seamless,
|
|
46
52
|
journey-as-hype, etc.).
|
|
47
53
|
|
|
@@ -50,8 +56,8 @@ byline. Spray the prose, not the author. Earn the word. Filings:
|
|
|
50
56
|
- Signpost openers ("Here's…", "Let me…", "So…") repeated section after
|
|
51
57
|
section. Talks earn more than blog posts.
|
|
52
58
|
- Mic-drop closer fragments ending every section.
|
|
53
|
-
- Intensifier filler: "actually / whole / real / very
|
|
54
|
-
is marked.
|
|
59
|
+
- Intensifier filler: "actually / whole / real / very / really / truly"
|
|
60
|
+
where no contrast is marked.
|
|
55
61
|
- Em-dash furniture: stacks and unearned drama. One earned dash is not a
|
|
56
62
|
finding.
|
|
57
63
|
- Parallel-zinger (chiasmus) density; trim assistant-added ones first.
|
|
@@ -69,6 +75,9 @@ byline. Spray the prose, not the author. Earn the word. Filings:
|
|
|
69
75
|
already copied the example.
|
|
70
76
|
- Unparseable sentence: a finished-sounding line the reader cannot
|
|
71
77
|
repeat ("a desktop you already leave on").
|
|
78
|
+
- Participial afterthoughts: "…, looking out the window" bolted on for
|
|
79
|
+
atmosphere. Density, not one modifier.
|
|
80
|
+
- Topic-sentence pinning: every paragraph labels itself, then says it.
|
|
72
81
|
|
|
73
82
|
## Corpus-applicability carve-out (standing rule)
|
|
74
83
|
|
|
@@ -90,12 +99,15 @@ If you are drafting or revising a specific surface, read that file too.
|
|
|
90
99
|
Do not invent anecdote, pain lists, or ship-post structure from this
|
|
91
100
|
digest.
|
|
92
101
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
102
|
+
Open these from `node_modules/aibreze/rules/` (or the same names on
|
|
103
|
+
https://aibreze.com/rules/):
|
|
104
|
+
|
|
105
|
+
- Page / marketing site: `landing.md`
|
|
106
|
+
- Essay / talk / long argument: `essays.md`
|
|
107
|
+
- Email / DM / text to someone you know: `outreach.md`
|
|
108
|
+
- Ship post / announcement: `launch.md`
|
|
109
|
+
- Filing / testimony / legal-adjacent: `civic.md`
|
|
110
|
+
- Paper / methods / lit review: `academic.md`
|
|
99
111
|
|
|
100
112
|
Reference docs, changelogs, API pages, UI chrome: core only. Do not
|
|
101
113
|
inject a scene to satisfy essay law.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
skill_facts_version: "0.1.0"
|
|
3
3
|
name: aibreze
|
|
4
4
|
developer: Catalyst Forge
|
|
5
|
-
version: "0.1.
|
|
5
|
+
version: "0.1.9"
|
|
6
6
|
status: active
|
|
7
7
|
license: MIT
|
|
8
8
|
kind: cursor-skill
|
|
@@ -19,12 +19,26 @@ instructions_reach:
|
|
|
19
19
|
tools_referenced:
|
|
20
20
|
[]
|
|
21
21
|
bundled_artifacts:
|
|
22
|
+
- path: SKILL.md
|
|
23
|
+
kind: other
|
|
22
24
|
- path: rules/core.md
|
|
23
25
|
kind: other
|
|
24
26
|
- path: rules/audit.md
|
|
25
27
|
kind: other
|
|
26
28
|
- path: rules/claims.md
|
|
27
29
|
kind: other
|
|
30
|
+
- path: rules/essays.md
|
|
31
|
+
kind: other
|
|
32
|
+
- path: rules/landing.md
|
|
33
|
+
kind: other
|
|
34
|
+
- path: rules/outreach.md
|
|
35
|
+
kind: other
|
|
36
|
+
- path: rules/launch.md
|
|
37
|
+
kind: other
|
|
38
|
+
- path: rules/civic.md
|
|
39
|
+
kind: other
|
|
40
|
+
- path: rules/academic.md
|
|
41
|
+
kind: other
|
|
28
42
|
egress:
|
|
29
43
|
telemetry: none
|
|
30
44
|
destinations: []
|
|
@@ -41,7 +55,7 @@ credits:
|
|
|
41
55
|
| | |
|
|
42
56
|
|---|---|
|
|
43
57
|
| **Developer** | Catalyst Forge |
|
|
44
|
-
| **Version** | 0.1.
|
|
58
|
+
| **Version** | 0.1.9 |
|
|
45
59
|
| **Status** | active |
|
|
46
60
|
| **License** | MIT |
|
|
47
61
|
| **Kind** | cursor-skill |
|
|
@@ -75,9 +89,16 @@ Editorial rules for publishable prose; spray, audit, and publish-pass workflows
|
|
|
75
89
|
|
|
76
90
|
| Path | Kind |
|
|
77
91
|
|---|---|
|
|
92
|
+
| SKILL.md | other |
|
|
78
93
|
| rules/core.md | other |
|
|
79
94
|
| rules/audit.md | other |
|
|
80
95
|
| rules/claims.md | other |
|
|
96
|
+
| rules/essays.md | other |
|
|
97
|
+
| rules/landing.md | other |
|
|
98
|
+
| rules/outreach.md | other |
|
|
99
|
+
| rules/launch.md | other |
|
|
100
|
+
| rules/civic.md | other |
|
|
101
|
+
| rules/academic.md | other |
|
|
81
102
|
|
|
82
103
|
## Egress
|
|
83
104
|
|
|
@@ -51,13 +51,16 @@ pass that skips the house bans.
|
|
|
51
51
|
### From core.md (do not re-list)
|
|
52
52
|
|
|
53
53
|
Hunt every hard ban and cadence tell in `core.md`: escalation formula,
|
|
54
|
-
honest framing
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
honest framing (including Look / Let's be clear / Here's the thing),
|
|
55
|
+
validation+profundity, mechanism inflation, narrative
|
|
56
|
+
theater, genuinely-stacks, dramatic apology, suspense, cataphoric
|
|
57
|
+
teasers, setup sentences, em-dash furniture, triad packing including
|
|
58
|
+
prefix-repetition and Not X. Not Y. But Z., empty marketing
|
|
57
59
|
vocab, helper theater, signpost openers, mic-drop closers, intensifier
|
|
58
60
|
filler, parallel-zinger density, bold-lead lists, riddle labels, cozy
|
|
59
61
|
machinery, operator notes in the brochure, hand-holding the obvious,
|
|
60
|
-
unparseable sentences
|
|
62
|
+
unparseable sentences, participial afterthoughts, topic-sentence
|
|
63
|
+
pinning. Apply the
|
|
61
64
|
corpus-applicability heuristic before rewriting overlay terms. Teaching
|
|
62
65
|
antithesis is allowed only when categories differ, never as
|
|
63
66
|
synonym-escalation. One concrete landing chant is a named exception,
|
|
@@ -81,6 +84,9 @@ not a free pass for every triad.
|
|
|
81
84
|
you?" / "The result?" / "The best part?"
|
|
82
85
|
- **The hedge-flourish.** Winking qualifiers like "(yet)" or "at least
|
|
83
86
|
for now" that perform humility instead of having it.
|
|
87
|
+
- **False concessions.** "To be fair…", "It's not all bad…", "That said,
|
|
88
|
+
there is another side." A real limit stays. A performed even-hand
|
|
89
|
+
before the pitch does not.
|
|
84
90
|
- **False momentum closers.** "The future is here." / "And this is just
|
|
85
91
|
the beginning." / "The only question is whether you'll be ready."
|
|
86
92
|
- **Setup-payoff formula on every heading.** Colon constructions: "The
|
|
@@ -100,9 +106,11 @@ product names, and words that would get less precise if swapped for
|
|
|
100
106
|
|
|
101
107
|
- delve, dive deep, deep dive, unpack, explore (as a section-verb with
|
|
102
108
|
no object worth exploring)
|
|
109
|
+
- intricate, realm, tapestry (as atmosphere with no object)
|
|
103
110
|
- unlock, unleash, harness, empower, supercharge, turbocharge
|
|
104
111
|
- leverage (as empty marketing verb: "leverage your workflow"), utilize
|
|
105
|
-
(instead of use)
|
|
112
|
+
(instead of use), underscore (as pomp: "this underscores the need").
|
|
113
|
+
Domain projects may carve out doctrinal "leverage"
|
|
106
114
|
(force / fulcrum sense) in an overlay.
|
|
107
115
|
- seamless, seamlessly, effortless, frictionless, streamline
|
|
108
116
|
- game-changer, game-changing, revolutionary, cutting-edge, next-level
|
|
@@ -133,6 +141,12 @@ product names, and words that would get less precise if swapped for
|
|
|
133
141
|
- **Uniform paragraph lengths.** Every paragraph 2-3 sentences, every
|
|
134
142
|
sentence medium-length. Human writing has variance: a one-word
|
|
135
143
|
sentence, then a long one.
|
|
144
|
+
- **Bro-etry / short-line stanzas.** Prose broken into one clause per
|
|
145
|
+
line, with blank lines as drama, when the piece is not a poem. Flag
|
|
146
|
+
the formatting, then the sentences.
|
|
147
|
+
- **Do not flag Oxford commas** or other house punctuation as AI tells.
|
|
148
|
+
A serial comma is a style choice. Em dashes are a density budget in
|
|
149
|
+
`core.md`, not a mark to erase.
|
|
136
150
|
- **Perfectly balanced sections.** Every section the same length, every
|
|
137
151
|
card grid filled to an even number, every argument given exactly equal
|
|
138
152
|
weight.
|
|
@@ -23,7 +23,8 @@ Protected maxims (do not rewrite into a cleverer synonym):
|
|
|
23
23
|
|
|
24
24
|
**Also in this package:** `audit.md` (smell), `claims.md` (substance then
|
|
25
25
|
voice), `essays.md`, `landing.md`, `outreach.md`, `launch.md`,
|
|
26
|
-
`civic.md`, `academic.md
|
|
26
|
+
`civic.md`, `academic.md`. The pocket card `cursor.mdc` ships in `rules/`
|
|
27
|
+
on npm and on this host. It is not in the skill ZIP.
|
|
27
28
|
|
|
28
29
|
The name is a household joke. People who live with a smell stop noticing
|
|
29
30
|
it. Generated prose does the same trick: the tics fade into the furniture
|
|
@@ -126,6 +127,7 @@ Ban openers like:
|
|
|
126
127
|
- "Here is the honest take…"
|
|
127
128
|
- "I want to be honest with you…"
|
|
128
129
|
- "Let me be direct with you…"
|
|
130
|
+
- "Look," / "Let's be clear," / "Let's be honest," / "Here's the thing"
|
|
129
131
|
|
|
130
132
|
Just say the thing. (Saying "the right word is obligation" is fine;
|
|
131
133
|
announcing honesty is not.)
|
|
@@ -163,16 +165,29 @@ A single plain use can stay. Flag stacks and repetition.
|
|
|
163
165
|
Avoid: "and that's on me," "that mistake was genuinely mine,"
|
|
164
166
|
laugh-crying theater. Brief correction is enough.
|
|
165
167
|
|
|
166
|
-
### 8. Suspense /
|
|
168
|
+
### 8. Suspense / cataphoric teasers
|
|
167
169
|
|
|
168
|
-
Do not withhold the answer while building drama.
|
|
170
|
+
Do not withhold the answer while building drama. Do not promise a
|
|
171
|
+
later payoff instead of saying the thing.
|
|
172
|
+
|
|
173
|
+
Ban forward-pointing setups: "Here's the part that nobody tells you…",
|
|
174
|
+
"Here's what most people get wrong…", "Here's where it gets interesting.",
|
|
175
|
+
"Here's the best part:", "The part most people sleep on…". Claude-flavored
|
|
176
|
+
cousins: "a caveat worth leading with", "one thing I'll name rather than
|
|
177
|
+
route around:", "worth knowing too:", "now the skepticism part."
|
|
178
|
+
Clickbait cousins: "You won't believe what happened next."
|
|
179
|
+
|
|
180
|
+
Answer first. The name is descriptive (a teaser that points forward).
|
|
181
|
+
The tell is the promise, not the grammar.
|
|
169
182
|
|
|
170
183
|
### Also still banned
|
|
171
184
|
|
|
172
185
|
- Alliterative triads and stacked-negation chants, except protected
|
|
173
186
|
maxims the overlay names, or **one concrete chant a genre file
|
|
174
187
|
explicitly allows** (landing). **Prefix-repetition triads count**
|
|
175
|
-
("unfindable, unindexed, unreadable")
|
|
188
|
+
("unfindable, unindexed, unreadable"). So does **Not X. Not Y. But
|
|
189
|
+
Z.** ("Not for fame. Not for glory. You posted this just because…"):
|
|
190
|
+
same chant, different clothes.
|
|
176
191
|
- Universality claims ("this applies to every domain") without evidence.
|
|
177
192
|
That is a claims problem; do not only cologne it.
|
|
178
193
|
- Setup sentences whose only job is to announce the next sentence
|
|
@@ -195,9 +210,9 @@ not single instances.
|
|
|
195
210
|
- **Mic-drop closers.** Short zinger fragments ending a section ("That
|
|
196
211
|
was the job."). Effective in small doses; not every section may end
|
|
197
212
|
on one.
|
|
198
|
-
- **Intensifier repetition.** "actually," "whole," "real," "very"
|
|
199
|
-
recurring as filler. Keep only where the word marks
|
|
200
|
-
cut the padding uses.
|
|
213
|
+
- **Intensifier repetition.** "actually," "whole," "real," "very,"
|
|
214
|
+
"really," "truly" recurring as filler. Keep only where the word marks
|
|
215
|
+
a true contrast; cut the padding uses.
|
|
201
216
|
- **Em-dash furniture.** Clause-then-punchline, a dash in every heading,
|
|
202
217
|
or stacks. One earned dash is not a finding. Density plus other tells
|
|
203
218
|
is. Do not treat the mark as an AI tell to erase.
|
|
@@ -234,6 +249,13 @@ not single instances.
|
|
|
234
249
|
repeat: "This is meant to live on a desktop you already leave on."
|
|
235
250
|
Related to riddle labels, but at sentence level. Rewrite until a smart
|
|
236
251
|
friend can say it back.
|
|
252
|
+
- **Participial afterthoughts.** A present participle bolted on after
|
|
253
|
+
a comma for atmosphere: "…, looking out the window", "…, underscoring
|
|
254
|
+
the need." One earned modifier is fine. A piece that keeps attaching
|
|
255
|
+
a -ing clause to land the emotion is a template.
|
|
256
|
+
- **Topic-sentence pinning.** Every paragraph opens with a neat label
|
|
257
|
+
of what it will say, then says it. One clear lead is not a finding.
|
|
258
|
+
A whole page of outline-then-body paragraphs is.
|
|
237
259
|
|
|
238
260
|
---
|
|
239
261
|
|
|
@@ -242,13 +264,14 @@ not single instances.
|
|
|
242
264
|
| Mode | Extra watch |
|
|
243
265
|
| --- | --- |
|
|
244
266
|
| **Agent chat** | Honest framing, validation theater, suspense, dramatic apology, genuinely-stack, helper theater |
|
|
245
|
-
| **Drafts / posts / pages** | Escalation formula, insight-labeling without evidence, setup sentences, riddle labels, cozy machinery, operator notes in the brochure, hand-holding, unparseable sentences, em-dash furniture, triad packing |
|
|
267
|
+
| **Drafts / posts / pages** | Escalation formula, insight-labeling without evidence, setup sentences, cataphoric teasers, riddle labels, cozy machinery, operator notes in the brochure, hand-holding, unparseable sentences, em-dash furniture, triad packing, participial afterthoughts |
|
|
246
268
|
|
|
247
269
|
The table is extra watch, not a partition. Chat theater infects drafts.
|
|
248
270
|
Publish tells show up in chat.
|
|
249
271
|
|
|
250
272
|
Helper theater (any model): "Great question!", "I'd be happy to", empty
|
|
251
|
-
"Absolutely!", "It's important to note."
|
|
273
|
+
"Absolutely!", "It's important to note." Performed enthusiasm
|
|
274
|
+
("This is huge!", "Love this.") is the same family. Just do the work.
|
|
252
275
|
|
|
253
276
|
Socratic beats and real questions aimed at a reader are method, not
|
|
254
277
|
"transition question" smell. "So what does this mean for you?" as a
|
|
@@ -281,6 +304,11 @@ the loop is theater.")
|
|
|
281
304
|
Bad: "The idea worth keeping:"
|
|
282
305
|
Good: Just state the idea.
|
|
283
306
|
|
|
307
|
+
**Cataphoric teaser**
|
|
308
|
+
Bad: "Here's the part that nobody tells you: the archive was too
|
|
309
|
+
scattered to hand off."
|
|
310
|
+
Good: "The archive was too scattered to hand off."
|
|
311
|
+
|
|
284
312
|
**Em dash furniture**
|
|
285
313
|
Bad: "Brain — the model plus the loop."
|
|
286
314
|
Good: "Brain: the model plus the loop."
|