·source-unifier
#

source-unifier

jmagly/ai-writing-guide

Merge multiple documentation sources (docs, GitHub, PDF) with conflict detection. Use when combining docs + code for complete skill coverage.

1Installs·0Trend·@jmagly

Installation

$npx skills add https://github.com/jmagly/ai-writing-guide --skill source-unifier

SKILL.md

Single responsibility: Intelligently merge documentation from multiple sources (websites, GitHub repos, PDFs) while detecting and transparently reporting conflicts between documented and implemented behavior. (BP-4)

| RELEVANT | All specified sources, merge config | Unrelated documentation | | PERIPHERAL | Version history for context | Other projects | | DISTRACTOR | Previous merge attempts | Unrelated codebases |

| Missing in code | HIGH | Documented but not implemented | API endpoint in docs, not in code | | Missing in docs | MEDIUM | Implemented but not documented | Hidden feature in code | | Signature mismatch | MEDIUM | Different parameters/types | func(a, b) vs func(a, b, c=None) | | Description mismatch | LOW | Different explanations | Wording differences |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jmagly/ai-writing-guide --skill source-unifier
Category
#Documents
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is source-unifier?

Merge multiple documentation sources (docs, GitHub, PDF) with conflict detection. Use when combining docs + code for complete skill coverage. Source: jmagly/ai-writing-guide.

How do I install source-unifier?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jmagly/ai-writing-guide --skill source-unifier Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jmagly/ai-writing-guide