Skip to content

/skill-diff

Shows side-by-side diffs of skill changes. Generates HTML comparison of before/after for changed SKILL.md files. Use when reviewing skill changes.

shell
$ npx -y skills add brsbl/ottonomous --skill skill-diff --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/skill-diff
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Shows side-by-side diffs of skill changes. Generates HTML comparison of before/after for changed SKILL.md files. Use when reviewing skill changes.

SKILL.md

skill-diff.SKILL.md
name: skill-diff
description: Shows side-by-side diffs of skill changes. Generates HTML comparison of before/after for changed SKILL.md files. Use when reviewing skill changes.
model: opus

Generate visual diffs for changed skills, organized by scope.

Scopes

| Scope | Comparison | |-------|------------| | **Uncommitted** | Working tree vs HEAD | | **Staged** | Index vs HEAD | | **Branch** | HEAD vs main |

Usage

Run the script (auto-opens in browser):

node .claude/skills/skill-diff/scripts/skill-diff.js

Do NOT run `open` manually — the script handles it.

Read it on GitHub ↗
Ships withottonomous

Skills for every stage of product development — spec writing, task prioritization, implementation, testing, code review, and summaries — that work in both Claude Code and OpenAI Codex.

Get the whole plugin, auto-invoked
Stats
14
Stars
0
Views
2
Forks
Active
Maintenance
JavaScript
Language
MIT
License
1d ago
Last commit
6mo ago
Created

Repo: brsbl/ottonomous