aibreze 0.1.4 → 0.1.6

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/README.md CHANGED
@@ -54,6 +54,13 @@ usually pass *here*, with one-line why. The list is not exhaustive.
54
54
  `claims.md` is substance first, voice after. A clean-smelling wrong
55
55
  essay is still wrong. Do not polish a lie.
56
56
 
57
+ Cadence tells are a budget, not a ban. Flag density: signpost openers,
58
+ em-dash furniture, riddle labels (a heading you can only decode after
59
+ the body), cozy machinery (register standing in for a fact you have),
60
+ operator notes in the brochure, hand-holding the obvious, unparseable
61
+ sentences. One earned em dash is not a finding. Do not treat the mark
62
+ as an AI tell to erase.
63
+
57
64
  ## Install
58
65
 
59
66
  ```bash
@@ -64,7 +71,7 @@ pnpm add -D aibreze
64
71
 
65
72
  | File | Use |
66
73
  | --- | --- |
67
- | `rules/core.md` | Always. Register, applicability heuristic, teaching antithesis, hard bans, cadence, chat vs publish. |
74
+ | `rules/core.md` | Always. Register, applicability heuristic, teaching antithesis, hard bans, cadence budgets (density, not single uses), chat vs publish. |
68
75
  | `rules/audit.md` | Paste-in smell audit (score, flags, protect list, top 5). |
69
76
  | `rules/claims.md` | Skeptical peer review. Substance first, voice after. |
70
77
  | `rules/essays.md` | Longform: one register, author in the essay, concrete instance. Not for reference docs. |
@@ -72,6 +79,7 @@ pnpm add -D aibreze
72
79
  | `rules/outreach.md` | Email / DM / text. Relationship first, one ask. |
73
80
  | `rules/launch.md` | Shipping posts. Open on a specific moment or the artifact, not the announcement formula. |
74
81
  | `rules/cursor.mdc` | Always-on agent digest. Copy into `.cursor/rules/`. |
82
+ | `skills/aibreze/` | Host-agnostic skill. Copy into `.claude/skills/` or `.cursor/skills/`. |
75
83
 
76
84
  ## Why "aiBreze"?
77
85
 
@@ -123,6 +131,18 @@ purpose.
123
131
  `rules/audit.md` or `rules/claims.md` (both are additive; do not paste
124
132
  the prompt alone)
125
133
 
134
+ ## Skill
135
+
136
+ Host-agnostic `SKILL.md` for Claude Code and anything else that loads a
137
+ named folder. Raw file on the site:
138
+
139
+ https://aibreze.com/skills/aibreze/SKILL.md
140
+
141
+ Copy `skills/aibreze/` (or `node_modules/aibreze/skills/aibreze/`) to
142
+ `~/.claude/skills/aibreze/`, `.claude/skills/aibreze/`, or
143
+ `.cursor/skills/aibreze/`. Full law is next to it on
144
+ https://aibreze.com/rules/core.md.
145
+
126
146
  ## Overlay shape
127
147
 
128
148
  Keep it short. Point at this package, then only:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aibreze",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "private": false,
5
5
  "type": "module",
6
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.",
@@ -30,12 +30,14 @@
30
30
  "default": "./dist/index.js"
31
31
  },
32
32
  "./rules/*": "./rules/*",
33
+ "./skills/*": "./skills/*",
33
34
  "./package.json": "./package.json"
34
35
  },
35
36
  "files": [
36
37
  "dist/index.js",
37
38
  "dist/index.d.ts",
38
39
  "rules",
40
+ "skills",
39
41
  "README.md",
40
42
  "LICENSE"
41
43
  ],
@@ -0,0 +1,68 @@
1
+ ---
2
+ name: aibreze
3
+ description: >-
4
+ Editorial rules for publishable prose. Use when drafting or revising
5
+ pages, essays, emails, or ship posts, or when the user asks to spray,
6
+ audit, run aiBreze, or do a publish pass. Do not use for code, diffs,
7
+ or chat-only answers.
8
+ ---
9
+
10
+ # aiBreze
11
+
12
+ Editorial rules for prose that actually says something instead of just
13
+ sounding like it. AI-assisted or not.
14
+
15
+ This file is a digest. It is not a second source of truth. If it
16
+ conflicts with `core.md`, `core.md` wins.
17
+
18
+ ## Full law
19
+
20
+ Prefer a local `rules/core.md` (this repo, or `node_modules/aibreze/rules/core.md`).
21
+ If that file is not on disk, fetch `https://aibreze.com/rules/core.md`.
22
+
23
+ Smell audit: `rules/audit.md` or `https://aibreze.com/rules/audit.md`.
24
+ Claims: `rules/claims.md` or `https://aibreze.com/rules/claims.md`.
25
+
26
+ Do not paste an audit or claims prompt without `core.md` in context.
27
+
28
+ ## Target
29
+
30
+ Sharp, slightly tired colleague. Direct > clever. Clear > profound.
31
+ Useful > insightful-sounding. Em dashes earn their place; most don't.
32
+ Judge the sentence, not the byline. Spray the prose, not the author.
33
+ Earn the word.
34
+
35
+ ## Overlay
36
+
37
+ Keep a short project overlay. Point at this package, then only:
38
+
39
+ - Pronouns per surface
40
+ - Terms that pass the applicability heuristic *here*, with one-line why
41
+ - Protected maxims / testimony
42
+ - Genre extras that are house law
43
+
44
+ Do not fork `core.md`. Do not restate the hard bans.
45
+
46
+ ## When to open a genre file
47
+
48
+ If you are drafting or revising a specific surface, read that file too.
49
+ Local path first, then `https://aibreze.com/rules/<file>`.
50
+
51
+ - Page / marketing site: `landing.md`
52
+ - Essay / talk / long argument: `essays.md`
53
+ - Email / DM / text to someone you know: `outreach.md`
54
+ - Ship post / announcement: `launch.md`
55
+
56
+ Reference docs, changelogs, API pages, UI chrome: core only. Do not
57
+ inject a scene to satisfy essay law.
58
+
59
+ ## Publish pass
60
+
61
+ Paste `core.md` plus the overlay, then `audit.md` or `claims.md`. Both
62
+ are additive. Do not paste the prompt alone.
63
+
64
+ ## Example asks
65
+
66
+ - Spray this page.
67
+ - Run aiBreze on the README.
68
+ - Publish pass on the About copy.