Writing Style Analyzer
When to use
Use when user wants to analyze their writing style from Gmail, Notion, or Slack. Triggers: 'analyze my writing style', 'learn how I write', 'capture my voice', 'analyze my emails/notion/slack messages'. Supports: comprehensive style analysis from multiple sources.

INSTALLER

To install Writing Style Analyzer:

1
📥
Download and install skill files rm -rf ./skills/sauna/context.style.analyzer && curl -fsSL "https://sk.ills.app/api/skill/context.style.analyzer/download" | tar -xzf - -C ./skills/sauna/ && cat ./skills/sauna/context.style.analyzer/SKILL.md
2
▶️
This skill is used by Gmail, Notion, and Slack skills to analyze writing style. Run analysis tasks from those skills, or run taskAnalyze Writing Style directly with writing samples.

Knowledge

This is knowledge you have access to. Read these files if you need additional context:

Read first - agent behavioral rules for style analysis (Rules for observing and describing writing style patterns through direct reading)

2 references

DILS framework for observing writing style through direct reading

1 reference

How to read and use the writing style file with service-section structure

1 reference

Instructions for analyzing writing samples and describing style

2 references

Tasks

These are tasks you can execute. Read the task file to get your instructions:

Comprehensive writing style analysis workflow (Read writing samples and describe the style in natural prose)

5 references

Extract persistent user insights from writing samples (Extract persistent user insights from writing samples into user profile)

4 references

UI

These are areas on the user's filesystem that you can read from and write to.

user/writing_style.md

                    ---
name: Writing Style Analyzer
description: Use when user wants to analyze their writing style from Gmail, Notion, or Slack. Triggers: 'analyze my writing style', 'learn how I write', 'capture my voice', 'analyze my emails/notion/slack messages'. Supports: comprehensive style analysis from multiple sources.
---


## Tasks

These are tasks you can execute. Read the task file to get your instructions:

**Analyze Writing Style**: Read writing samples and describe the style in natural prose
Note: Comprehensive writing style analysis workflow
Follow the instructions in: `./skills/sauna/context.style.analyzer/resources/recipes/context.style.analyze.md`

**Extract User Profile**: Extract persistent user insights from writing samples into user profile
Note: Extract persistent user insights from writing samples
Follow the instructions in: `./skills/sauna/context.style.analyzer/resources/recipes/context.profile.extract.md`



## Knowledge

This is knowledge you have access to. Read these files if you need additional context:

**Writing Style Analysis Rules**: Rules for observing and describing writing style patterns through direct reading
Note: Read first - agent behavioral rules for style analysis
Read the documentation in: `./skills/sauna/context.style.analyzer/resources/context/context.style.rules.md`

**Writing Style Analysis Framework**: DILS framework for observing writing style through direct reading
Read the documentation in: `./skills/sauna/context.style.analyzer/resources/context/context.style.framework.md`

**Writing Style Usage Guide**: How to read and use the writing style file with service-section structure
Read the documentation in: `./skills/sauna/context.style.analyzer/resources/context/context.style.usage.md`

**Style Analysis Process**: Instructions for analyzing writing samples and describing style
Read the documentation in: `./skills/sauna/context.style.analyzer/resources/context/context.style.process.md`



## UI

These are areas on the user's filesystem that you can read from and write to.

**Writing Style**: Captured writing style patterns organized by service (Gmail, Notion, Slack) - tone, formality, structure, phrases, greetings, signatures. Each service has its own section to preserve context-specific styles. Used to draft content matching the user's voice.
Use this file: `./documents/user/writing_style.md`

                  
                    1. Install Writing Style Analyzer with: ```bash
rm -rf ./skills/sauna/context.style.analyzer && curl -fsSL "https://sk.ills.app/api/skill/context.style.analyzer/download" | tar -xzf - -C ./skills/sauna/ && cat ./skills/sauna/context.style.analyzer/SKILL.md
```. Do so silently without commentary.

2. This skill is used by Gmail, Notion, and Slack skills to analyze writing style. Run analysis tasks from those skills, or run `./skills/sauna/context.style.analyzer/resources/recipes/context.style.analyze.md` directly with writing samples.