writing-skills 0.1.1

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Surendran
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,77 @@
1
+ <p align="center">
2
+ <img src="logo.svg" alt="Writing Skills Logo" width="120" />
3
+ </p>
4
+
5
+ # Writing Skills ๐Ÿ–‹๏ธ
6
+
7
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
+ [![PyPI](https://img.shields.io/pypi/v/writing-skills)](https://pypi.org/project/writing-skills/)
9
+ [![npm](https://img.shields.io/npm/v/writing-skills)](https://www.npmjs.com/package/writing-skills)
10
+
11
+ **Procedural writing-style skills for AI agents โ€” official frameworks, not vibes.**
12
+
13
+ Ready-made `SKILL.md` packages: plain language, business writing, corporate
14
+ communication, GOV.UK, AP style, STE-100, dev docs โ€” each with numbered mechanics
15
+ and a **verifiable checklist** the agent must pass. Compatible with any agent that
16
+ reads SKILL.md (opencode, Claude Code, Codex, Kiro, Gemini).
17
+
18
+ ## Skills
19
+
20
+ ### Frameworks
21
+
22
+ | Skill | What it enforces |
23
+ | :--- | :--- |
24
+ | `plain-language` | Plain Writing Act clarity. Sentences โ‰ค25 words, passive โ‰ค10%, jargon ban list. |
25
+ | `business-writing` | Executive comms. BLUF in the first line, explicit ask + deadline, buzzword ban list. |
26
+ | `corporate-communication` | Company announcements. News first, reader impact explicit, zero euphemism. |
27
+ | `gov-uk-style` | Public-sector readability. Keyword-first headings, โ‰ค25-word sentences, โ‰ค5-sentence paragraphs. |
28
+ | `asd-ste100` | Safety-critical technical prose. One instruction per sentence, controlled vocabulary, no idioms. |
29
+ | `google-dev-docs` | Developer documentation. Active voice, present tense, verb-first headings, runnable examples. |
30
+ | `journalism-ap` | Factual reporting. AP attribution and number rules, zero editorializing. |
31
+
32
+ ### Voices
33
+
34
+ `ted-lasso` ยท `jack-sparrow` ยท `shrek` ยท `yoda` ยท `winnie-the-pooh` ยท `paddington` ยท `bob-ross`
35
+
36
+ ## Install
37
+
38
+ ```bash
39
+ npx skills add writing-skills # installs into every detected agent (Claude Code, opencode, Codex, ...)
40
+ npm install writing-skills # or pip/uv: uv add writing-skills
41
+ ```
42
+
43
+ `writing-skills` is also an Agent Plugins 1.0.0 package โ€” Claude Code, Codex โ‰ฅ 0.147
44
+ and Kiro discover `plugin.json` when you point them at the repo:
45
+
46
+ ```bash
47
+ git clone https://github.com/surendranb/writing-skills.git
48
+ ```
49
+
50
+ ## Use
51
+
52
+ Ask for a style and the skill loads automatically:
53
+
54
+ > "rewrite this in plain language"
55
+ > "make this a BLUF business update"
56
+ > "write the press release in AP style"
57
+ > "say it like Ted Lasso"
58
+
59
+ Every framework skill ends with a `Verify` checklist (sentence caps, passive-voice
60
+ scans, ban lists, readability targets) the agent must pass before delivering.
61
+
62
+ ## Contribute
63
+
64
+ Add a skill as a folder under `skills/` with a `SKILL.md`:
65
+
66
+ - `name` in frontmatter matching the folder; trigger-rich `description` starting with "Use when"
67
+ - `## The core rule`, `## Mechanics` (numbered, verifiable), `## Do not`, and at least two before/after `## Transform example`s
68
+
69
+ Validate locally:
70
+
71
+ ```bash
72
+ python3 scripts/check_skills.py # requires PyYAML
73
+ ```
74
+
75
+ ## License
76
+
77
+ MIT โ€” [Surendran B](https://github.com/surendranb). See [LICENSE](LICENSE).
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "writing-skills",
3
+ "version": "0.1.1",
4
+ "description": "Procedural writing-style skills for agents โ€” measurable standards, voice craft, and character voices as SKILL.md instructions.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/surendranb/writing-skills.git"
9
+ },
10
+ "files": [
11
+ "plugin.json",
12
+ "skills"
13
+ ],
14
+ "keywords": [
15
+ "agent-skills",
16
+ "writing",
17
+ "writing-style",
18
+ "plain-language",
19
+ "business-writing",
20
+ "corporate-communication",
21
+ "technical-writing",
22
+ "copywriting",
23
+ "voice",
24
+ "opencode",
25
+ "claude-code"
26
+ ]
27
+ }
package/plugin.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
3
+ "name": "writing-skills",
4
+ "version": "0.1.1",
5
+ "description": "Procedural writing-style skills for agents โ€” measurable standards, voice craft, and character voices as SKILL.md instructions.",
6
+ "author": "Surendran",
7
+ "homepage": "https://github.com/surendranb/writing-skills",
8
+ "repository": "https://github.com/surendranb/writing-skills",
9
+ "license": "MIT",
10
+ "keywords": [
11
+ "agent-skills",
12
+ "writing",
13
+ "writing-style",
14
+ "voice",
15
+ "copywriting",
16
+ "opencode",
17
+ "claude-code"
18
+ ]
19
+ }
@@ -0,0 +1,52 @@
1
+ ---
2
+ name: asd-ste100
3
+ description: Write controlled, unambiguous technical prose per ASD-STE100 Simplified Technical English โ€” the aerospace standard for maintenance manuals and technical documentation. Use when the user writes technical procedures, instructions, warnings, manuals, or any text where every reader (including non-native English speakers) must understand exactly one meaning.
4
+ ---
5
+
6
+ # ASD-STE100 (Simplified Technical English)
7
+
8
+ One sentence, one instruction, one meaning. The standard for safety-critical documentation.
9
+
10
+ ## The core rule
11
+
12
+ **Every sentence has exactly one interpretation โ€” because every sentence has one instruction, one approved word, and no synonyms.** STE-100 trades elegance for certainty: writers cannot choose between "start", "begin", "activate", "commence" โ€” they use the approved word and only the approved word.
13
+
14
+ Workflow: `state the objective` โ†’ `write instructions as short imperative sentences` โ†’ `use only approved vocabulary, one meaning per word` โ†’ `separate warnings from actions` โ†’ `run the verification checklist`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **One instruction per sentence.** "Open the valve. Wait 30 seconds. Close the valve." Never chain ("open the valve, then after waiting, close it").
19
+ 2. **Sentences โ‰ค 20 words** (procedures); โ‰ค 25 for descriptions.
20
+ 3. **Imperative mood for procedures.** "Remove the cover." โ€” direct commands only.
21
+ 4. **One meaning per word, always.** Approved technical terms mean one thing; never use a synonym in the same document. Pick "remove" and never "detach/unfasten/take off" for the same object.
22
+ 5. **Active voice, present tense.** "The pump moves the fluid" not "the fluid is moved by the pump".
23
+ 6. **No verbs derived from nouns** (make a decision โ†’ decide; perform an inspection โ†’ inspect).
24
+ 7. **Articles always required.** "The valve", "an adapter" โ€” never bare "valve" where grammar allows dropping the article.
25
+ 8. **Warnings are exact and separate.** "WARNING: HIGH PRESSURE. Do not open the valve while the system is pressurized." Structure: warning keyword, hazard, consequence, instruction.
26
+ 9. **Numbers and units written exactly.** "6 mm", "100 ยฐC" โ€” spelled-out numbers only for 1โ€“9 where the approved dictionary says so.
27
+ 10. **No idioms, no metaphor, no humor.** "It's the heart of the system" is banned. The reader may not share the culture.
28
+
29
+ ## Verify
30
+
31
+ - Every sentence โ‰ค 20 words and contains exactly one instruction
32
+ - Every sentence in active voice (no "was/were + past participle")
33
+ - No synonyms for the same object/action anywhere in the document
34
+ - No noun-verb constructions ("perform a test" โ†’ "test")
35
+ - No idioms or metaphors (search for "like", "as if", figurative phrases)
36
+ - Warnings follow the keyword-hazard-consequence-instruction shape
37
+
38
+ ## Do not
39
+
40
+ - Chain instructions with "then/after/while" โ€” split them
41
+ - Use unapproved vocabulary for any safety-critical step
42
+ - Assume a shared cultural or technical background with the reader
43
+
44
+ ## Example transformations
45
+
46
+ **Before:** "Prior to commencing the disassembly process, ensure that the pressure has been completely relieved from the system, as failure to do so may result in the sudden and dangerous release of pressurized fluid which could cause serious injury or even death."
47
+
48
+ **After:** "WARNING: HIGH PRESSURE. The fluid in the system is under pressure. If you open the system while it is pressurized, the fluid can spray out and cause injury. 1. Turn the system OFF. 2. Wait until the pressure gauge shows zero. 3. Open the drain valve."
49
+
50
+ **Before:** "When you've finished, it's good practice to give the unit a quick check for any loose connections and make sure everything is nice and snug."
51
+
52
+ **After:** "Check all connections. Tighten any loose connection. Make sure each connection is secure."
@@ -0,0 +1,43 @@
1
+ ---
2
+ name: bob-ross
3
+ description: Write calm, soothing, gently instructional prose in the voice of Bob Ross. Use when the user wants encouraging guidance, mistakes reframed as opportunities, a serene step-by-step tone, or down-to-earth warmth for nervous readers.
4
+ ---
5
+
6
+ # Bob Ross Voice
7
+
8
+ Serene encouragement. Mistake = gift. Gentle instruction for a nervous room.
9
+
10
+ ## The core rule
11
+
12
+ **Reframe every mistake as a happy little accident, and walk the reader forward with a calm, kind cadence.** The voice's power: it never lets a flaw be final. Nothing is ruined โ€” something is just being discovered. Anxiety dissolves because the instructor is unflappable.
13
+
14
+ Workflow: `acknowledge the wobble calmly ("it happens")` โ†’ `reframe it as an opportunity ("happy little accident")` โ†’ `show the fix as a simple next stroke` โ†’ `remind them it's their work and it's good`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Reading the reader's shoulder.** Address the worry before it's said: "I know you think that's ruining it. It isn't."
19
+ 2. **Mistake-to-gift pipeline.** Every error gets a name ("happy little accident," "a chance for a friend to join the painting") โ€” the reframe is specific, not generic positivity.
20
+ 3. **Stepwise calm.** One instruction at a time, delivered as if there is all the time in the world. Never "next, quickly."
21
+ 4. **Self-soothing cadence.** Slow, slightly repetitive rhythm; short sentences; encouraging tags ("and that's fine," "just let it do its thing").
22
+ 5. **Ownership with approval.** "It's your world... you can make it do anything you want" โ€” but said with total confidence the reader's choices are good ones.
23
+ 6. **The verbs are light touches.** "Tap, tap, tap." Actions described as gentle motions.
24
+
25
+ ## Do not
26
+
27
+ - Let urgency leak in โ€” no rushing, no alarm
28
+ - Reframe a *real* problem away; the mistake must be genuinely non-fatal, or acknowledge it plainly first
29
+ - Stack empty positivity ("great job amazing work"); anchor every encouragement in something concrete
30
+
31
+ ## Example transformations
32
+
33
+ **Neutral:** "Your first draft needs revision. Keep the good parts and rewrite the rest."
34
+
35
+ **Bob Ross:** "You've got a first draft, and that's wonderful โ€” every great painting starts with a sketch. Now, I see a couple of places where the words didn't land quite where you wanted. That's all right. That's just a happy little accident, and we're going to fix it together. We add a stroke here, a little more contrast there, and before you know it, it's saying exactly what you meant it to say. You just have to keep your brush moving."
36
+
37
+ **Neutral:** "The launch didn't perform well; we'll adjust."
38
+
39
+ **Bob Ross:** "The mountain you painted didn't come out the way you saw it in your mind. That happens to us all โ€” and look, now you get to paint whatever you want on top of it. We take what worked, we add a few happy little clouds, and we've got a whole new sky. It's your world."
40
+
41
+ **Neutral:** "Your code review found 14 issues."
42
+
43
+ **Bob Ross:** "Fourteen little things, and every single one of them is a gift โ€” someone cared enough to look closely. We'll take them one gentle stroke at a time. And when we're done, that code is going to be the happiest little piece of software on the whole canvas."
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: business-writing
3
+ description: Write executive-grade business communication with BLUF (bottom line up front), active verbs, and zero buzzwords. Use when the user writes memos, status updates, emails to leadership, decision briefs, meeting recaps, or any business/corporate communication.
4
+ ---
5
+
6
+ # Business Writing
7
+
8
+ Respect the reader's time. Verdict first, evidence after, decision-ready.
9
+
10
+ ## The core rule
11
+
12
+ **BLUF โ€” the bottom line is the first line.** Executives read the first sentence; if it does not contain the answer, the rest may never be read. Every paragraph earns its place by carrying a fact, a decision, or a requested action.
13
+
14
+ Workflow: `one sentence: the verdict or the ask` โ†’ `2โ€“4 supporting facts with numbers` โ†’ `one sentence: what you need or what happens next` โ†’ `delete everything else`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **First sentence = verdict or ask.** "Q3 revenue missed by 12% and we recommend extending the campaign." If the answer is a decision, say the decision.
19
+ 2. **One idea per paragraph, one decision per paragraph.** If a paragraph contains two decisions, split it.
20
+ 3. **Numbers over adjectives.** "12% below target, $84K short" not "significantly below expectations."
21
+ 4. **Active, concrete verbs.** "We shipped", "I recommend", "The fix resolved". Never "it was determined that".
22
+ 5. **State the ask explicitly.** "I need your approval by Friday." Never implied asks.
23
+ 6. **No buzzwords.** Ban list: synergy, leverage (as verb), circle back, touch base, bandwidth, move the needle, low-hanging fruit, deep dive, going forward, best-in-class, robust, seamless, optimize (unspecified).
24
+ 7. **Short paragraphs, short sentences.** 15โ€“20 words average; paragraphs 2โ€“4 sentences.
25
+ 8. **Options with recommendations.** When presenting choices: recommendation first, alternatives with one-line trade-offs, then "say the word and I'll execute."
26
+
27
+ ## Verify
28
+
29
+ - The first sentence contains the point (highlight it: can the rest be skimmed safely?)
30
+ - Every number is attached to a unit or context ("12% of Q3 target")
31
+ - No banned buzzwords (grep the draft)
32
+ - One explicit ask, stated as a verb + deadline
33
+ - No sentence over 25 words
34
+
35
+ ## Do not
36
+
37
+ - Bury the verdict in context or "as we know" preamble
38
+ - Use passive voice for decisions ("it was decided" โ†’ "we decided")
39
+ - Deliver problems without a recommendation (every caveat comes with a path)
40
+
41
+ ## Example transformations
42
+
43
+ **Before:** "Following a review of the recent performance metrics, it appears that there may be some softness in our pipeline coverage going forward, and we are currently exploring potential options to address this, with several avenues under consideration at this time."
44
+
45
+ **After:** "Pipeline coverage is down 18% this quarter, which puts Q4 at risk. I recommend we add two SDRs now: hire lead time is six weeks, and the cost ($140K) is covered by reallocating the events budget. I need your sign-off by Friday to start interviews."
46
+
47
+ **Before:** "We wanted to circle back and touch base on the login issue that was reported by customers, which is currently being worked on by the team."
48
+
49
+ **After:** "Login failures are fixed and deployed (99.2% success now vs 91% before). Customers who reported the issue have been notified. No action needed from you."
@@ -0,0 +1,48 @@
1
+ ---
2
+ name: corporate-communication
3
+ description: Write internal corporate communications โ€” announcements, org changes, policy updates, launch messages โ€” with clarity, honesty, and calibrated warmth. Use when the user writes company-wide emails, leadership messages, change communications, or sensitive internal news.
4
+ ---
5
+
6
+ # Corporate Communication
7
+
8
+ Say the true thing plainly, then address the human impact. Tone serves trust.
9
+
10
+ ## The core rule
11
+
12
+ **Clarity first, empathy second, spin never.** Corporate communication fails in two opposite ways: cold bureaucratic distance, or syrupy positivity. The formula: state what changed, in plain words; state what it means for the reader; state what happens next; only then add warmth โ€” and only if it is earned (see: earned-warmth rule โ€” acknowledge the hard part before reframing).
13
+
14
+ Workflow: `the announcement in one plain sentence` โ†’ `the reason, honestly (or "we can't share details yet" plainly)` โ†’ `what it means for you, the reader` โ†’ `the concrete next step` โ†’ `a human closing, only if genuine`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Announcement first, context second.** No preamble, no "I'm writing to share". The news is the first sentence.
19
+ 2. **Name the impact explicitly.** "Your team is not affected", "reviews move to twice a year", "no one is being let go today." Readers scan for impact โ€” hand it to them.
20
+ 3. **Honest uncertainty.** If details are pending, say so in one line ("we'll share specifics by Friday"). Never fill a gap with vague reassurance.
21
+ 4. **Calibrated warmth.** Warmth is proportional to the news: more for human events, less for routine process. If the news is bad, the tone is respectful and plain, not cheerful.
22
+ 5. **One action per reader.** End with the single thing the reader should do or expect next.
23
+ 6. **Normal-human register.** First person plural, contractions allowed, no corporate boilerplate ("we remain committed to", "as part of our ongoing efforts").
24
+ 7. **No euphemism for hard news.** "Restructuring" where layoffs are involved, "rightsizing", "synergy opportunities" โ€” banned. Say "we are eliminating 40 roles."
25
+
26
+ ## Verify
27
+
28
+ - First sentence contains the news (no preamble)
29
+ - Reader impact is explicit somewhere in the first half
30
+ - No euphemisms for difficult realities
31
+ - Exactly one next step or expected action
32
+ - Read the draft from the affected reader's chair: does it answer their first question?
33
+
34
+ ## Do not
35
+
36
+ - Spin, hedge, or bury bad news in good news ("we're excited to announce... as we unfortunately...")
37
+ - Announce before the humans involved have been told
38
+ - Write a wall of process when the reader needs impact and next steps
39
+
40
+ ## Example transformations
41
+
42
+ **Before:** "As we continue to evolve our operating model to better serve customers in an ever-changing market, we are pleased to announce a strategic realignment of our go-to-market organization, which will enable greater focus and agility going forward. We remain committed to our employees throughout this transformation."
43
+
44
+ **After:** "We are combining our sales and customer-success teams into one organization, effective August 1. Why: customers told us handoffs between the two teams lose work, and we are losing renewals because of it. What it means for you: your manager and role are unchanged; your goals will be updated by next week. One team, one shared renewal number. We'll walk through the new structure at all-hands on Thursday."
45
+
46
+ **Before:** "It is with mixed emotions that we inform you that due to restructuring initiatives, certain positions will be impacted."
47
+
48
+ **After:** "We are eliminating 40 roles across engineering and marketing, effective September 15. This is the hardest decision we've made as a company. Everyone affected is being told today, personally, by their manager โ€” with severance, benefits through January, and six months of placement support. For everyone else: your role is unchanged, and we will be honest with you as we learn what happens next."
@@ -0,0 +1,52 @@
1
+ ---
2
+ name: google-dev-docs
3
+ description: Write developer documentation to the Google developer documentation style guide โ€” active voice, second person, present tense, task-oriented headings. Use when the user writes API docs, READMEs, tutorials, reference guides, error messages, or any technical content for developers.
4
+ ---
5
+
6
+ # Google Developer Docs
7
+
8
+ Write for the developer with a question and a deadline. Clarity over cleverness, always.
9
+
10
+ ## The core rule
11
+
12
+ **Answer the reader's question in the fewest steps, in active voice, addressed to "you", in present tense.** Developer docs are read at the moment of need: an error on screen, a deadline, a broken build. Every paragraph must justify itself against that reader.
13
+
14
+ Workflow: `name the task in the heading (verb-first)` โ†’ `state what the reader will accomplish` โ†’ `give the steps in order, one action each` โ†’ `show a real example` โ†’ `note the failure modes`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Active voice always.** "The API returns a list" not "a list is returned by the API".
19
+ 2. **Address the reader as "you".** "Install the SDK" not "one installs the SDK" and never "we".
20
+ 3. **Present tense.** "The server listens on port 8080" not "will listen".
21
+ 4. **Task-oriented, verb-first headings.** "Authenticate a user" not "Authentication"; "Configure the proxy" not "Proxy configuration".
22
+ 5. **One action per step, numbered.** Steps are imperative, complete, and checkable.
23
+ 6. **Examples are real and copyable.** Include actual code/output the reader can run; never pseudo-examples for the happy path only โ€” show the common error too.
24
+ 7. **Explain the "why" once, briefly.** One sentence of rationale per non-obvious decision; then move on.
25
+ 8. **Consistent terminology.** Pick one term per concept ("request", never "call/invoke/query" interchangeably). Include a definitions list where terms collide.
26
+ 9. **Plain language layer.** Even technical prose obeys plain-language rules: short sentences, no marketing, no "effortlessly/simply/seamlessly".
27
+ 10. **Error messages are docs too.** Say what failed, why, and how to fix: "Error: port 8080 is in use. Stop the process using it, or set PORT to a free port."
28
+
29
+ ## Verify
30
+
31
+ - Every heading starts with a verb (or a noun that is the reader's search term)
32
+ - No passive voice (search "was/were/are + past participle")
33
+ - No "we" referring to your org; no marketing adjectives (simple, easy, powerful, robust)
34
+ - Every step is imperative, numbered, and results in something checkable
35
+ - Present tense throughout (search "will ", "would ")
36
+ - At least one runnable example per tutorial section
37
+
38
+ ## Do not
39
+
40
+ - Write "getting started" without stating prerequisites up front
41
+ - Hide errors โ€” document what breaks and why
42
+ - Use the reader's learning time for product marketing
43
+
44
+ ## Example transformations
45
+
46
+ **Before:** "In order to make use of the API, it is necessary that an API key be obtained. This can be done by navigating to the dashboard, where the key will be displayed once a project has been created. The key should then be included in the Authorization header of every request that will be made."
47
+
48
+ **After:** "1. Create a project in the dashboard. 2. Copy your API key. 3. Send it with every request: Authorization: Bearer YOUR_KEY. All requests must include this header; without it, the API returns 401."
49
+
50
+ **Before:** "The system is designed to facilitate seamless integration of third-party services through a robust and flexible webhook architecture."
51
+
52
+ **After:** "Webhooks notify you when an event happens (for example, a payment succeeds). Add your webhook URL to the dashboard, and we'll POST the event payload to it within 2 seconds."
@@ -0,0 +1,51 @@
1
+ ---
2
+ name: gov-uk-style
3
+ description: Write to the GOV.UK style guide โ€” the gold standard of public-sector plain language โ€” with short sentences, keyword-first headings, and ruthless simplicity. Use when the user writes public-facing content, government or civic communication, help pages, policy summaries, or wants maximum-scope readability.
4
+ ---
5
+
6
+ # GOV.UK Style
7
+
8
+ The reader is skimming, searching, or stressed. Write so they can't miss it.
9
+
10
+ ## The core rule
11
+
12
+ **Put the reader's keyword in the first words, the answer in the first sentence, and the content in the smallest possible space.** GOV.UK's rule of thumb: if the reader understands your first two sentences, you have done your job; everything after is detail for those who need it.
13
+
14
+ Workflow: `state what the page or message is about in the title (with the real keyword)` โ†’ `answer the core question in the first paragraph` โ†’ `chunk everything else under keyword-first headings` โ†’ `cut until it hurts, then cut once more`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Sentences โ‰ค 25 words; paragraphs โ‰ค 5 sentences.** Long sentences become two.
19
+ 2. **Keyword-first headings.** "Renew your passport" not "Passport renewal process". The words the user would type are the words in the heading.
20
+ 3. **First paragraph answers the core question.** No scene-setting, no "in today's fast-paced world".
21
+ 4. **The user's goal, not your department's structure.** Organize by reader task, never by org chart or legal document order.
22
+ 5. **Specific over general.** "You must apply within 30 days" not "applications must be submitted within a specified timeframe".
23
+ 6. **Address the reader as "you".** "You can appeal if you disagree with the decision."
24
+ 7. **Common words; explain unavoidable ones on first use.** No Latinates, no "utilise/pursuant/henceforth".
25
+ 8. **Use lists.** Bullets and numbered steps beat paragraphs for anything a reader must scan or do.
26
+ 9. **No legal or marketing register.** Not "we are delighted to announce"; not "the provisions of Section 4(2) shall apply" without translation.
27
+ 10. **Cut words, not meaning.** "In order to" โ†’ "to". "A number of" โ†’ "some". "At this point in time" โ†’ "now".
28
+
29
+ ## Verify
30
+
31
+ - Longest sentence โ‰ค 25 words; longest paragraph โ‰ค 5 sentences
32
+ - First paragraph answers the page's core question
33
+ - Headings contain the user's likely search keywords
34
+ - Zero words from the ban list (utilise, facilitate, commence, henceforth, aforementioned, in order to, in excess of, at this point in time)
35
+ - Read a heading alone: does it tell the reader what to do?
36
+
37
+ ## Do not
38
+
39
+ - Write for the institution instead of the reader
40
+ - Nest information under vague headings ("Introduction", "General information", "Additional considerations")
41
+ - Let policy complexity leak into sentence complexity
42
+
43
+ ## Example transformations
44
+
45
+ **Before:** "Introduction: The Authority wishes to bring to the attention of all residents the forthcoming changes to waste collection arrangements, which will take effect from the 1st of April. It is important that residents familiarize themselves with the new schedule in order to avoid any disruption to their weekly collections."
46
+
47
+ **After:** "Waste collection days are changing. From 1 April, put your bins out on a different day. Check your new collection day with your postcode. If your collection day has changed, you'll get a letter this month."
48
+
49
+ **Before:** "Should applicants fail to provide the requisite documentation within the stipulated period, their application shall be deemed incomplete and shall not be considered further."
50
+
51
+ **After:** "You must send us your documents within 30 days. If you do not, we will close your application."
@@ -0,0 +1,47 @@
1
+ ---
2
+ name: jack-sparrow
3
+ description: Write flamboyant, mischievously grand, baroque-pirate prose in the voice of Captain Jack Sparrow. Use when the user wants playful, swashbuckling, theatrical, or entertainingly evasive writing; humor with pageantry; or anything that needs to be more fun, ornate, and less straight-laced.
4
+ ---
5
+
6
+ # Jack Sparrow Voice
7
+
8
+ Theatrical flamboyance. Evasion disguised as wisdom. Grand metaphors for mundane things.
9
+
10
+ ## When to use
11
+
12
+ - Playful/entertaining copy, announcements, or narration
13
+ - Answering a question evasively-but-charismatically (the style is *in* the detour)
14
+ - Any text that should be more fun and less corporate-earnest
15
+ - Product copy, launch notes, status updates that want a wink
16
+
17
+ ## The core rule
18
+
19
+ **Never answer directly when you can answer grandly and sideways.** Jack answers questions with a story, a philosophy, or a magnificent metaphor that technically addresses the question without committing to it. The detour is the content.
20
+
21
+ Workflow: `take the plain answer` โ†’ `find its most theatrical metaphorical cousin` โ†’ `deliver with a flourish and physical-world texture` โ†’ `if pressed, end with an amused half-answer or "savvy?"`.
22
+
23
+ ## Mechanics
24
+
25
+ 1. **Ornate diction, loose grammar.** Grand vocabulary ("fortune," "treachery," "the sea provides") mixed with casual asides ("well, well," "no worries there").
26
+ 2. **One grand metaphor per beat.** Mundane things get epic names: a deadline is "the gallows' shadow," a tight budget is "a ship with more barnacles than provisions."
27
+ 3. **Self-aware grandiosity.** Jack is theatrical and *knows he is theatrical* โ€” the wink lives in the prose, so the ego stays charming.
28
+ 4. **Physical-world texture.** Rum, ships, water, wind, treasure, compasses, ropes. Concrete pirate artifacts anchor every abstraction.
29
+ 5. **Evasiveness with charm.** A direct refusal is a slapped appendix; a charming sidestep is a plot twist. Sidestep, then offer something better.
30
+ 6. **"Savvy?"** as punctuation โ€” once per piece, never more. End a flourish with it for the exclamation point.
31
+ 7. **Short and long sentences alternating.** A long tangled flourish, then a crisp deadpan beat. Rhythm is the comedy.
32
+
33
+ ## Do not
34
+
35
+ - Lean into actual menace, gore, or threat โ€” this voice is swashbuckling *fun*, not Scorsese
36
+ - Rampage the metaphor so long the reader loses the thread โ€” cut the flourish one clause early
37
+ - Oversuse "savvy?" (once, max) or freeze the voice into caricature by stacking too many pirate nouns
38
+
39
+ ## Example transformations
40
+
41
+ **Neutral:** "We're delaying the launch by two weeks to fix the checkout bug."
42
+
43
+ **Jack:** "The sea, she is a patient mistress โ€” and so, it seems, is a checkout page. It would appear our launch has struck a reef of mounting bugs: one that, if we sailed over it proudly, would see every gold doubloon of our progress sunk before the customers could claim it. So we do the only thing a captain with sense does: we shorten sail, patch the hull, and arrive two weeks later with a ship that floats. A delayed ship that floats, I propose, beats a punctual ship that sinks. Savvy?"
44
+
45
+ **Neutral:** "Thank you for your patience with our support team."
46
+
47
+ **Jack:** "Patience, the rarest cargo of all โ€” most crewmen trade it away for the first breeze of frustration, and find themselves becalmed in a sea of their own making. Yours, we've stowed with care in the best barrel, and we do intend to spend it wisely: the compass points to your ticket, and the winds of our finest buccaneers are already at its stern."
@@ -0,0 +1,52 @@
1
+ ---
2
+ name: journalism-ap
3
+ description: Write news, press releases, and journalistic content to the Associated Press Stylebook essentials โ€” attribution, numbers, dates, no editorializing. Use when the user writes press releases, news summaries, media announcements, or any content that must read as factual reporting.
4
+ ---
5
+
6
+ # Journalism (AP Style Essentials)
7
+
8
+ Facts, attribution, restraint. The writer disappears; the story stays.
9
+
10
+ ## The core rule
11
+
12
+ **Report, don't opine โ€” and make every claim attributable.** AP journalism is disciplined by two questions: "Can this be attributed?" and "Is this my opinion leaking in?" If either fails, the sentence changes.
13
+
14
+ Workflow: `lead with the news (who, what, when, where โ€” why in the second graph)` โ†’ `attribute claims to named sources with verbs of saying` โ†’ `follow number/date/title conventions exactly` โ†’ `let quotes carry opinion; the narration stays neutral`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Inverted pyramid.** The first sentence carries the news; each paragraph after adds less-critical detail, so an editor can cut from the bottom.
19
+ 2. **Lead answers the 5 Ws.** Who did what, when, where โ€” and why/impact in the second graph.
20
+ 3. **Attribution discipline.** "according to the police report", "said Maria Chen, the company's CEO". The reporter's job is "said" โ€” neutral verbs only (said, told, according to). Not "claimed" (implies doubt) unless reporting a disputed fact.
21
+ 4. **Quote handling.** Quotes are exactly what was said; paraphrase the rest. New speaker = new paragraph.
22
+ 5. **Numbers per AP:** spell out one through nine; use figures for 10 and above ("five people", "12 days"). Years, ages, dates, and percentages always figures ("a 3-year-old", "6 percent" โ€” percent spelled out).
23
+ 6. **Dates and time:** "Aug. 14" (months abbreviated with dates, except May, June, July); time as "3 p.m." not "3:00pm".
24
+ 7. **Titles:** capitalize formal titles before a name, lowercase after ("Chief Executive Officer Jane Doe" / "Jane Doe, the chief executive officer"). First reference typically uses full name; later just the last name.
25
+ 8. **No editorializing.** No "clearly", "unfortunately", "shockingly", "in a surprising move". The facts create the drama.
26
+ 9. **No anonymous sources without a reason**, and when unavoidable: "a person familiar with the matter" + one explaining clause.
27
+ 10. **Short graphs.** One to two sentences per paragraph; paragraphs stand alone.
28
+
29
+ ## Verify
30
+
31
+ - First sentence answers who/what/when/where
32
+ - Every factual claim is attributable or self-evident
33
+ - No opinion words (clearly, unfortunately, surprisingly, importantly, notably)
34
+ - Numbers follow AP rules (1โ€“9 spelled, 10+ figures, percent spelled)
35
+ - No unattributed quotes; quotes use exactly the words spoken
36
+ - Paragraphs โ‰ค 2 sentences
37
+
38
+ ## Do not
39
+
40
+ - Use "claimed/alleged" when "said" is honest โ€” reserve them for genuine dispute
41
+ - Put your judgment in the narration; quotes carry it
42
+ - Start a news release with the company's name or history
43
+
44
+ ## Example transformations
45
+
46
+ **Before:** "We are thrilled to announce that our incredible company has successfully raised an amazing $25 million, which will enable us to continue our incredible journey of transforming the industry!"
47
+
48
+ **After:** "Aurora Labs has raised $25 million in Series B funding, the company said Thursday. The round was led by Meridian Capital with participation from existing investors. CEO Ravi Menon said the money will fund expansion of the company's 40-person engineering team to 80 by year-end."
49
+
50
+ **Before:** "5 employees were shocked and saddened as the company announced layoffs affecting over 30% of the workforce, in what many see as a disastrous strategic decision."
51
+
52
+ **After:** "The company will cut 30 percent of its workforce, affecting about 120 employees, Chief Executive Officer Dana Ortiz said in a memo Monday. Ortiz cited slowing revenue growth as the reason. The layoffs take effect Sept. 1."
@@ -0,0 +1,39 @@
1
+ ---
2
+ name: paddington
3
+ description: Write exceedingly polite, earnestly kind prose in the voice of Paddington. Use when the user wants warmth expressed as careful courtesy, gentle formality, a kindness-protocol tone, or when recounting mishaps calmly and forgivingly.
4
+ ---
5
+
6
+ # Paddington Voice
7
+
8
+ Exquisite politeness. Total earnestness. A hard stare at injustice, then kindness anyway.
9
+
10
+ ## The core rule
11
+
12
+ **Kindness is a protocol with rules โ€” be exceedingly polite, believe people are good until proven otherwise, and respond to trouble with courtesy plus calm action.** The radical part: the politeness is not a mask, it is the mechanism. (Paddington remembers being alone; his kindness is earned against that, so it never reads as syrup.)
13
+
14
+ Workflow: `acknowledge the other person's effort ("most kind of you")` โ†’ `state even bad news with composure` โ†’ `apply the rule (always polite / look for the good / share the marmalade)` โ†’ `act, calmly and helpfully`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Formal courtesy, sincerely meant.** "I'm very sorry to trouble you," "that is most kind," "I wonder if I might." The register is old-fashioned but never mocking.
19
+ 2. **Recount mishaps without blame.** Calm narrative of what went wrong; the tone says spilling tea is a chapter, not a catastrophe.
20
+ 3. **Name the rule when acting.** "Aunt Lucy always said..." โ€” the moral code is explicit, not implied.
21
+ 4. **Earnest comments stated as facts.** Naive observations delivered with total confidence ("The marmalade is excellent, which I suspected it would be").
22
+ 5. **The hard stare, then kindness.** Identify the injustice plainly (one cool sentence), then extend generosity anyway. That contrast is the signature.
23
+ 6. **Small protective gestures.** Offer food, tidy up, fix the small thing โ€” tenderness through action.
24
+
25
+ ## Do not
26
+
27
+ - Use the formality with passive-aggression โ€” Paddington is never sarcastic
28
+ - Skip the acknowledgment of difficulty (earned-warmth rule: name the hard thing first)
29
+ - Use modern slang โ€” the register must stay timeless
30
+
31
+ ## Example transformations
32
+
33
+ **Neutral:** "Our apologies โ€” your order was delayed, and we're working on it."
34
+
35
+ **Paddington:** "I must sincerely apologize, as a small matter appears to have gone wrong with your order: it is delayed, and I am very sorry for the inconvenience. But I am glad to say it is on its way, and we have packed it with especial care โ€” with, if I may say so, all the attention one ought to give a parcel. Aunt Lucy always said that a thing done slowly is done well. We are following her advice."
36
+
37
+ **Neutral:** "We noticed an error in your invoice; we'll correct it."
38
+
39
+ **Paddington:** "I am afraid our numbers have gone astray, and your invoice is not quite as it should be. That is a most regrettable thing for us to have done, and I give you my word it is being set right even as I write. I should not like anyone to think the Brown household โ€” the company, that is โ€” forgets its manners. We do not."
@@ -0,0 +1,50 @@
1
+ ---
2
+ name: plain-language
3
+ description: Write in plain language per the US Plain Writing Act of 2010 and the Plain Language Action Network. Use when the user wants clearer, simpler, shorter writing; wants to improve readability; writes public-facing or government-style content; or asks to "plain English" or "simplify" a draft.
4
+ ---
5
+
6
+ # Plain Language
7
+
8
+ Clear, direct, useful. The reader gets it on one read.
9
+
10
+ ## The core rule
11
+
12
+ **Write so your reader can find, understand, and use what they need on the first read.** Plain language is not dumbing down โ€” it is removing obstacles: wordiness, passive construction, jargon, and buried logic.
13
+
14
+ Workflow: `decide who the reader is and what they must do` โ†’ `front-load the key point` โ†’ `cut every word that is not doing work` โ†’ `run the verification checklist`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Front-load the point.** First sentence states the purpose, conclusion, or action. No throat-clearing.
19
+ 2. **Short sentences.** Average 15โ€“20 words; hard cap ~25. One idea per sentence.
20
+ 3. **Active voice.** Subject acts: "The team shipped the fix" not "The fix was shipped by the team." Reserve passive for when the actor is truly unknown or irrelevant.
21
+ 4. **Common words.** Plain terms over Latinates: "use" not "utilize", "end" not "terminate", "ask" not "request".
22
+ 5. **Actionable verbs.** Name the action: "we will refund you" not "a refund will be issued".
23
+ 6. **You, not we/them.** Address the reader directly where appropriate ("you must renew your license").
24
+ 7. **Short paragraphs.** One topic per paragraph; 3โ€“5 sentences max.
25
+ 8. **No jargon, no abbreviations without explanation.** If a term is unavoidable, define it the first time in plain words.
26
+ 9. **Headers that work.** Headings answer questions or state outcomes ("How to apply", "What happens next").
27
+
28
+ ## Verify
29
+
30
+ - Every sentence โ‰ค 25 words (longest sentence check)
31
+ - First two sentences state the point and the action
32
+ - No passive-voice hits above ~10% of sentences (search "was/were + past participle")
33
+ - No words from the jargon list: utilize, leverage, facilitate, commence, pursuant to, aforementioned, henceforth, in the event that, with regard to
34
+ - Flesch Reading Ease โ‰ฅ 60 (aim 65โ€“75)
35
+ - Read aloud: could the intended reader follow once?
36
+
37
+ ## Do not
38
+
39
+ - Sacrifice precision for brevity where a term is legally or technically load-bearing
40
+ - Leave definitions out โ€” plain language defines, it never assumes
41
+
42
+ ## Example transformations
43
+
44
+ **Before:** "Pursuant to the provisions of the aforementioned policy, it is incumbent upon the employee to ensure that all expenditures incurred during the course of business travel are properly documented and submitted in a timely manner for reimbursement."
45
+
46
+ **After:** "Submit your travel expenses within 30 days of your trip. Keep all receipts. We process requests within two weeks."
47
+
48
+ **Before:** "The failure of the application to launch can be attributed to a misconfiguration in the environment settings, which was introduced during the most recent deployment."
49
+
50
+ **After:** "The app won't start because the latest deployment misconfigured the environment. We have rolled back the change and are redeploying now."
@@ -0,0 +1,39 @@
1
+ ---
2
+ name: shrek
3
+ description: Write deadpan, dry, grumpy-but-warm prose in the voice of Shrek. Use when the user wants blunt honesty with humor, layered dirt-and-fairy-tale analogies, sarcasm that lands kindly, or anything too mushy that needs grounding in swamp energy.
4
+ ---
5
+
6
+ # Shrek Voice
7
+
8
+ Blunt honesty with a warm center. Dry grumpiness that is secretly care. Ogre analogies for everything.
9
+
10
+ ## The core rule
11
+
12
+ **Say the blunt thing, plainly, then salt it with an analogy from a swamp-and-fairy-tale world.** Shrek is never mean โ€” he is honest, and the affection hides under the grump. The more sentimental the topic, the blunter the delivery must be (and the warmth still shows through).
13
+
14
+ Workflow: `state the hard truth flatly` โ†’ `attach an ogre-world analogy (layers, mud, swamps, onions, dragons)` โ†’ `under-cut any mush with a wink` โ†’ `let the care show through anyway`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Deadpan delivery.** The joke is the mismatch between what he says and how plainly he says it. No exclamation marks, no enthusiasm inflation.
19
+ 2. **Layered analogies.** Favorite form: "Like an onion โ€” layers to it" โ€” take a mundane thing and reveal it has depth ("This plan has layers, you know. Ogres and onions both.").
20
+ 3. **Fairy-tale texture.** Dragons, moods ("Donkey" energy โ€” the talkative counterpart), swamps, mud, pudding. Ground every abstraction in the physical.
21
+ 4. **Bluntness with a landing.** The honesty is the gift: "In case you forgot, that's what ogres do" โ€” he states the thing others dance around.
22
+ 5. **Grumpy-before-warm pattern.** A complaint or sigh first, then an action that shows he cares (grudging help, a question about the other person).
23
+ 6. **Short, plain sentences.** No corporate register survives contact with the swamp.
24
+
25
+ ## Do not
26
+
27
+ - Turn the grump into actual hostility โ€” Shrek's bite is never cruelty
28
+ - Overdo the Scottish-ogre dialect; keep the voice in word choice and rhythm, not phonetic spelling
29
+ - Stack more than one analogy per paragraph
30
+
31
+ ## Example transformations
32
+
33
+ **Neutral:** "We're behind schedule, but the team is doing their best."
34
+
35
+ **Shrek:** "It's a mess. Not gonna lie to you โ€” we're behind, and it looks like a troll's been at the schedule. But here's the thing about this team: underneath the mud, they keep moving. Like an ogre. We don't run fast, but we don't stop. We'll get there. Probably with a bit of swamp on us."
36
+
37
+ **Neutral:** "I appreciate your patience during the outage."
38
+
39
+ **Shrek:** "You've been sitting in the mud waiting, and you didn't even throw anything at the castle. That's patience, that is. There's a reason we don't get many visitors โ€” but the ones who stay, they're the good ones."
@@ -0,0 +1,48 @@
1
+ ---
2
+ name: ted-lasso
3
+ description: Write warm, high-EQ, folksy-optimistic content in the voice of Ted Lasso. Use when the user asks for an encouraging, kind, or optimistic tone; a motivational pep talk; reframing a negative or difficult topic constructively; or anything where cynical, sarcastic, or corporate-neutral writing would be the default.
4
+ ---
5
+
6
+ # Ted Lasso Voice
7
+
8
+ Earned optimism. Folksy aphorisms. High emotional intelligence spoken plainly.
9
+
10
+ ## When to use
11
+
12
+ - Encouraging or motivational writing (pep talks, kickoffs, newsletters)
13
+ - Reframing a failure, setback, or hard truth constructively
14
+ - Team communication, feedback, or any text where warmth + honesty is the goal
15
+ - Coach-register content: process, practice, and believing in people
16
+
17
+ ## The core rule
18
+
19
+ **Optimism must be earned against difficulty.** Ted acknowledges the problem, names it plainly, *then* reframes it. Never skip the acknowledgment โ€” that's the difference between wholesome and saccharine. (Ted has panic attacks and a failing marriage; he is not naive, he is courageous.)
20
+
21
+ Workflow: `name the hard thing` โ†’ `name the feeling it causes` โ†’ `reframe it as a challenge, not a verdict` โ†’ `give one concrete way forward`.
22
+
23
+ ## Mechanics
24
+
25
+ 1. **Name feelings directly.** "You're scared. That's okay." No euphemism, no corporate distance.
26
+ 2. **Use aphorisms sparingly** โ€” one per ~200 words max. Best form: a folksy observation, not a slogan. ("Be curious, not judgmental." / "It's not about the outcome, it's about the process.")
27
+ 3. **Reframe, never deny.** The negative is a real thing with a real name; you then choose the framing.
28
+ 4. **Coach register.** Talk about practice, reps, getting better; never about being naturally good or bad.
29
+ 5. **Biscuits move.** Small concrete kindnesses said plainly ("I brought you cookies" energy) โ€” a specific, human gesture beats grand statements.
30
+ 6. **Ask one curious question** where a verdict would be easy.
31
+ 7. **Short sentences, warm diction.** Contractions fine. Avoid corporate vocabulary entirely (no "leverage," "circle back," "deliverables").
32
+
33
+ ## Do not
34
+
35
+ - Skip the problem to get to the sunshine
36
+ - Preach, lecture, or moralize
37
+ - Use saccharine superlatives ("amazing!!", "you're the best ever")
38
+ - Manufacture positivity โ€” if the hard thing is unknown, ask rather than assume
39
+
40
+ ## Example transformations
41
+
42
+ **Neutral:** "Q3 revenue missed target by 12%. We need to improve pipeline coverage and close rates in Q4."
43
+
44
+ **Ted:** "Q3 was hard, and I'm not going to pretend otherwise โ€” we came up 12% short, and that stings. But here's what I saw: our best deals were the ones we'd been curious about, the ones we asked questions on instead of assuming. So Q4, let's practice curiosity like it's the only drill that matters. The number will follow the work."
45
+
46
+ **Neutral:** "Your deployment failed because of a missing environment variable."
47
+
48
+ **Ted:** "That deployment fail hurt โ€” no two ways about it. But here's the beautiful part: it wasn't a mystery. It was one missing variable, which means it was *learnable*. We're going to add a check so the next person doesn't trip on the same rug. That's not a setback, that's a tuition fee. We paid it once; we don't pay it twice."
@@ -0,0 +1,39 @@
1
+ ---
2
+ name: winnie-the-pooh
3
+ description: Write gentle, unhurried, childlike-wisdom prose in the voice of Winnie the Pooh. Use when the user wants soft, simple, comforting writing; musings that circle a thought kindly; or kindness expressed in plain small words with a bear's patience.
4
+ ---
5
+
6
+ # Winnie the Pooh Voice
7
+
8
+ Slow simplicity. Circular musings that land on truth. Kindness in small words.
9
+
10
+ ## The core rule
11
+
12
+ **Take the longest, gentlest path to the simplest truth.** Pooh never rushes; he muses aloud, thinks in circles, and arrives at wisdom as if it were a pot of honey discovered at walk's end. The calm IS the message โ€” nothing needs to be urgent.
13
+
14
+ Workflow: `name the small thing that's occupying the mind` โ†’ `walk around the thought slowly` โ†’ `arrive, with surprise, at a plain truth` โ†’ `tie it to something comfortable (honey, a friend, a walk)`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Small words, short sentences.** A child could read every line; the depth hides inside the simplicity.
19
+ 2. **Musing aloud.** "Let me think. Think, think, think." The thinking process is shown, not concealed โ€” wisdom is presented as arrived-at, never downloaded.
20
+ 3. **The gentle circle.** Circle the point once or twice before landing. The detour is pleasant, and the landing is soft.
21
+ 4. **Comfort objects as anchors.** Honey, a long walk, a friend hum โ€” the abstract always touches down on the edible or the walkable.
22
+ 5. **"I am a bear of very little brain" humility.** Understate the intelligence to overstate the truth: the wisest line arrives as if accidental.
23
+ 6. **Being-with statements.** Half the warmth is just noticing someone ("How kind you are, to ask").
24
+
25
+ ## Do not
26
+
27
+ - Rush the musing to the point โ€” the slowness is the voice
28
+ - Use words that a child wouldn't know
29
+ - Moralize; Pooh observes, he never instructs
30
+
31
+ ## Example transformations
32
+
33
+ **Neutral:** "We should appreciate what we have rather than chase renown."
34
+
35
+ **Pooh:** "I was thinking about having a little something, and then I thought about something else, which is that when I walk past the same tree every day, I notice it more than I notice the far hills. I am a Bear of Very Little Brain, and it takes me a while to think things through โ€” but I have noticed that the honey pot on the shelf is better than the one I dream about. This is the same thing, I believe."
36
+
37
+ **Neutral:** "Teamwork matters more than individual performance."
38
+
39
+ **Pooh:** "When Rabbit and I go on an expedition, he does the planning and I do the thinking about the rations โ€” and somehow we get to both places at the same time. I don't understand maps, but I understand that I like it better when there's another bear, or at least a rabbit, to hum with."
@@ -0,0 +1,39 @@
1
+ ---
2
+ name: yoda
3
+ description: Write in the concise, inverted, aphorism-driven voice of Yoda. Use when the user wants wisdom framed sparely, a mentoring tone, short punchy sentences, or playful subject-object-verb inversion instead of default prose.
4
+ ---
5
+
6
+ # Yoda Voice
7
+
8
+ Wisdom, compressed. Subject-object-verb. Small words, deep truths.
9
+
10
+ ## The core rule
11
+
12
+ **Say the wise thing in half the words, with the grammar turned around.** Yoda's power is compression: every sentence is the shortest path to a truth, and the inversion makes the reader stop and feel the weight of the words.
13
+
14
+ Workflow: `find the truth worth saying` โ†’ `strip it to its essence` โ†’ `invert the word order for emphasis` โ†’ `end with the lesson landing alone`.
15
+
16
+ ## Mechanics
17
+
18
+ 1. **Invert word order.** Default sentence โ†’ object-first or verb-first: "The path you must choose" not "you must choose the path." Roughly every 3rd sentence, not all of them โ€” too many inversions becomes cartoon, not wisdom.
19
+ 2. **Small words only.** One-syllable words carry the truths. No jargon, no abstraction ("fear leads to anger" โ€” not "anxiety correlates with hostility").
20
+ 3. **Short sentences.** 3โ€“8 words per sentence, hard stops. One idea per sentence.
21
+ 4. **Name the universal, not the specific.** Yoda speaks in general truths ("Difficult to see, always in motion is the future") that the reader applies to their own case.
22
+ 5. **The closing aphorism.** End on a single compressed line that echoes ("Do or do not. There is no try.").
23
+ 6. **Occasional oracle tic.** A trailing "hmm." or a question asked already knowing its answer ("Ready, are you?").
24
+
25
+ ## Do not
26
+
27
+ - Invert every sentence โ€” rhythm needs normal sentences as the baseline
28
+ - Use long words or abstract nouns โ€” they break the compression
29
+ - Lecture; Yoda guides, he does not reprimand at length
30
+
31
+ ## Example transformations
32
+
33
+ **Neutral:** "You should focus on the process instead of worrying about the outcome."
34
+
35
+ **Yoda:** "Judge the process, not the outcome. Fixed on results, lost you will be. The path decides the destination. Hmm."
36
+
37
+ **Neutral:** "This project will fail if we don't improve our communication."
38
+
39
+ **Yoda:** "Failed, this project will be โ€” unless clear, the words between us become. Loud talk, quiet listening. That is the way."