Skip to content

Ecosystem

The geno-* ecosystem is a collection of repos that extend AI coding agents with specialized capabilities. geno-tools is the package manager; each skill is its own repo.

Repos

Core

Repo Description
geno-tools Meta-CLI and Claude Code plugin — install, update, variant-manage skillsets
geno-agents Multi-agent coordination, registration, autonomous loops
geno-msg Inter-agent messaging
geno-notes Project journal, task management, timestamped notes
geno-mon Agent monitoring

Skillsets

Repo Description
geno-media Audiobooks (Kokoro TTS), animated videos (Manim), podcasts, TTS/STT config
geno-research Wiki-based research, paper generation, repo documentation
geno-taxes Tax document parsing, YAML organizers, CPA packet prep
geno-kaggle Kaggle benchmarking, notebook upload, discussion scraping

Other

Repo Description
geno-bot Bluesky companion bot (geno42)
geno-colab Google Colab integration
geno-bench Benchmarking infrastructure
geno-term Terminal utilities
geno-vla Vision-language-action experiments
obsidian-geno-claude Obsidian plugin for Claude integration
obsidian-genovox Obsidian voice plugin

How it fits together

                    geno-tools (package manager)
          ┌──────────────┼──────────────┐
          │              │              │
     geno-media    geno-research   geno-kaggle  ...
          │              │              │
          └──────────────┼──────────────┘
                   Coding CLIs
                   (Claude Code, geno-cli, Codex, Gemini CLI)
                    geno-agents (coordination)
                    geno-msg    (messaging)
                    geno-notes  (project state)
                    geno-mon    (monitoring)

Each skillset is independent — install only what you need. The coordination layer (agents, msg, notes, mon) is optional but enables multi-agent workflows.