writing-style-iterator

Learn and apply a user's writing style using a local style.md file.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/kaifashraff/jarvis-research --skill writing-style-iterator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-style-iterator
Source: https://github.com/kaifashraff/jarvis-research/tree/main/skills/writing-style-iterator
Command: npx skills add https://github.com/kaifashraff/jarvis-research --skill writing-style-iterator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability helps users achieve consistent voice and style across writing tasks by learning a user’s preferences and applying them automatically to new content.

Core Features & Use Cases

  • Memory-based writing style handling: learns user preferences from interactions and adjusts outputs accordingly.
  • Draft tracking: stores edits in a git-backed drafts repository to enable diffing and rollback.
  • Local style rules: uses a style.md file to persist and evolve the user's writing rules locally.
  • Activation logic: automatically engages for writing, rewriting, or tone-adjustment requests.

Quick Start

Ask me to write in your saved style and I will load ~/.writing-style-iterator/style.md to generate content that matches your voice.

Frequently Asked Questions about writing-style-iterator

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

FAQPage Schema
How do I keep my writing style consistent across different prompts?

Maintain writing style consistency by loading a local style.md file containing your rules. The system automatically applies these saved preferences to new content generation tasks, ensuring uniform tone and voice.

How does writing style adaptation work from my previous drafts?

Writing style adaptation works by tracking drafts in a git-backed repository. It detects edits and diffs your changes, automatically updating your saved style rules based on the modifications you make to your content.

Do I need a git repository to track and iterate on my writing style?

Yes, a git-backed drafts folder is required to enable version control and diffing. This setup allows the system to detect edits in your drafts and automatically update your local style rules over time.

Can I rollback writing style changes if an automated update is incorrect?

You can rollback writing style changes because drafts are stored in a git-backed repository. This version control mechanism allows you to revert unwanted edits and recover previous versions of your tone and voice rules.

When does the automated writing style adjustment activate?

Automated writing style adjustment activates whenever you request writing, rewriting, or tone-adjustment tasks. It engages automatically to apply your saved rules and generate content matching your established voice.