aibreze 0.1.5 → 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
@@ -79,6 +79,7 @@ pnpm add -D aibreze
79
79
  | `rules/outreach.md` | Email / DM / text. Relationship first, one ask. |
80
80
  | `rules/launch.md` | Shipping posts. Open on a specific moment or the artifact, not the announcement formula. |
81
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/`. |
82
83
 
83
84
  ## Why "aiBreze"?
84
85
 
@@ -130,6 +131,18 @@ purpose.
130
131
  `rules/audit.md` or `rules/claims.md` (both are additive; do not paste
131
132
  the prompt alone)
132
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
+
133
146
  ## Overlay shape
134
147
 
135
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.5",
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.