Skip to content

tyom/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tyom/skills

Tyom's personal collection of agent skills, installable with the skills.sh CLI.

Install

npx skills add tyom/skills

Skills

  • explainer — 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).

Local development

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.

Contributing

See AGENTS.md for how skills are structured and how to add one.

License

MIT

About

My agent skills

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages