SWHee

13 mods across 1 repository, 1 stars between them.

diffscope

01

SWHee/diffscope

Plugin Claude Code

Plugin marketplace listing 1 plugin: diffscope.

1 29d ago A tokens not measured original MIT

diffscope

02

SWHee/diffscope

Plugin Claude Code

A Claude Code plugin that creates a learning brief immediately after the agent changes code. The brief shows what changed, explains Python syntax, and traces logic and data flow.

1 29d ago A tokens not measured original MIT

diffscope CLAUDE.md

03

SWHee/diffscope

Instructions file

A set of instructions for developing the diffscope plugin, which explains code changes after a coding agent makes them. It covers the plugin's change-summary workflow, Python explanations, design records, and safety checks for its stop hook.

1 29d ago A 1,711 tokens original MIT

change-cartographer

04

SWHee/diffscope

Agent

An agent that maps a code patch: which parts changed, what each change is meant to do, and how the changed parts depend on one another.

1 29d ago A 79 tokens original MIT

logic-tracer

05

SWHee/diffscope

Agent

An agent that explains how a code change alters what a program does while it runs, including how data moves through the code before and after the change.

1 29d ago A 84 tokens original MIT

python-tutor

06

SWHee/diffscope

Agent

A Python code teacher that explains only unfamiliar Python syntax and patterns appearing in changed code. It focuses on why each construct was used there, rather than giving a general lesson.

1 29d ago A 91 tokens original MIT

off

07

SWHee/diffscope

Command

Turn diffscope's automatic change briefing off for this repository (or everywhere with --global).

1 29d ago A 19 tokens original MIT

on

08

SWHee/diffscope

Command

Turn diffscope's automatic change briefing back on.

1 29d ago A 10 tokens original MIT

status

09

SWHee/diffscope

Command

Show diffscope's state, target extensions, and why recent turns produced no briefing.

1 29d ago A 17 tokens original MIT

UserPromptSubmit

10

SWHee/diffscope

Hook

Runs when you submit a prompt, before the agent sees it, executing snapshot.sh via sh. From SWHee/diffscope.

1 29d ago A tokens not measured original MIT

Stop

11

SWHee/diffscope

Hook

Runs when the agent finishes a response, executing digest.sh via sh. From SWHee/diffscope.

1 29d ago A tokens not measured original MIT

diffscope

12

SWHee/diffscope

Skill Claude CodeCodex

A skill that turns recent code changes into a plain-language learning briefing. It shows what changed, how behavior differs, and explains relevant Python syntax.

1 29d ago A 292 tokens original MIT

python-syntax-tutor

13

SWHee/diffscope

Skill Claude CodeCodex

A Python syntax tutor that explains unfamiliar language features in the code where they appear. Python is a programming language; examples include decorators, async code, generators, and type hints.

1 29d ago A 238 tokens original MIT