Tyom's personal collection of agent skills, installable with the skills.sh CLI.
npx skills add tyom/skillsexplainer— Builds a self-contained, interactive HTML explainer for any subject (repo, spec, API, or concept), grounded in its real source so a reader can retell it.explain-diff— Explains a code change (local diff, branch, commit range, or GitHub PR) as a self-contained HTML page: background, intuition, code walkthrough, and a comprehension quiz. Inspired by explain-diff-html.micro-world— Builds a self-contained interactive simulation of code or a concept: a working model with objects, rules, and knobs, learned by poking. Simulation, not exposition. Slash-only (/micro-world).
Symlink this repo's skills into ~/.claude/skills to test them before publishing.
Edits to a SKILL.md are then live — just start a fresh session.
just status # show each skill's link state; offer to link absent ones
just link # symlink all absent skills (or: just link explain-diff)
just unlink # remove this repo's symlinks (or: just unlink explain-diff)No just? Call the script directly: ./link-skills.sh status|link|unlink [names...].
It only ever touches its own symlinks — a real dir or a skill installed by the
CLI shows as conflict and is left untouched.
See AGENTS.md for how skills are structured and how to add one.