Skip to content

geno-tools

The package manager for AI coding agent skillsets. Install, fork, experiment, promote — as a Claude Code plugin or standalone CLI.

Install in seconds

Install as a Claude Code plugin or via pipx. Short names resolve from a curated registry.

Get started

Full CLI

ls, install, dev, fork, use, promote, update, remove, doctor — everything you need.

CLI Reference

Skillset ecosystem

Media, research, taxes, kaggle, agents — each a self-contained repo with a declarative manifest.

Browse skillsets

Variant worktrees

Fork a skillset, experiment in isolation, promote back to main. Git worktrees under the hood.

Learn more

Quick taste

claude /plugin install 42euge/geno-tools
pipx install git+https://github.com/42euge/geno-tools

/gt-ls --available               # see the registry
/gt-install media                # install geno-media
geno-tools fork media exp-1      # branch a variant
geno-tools use media@exp-1       # activate it
geno-tools promote media exp-1   # merge back to main
pipx install git+https://github.com/42euge/geno-tools

geno-tools ls --available        # see the registry
geno-tools install media         # install geno-media
geno-tools fork media exp-1      # branch a variant
geno-tools use media@exp-1       # activate it
geno-tools promote media exp-1   # merge back to main

Design principles

One manifest
Each skillset declares everything in genotools.yaml — deps, scripts, configs.
Isolated by default
Per-skillset venvs. Git worktrees for variants. Nothing leaks.
Exact removal
Uninstall replays install in reverse. No orphaned files, ever.
Agent-agnostic
Target adapters for Claude Code, geno-cli, Codex, and Gemini CLI.