build-write-like-me

Generates a personalized writing-voice skill from a person's real GitHub, docs, and transcript writing.

3|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/ronaknnathani/relay --skill build-write-like-me-ronaknnathani
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: build-write-like-me
Source: https://github.com/ronaknnathani/relay/tree/main/skills/build-write-like-me
Command: npx skills add https://github.com/ronaknnathani/relay --skill build-write-like-me-ronaknnathani

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Agents drafting prose on your behalf sound generic because they lack a grounded model of how you actually write. This Skill builds a reusable voice-profile skill from your real writing so agents can draft and edit text that sounds like you. ## Core Features & Use Cases - Multi-source corpus gathering: Collects your writing from GitHub PRs and comments, Google Docs, local files, session transcripts, Slack, and email, with rate-limit-safe fetching via bundled scripts. - Stylometric analysis with AI-content filtering: Computes em-dash, semicolon, sentence-length, and contraction metrics per register while excluding agent-generated content that would poison the profile. - Voice profile synthesis: Produces a personalized SKILL.md with verbatim examples, register playbooks, signature phrases, anti-patterns, and a pre-send checklist. - Use Case: Ask an agent to learn your style from your GitHub PRs and design docs; it fetches your authored content, filters out AI-written passages, and outputs a sound-like-me skill any agent can load to write in your voice. ## Quick Start Ask the agent to build a write-like-me skill from your GitHub login and orgs, your blog folder, and your session transcripts.

Frequently Asked Questions about build-write-like-me

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

FAQPage Schema
How do I make an AI agent write in my personal style?▼

Build a voice-profile skill from your real writing. This Skill gathers your GitHub PRs, docs, transcripts, and other sources, runs stylometric analysis, filters out AI-written content, and synthesizes a reusable SKILL.md that agents load to draft prose in your voice.

How to analyze my writing style from GitHub PRs and comments?▼

Use the bundled fetch_github.py script with your GitHub login and orgs to pull authored PR descriptions and comments. Then analyze_style.py computes per-register metrics like em-dash frequency, sentence length, and lowercase-start rate to anchor the profile in data.

Does the GitHub fetcher handle API rate limits?▼

Yes, fetch_github.py encodes a rate-limit-safe pattern: GET-only requests with query params in the path, serialized search calls, exponential backoff on rate-limit responses, and low fetch concurrency. It requires an authenticated gh CLI.

Can I use this with Google Docs, Slack, or email sources?▼

Yes, but only if a matching fetch capability exists in your environment, such as a Docs-reading MCP tool or a Slack search tool with author filters. Otherwise the Skill skips that source and suggests providing a local export instead.

How does it avoid learning from AI-generated text?▼

It applies agent-content filtering heuristics: explicit attribution markers, the acknowledge-plus-commit-SHA auto-reply pattern, templated PR bodies, and em-dash anomalies versus your short typed messages. Suspect content is tagged so you can inspect borderline cases.

When should I not use the write-like-me builder?▼

Do not use it to draft or edit a single email, PR, doc, or post, to lint code style, or to define team documentation standards. It is designed only for codifying one person's writing voice into a reusable skill.