writing-style

Drafts prose in a learned personal voice and records style preferences from feedback.

Updated May 21, 2026
One-click install
npx skills add https://github.com/love-lena/skills --skill writing-style-love-lena
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-style
Source: https://github.com/love-lena/skills/tree/main/skills/writing-style
Command: npx skills add https://github.com/love-lena/skills --skill writing-style-love-lena

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing prose that matches a specific person's voice is hard to get right and harder to keep consistent across drafts. This Skill drafts non-fiction prose in Lena's learned style and continuously refines that style by recording rules inferred from her edits, picks, and comments. ## Core Features & Use Cases - Style-guided drafting: Reads a persistent STYLE.md of learned rules before drafting, layered over universal anti-slop craft rules (active voice, no throat-clearing, no filler). - Feedback-driven learning: After feedback, diffs the final text against the draft, infers the rule behind each change, and consolidates it into STYLE.md without bloating the list. - Use Case: Draft a project status update, receive edits from Lena, then automatically record the inferred preferences — such as leading with the conclusion and avoiding first-person pronouns — so the next draft starts closer to her voice. ## Quick Start Draft a short announcement about the new release in Lena's writing style, then update the style rules based on my edits.

Frequently Asked Questions about writing-style

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make AI writing match a specific person's style?

Use a persistent style file that the AI reads before every draft and updates after every round of feedback. This Skill reads STYLE.md before drafting and records rules inferred from your edits, so drafts converge on your voice over time.

How does the skill learn from writing feedback?

It diffs your final text against its draft, infers the rule behind each change, and merges that rule into STYLE.md. It also records which option you picked when given choices and converts direct notes into rules, consolidating rather than appending.

Can I use this writing style skill for code comments?

No. The skill explicitly excludes code and code comments from its scope. It is designed for prose only: non-fiction, documentation, status updates, essays, announcements, and messages.

What happens when new feedback contradicts an old style rule?

The new signal replaces the old rule in STYLE.md. The skill consolidates learnings by deduplicating, strengthening recurring rules, and keeping the list tight, since a bloated rule file gets followed worse.

Which file should I edit to change the writing style rules?

Edit STYLE.md, which holds all learned preferences and is the only writable file. SKILL.md is an immutable scaffold containing the protocol and universal craft rules, and it must never be edited.