Install
Wire a project. Node.js 20+. The package is aibreze on npm.
pnpm add -D aibreze
No package? Install the skill as a folder.
Short version on the site: Install.
Agent setup
- Copy
node_modules/aibreze/rules/cursor.mdcto.cursor/rules/aibreze.mdc - Point "Full rules" at
node_modules/aibreze/rules/core.md - Keep a project overlay
- When drafting a page, essay, note, or ship post, open that genre file
- For a publish pass: paste
rules/core.mdplus the overlay, thenrules/audit.mdorrules/claims.md. Do not paste the prompt alone.
The pocket card stays in every Cursor chat. The skill loads when you draft publishable prose, or when you name it.
Files
| File | Use |
|---|---|
rules/core.md |
Always. Register, heuristic, hard bans, cadence budgets, chat vs publish. |
rules/audit.md |
Paste-in smell audit. |
rules/claims.md |
Substance first, voice after. |
rules/essays.md |
Longform. Not for reference docs. |
rules/landing.md |
Page copy. |
rules/outreach.md |
Email / DM / text. |
rules/launch.md |
Shipping posts. |
rules/cursor.mdc |
Always-on digest. Copy into .cursor/rules/. |
skills/aibreze/ |
Skill folder. See Skill. |
Genre files assume core.md. Full table: Files.
Node
import { readRule, files, catalog } from "aibreze";
const core = readRule("core");
// files.audit is an absolute path to rules/audit.md
Markdown is also exported as aibreze/rules/core.md (and the rest). Node.