Z\M
Home

AI · Projects

Tools for models

Plugins and skills I build so that AI models work the way I need them to — mostly for Claude Code, all of it open source.

Each card says what the tool is, which agents it runs in and how to install it.

Projects
02
Plugins
01
Skills
01

Projects

  1. 01Claude Code plugin2026

    ZoWork

    My personal Claude Code plugin: the rules I write code by, packed so that every session starts with them. A hook puts them in from the first message — what outranks a spec, English for code and for any text a model reads, git done my way.

    Skills come with it too: solo-git for commits and pushes without pull requests, prompt-guides that keeps Anthropic's prompting guides for every model cached locally, and antigravity for handing research to another agent. It fits one person's habits, so take what suits you.

    • Claude Code
    • Skills
    • Hooks
    • Node.js
    Runs in
    Claude Code
    Needs
    Node 18+
    Install
    /plugin marketplace add zorahm/zowork
    /plugin install zowork@zowork
  2. 02Agent skill2026

    Crossword Skill

    A skill that teaches an AI model to make crosswords: it picks words on a topic or takes yours, lays them out on a grid with as many crossings as it can, checks the result and renders the puzzle or its solution. In any language.

    A model cannot do this on its own: it tries to keep cell coordinates in its head, and the grid falls apart — letters clash, words run into each other. So the spatial part goes to deterministic Python scripts, and the model stays the coordinator: it chooses the words and one of the placements the scripts offer.

    • Agent Skills
    • Python
    Runs in
    Claude Code · Codex · Cursor · Gemini CLI · OpenCode
    Needs
    Python 3
    Install
    npx skills add zorahm/crossword-skill

Contacts

Get in touch

Tried one of them, found a bug, or want a skill for something else? Write to me.