Skip to main content

Projects

OmegaConf interpolation example

OmegaConf is a Python configuration library for hierarchical, typed, and composable configuration. It supports structured configs, interpolation, merging, and command-line overrides, and is used directly as a library as well as underneath Hydra.

GitHub stars
GitHub stars: 2,385
PyPI downloads/mo
PyPI downloads/mo: 36.6M
PyPI package
PyPI package: omegaconf
Hydra product teardown illustration

Hydra is a Python framework for configuring complex applications from composable config files and command-line overrides. It is especially useful when the same application needs to run across many environments, experiments, launchers, or parameter sweeps without turning configuration into hand-written glue code.

GitHub stars
GitHub stars: 10,362
PyPI downloads/mo
PyPI downloads/mo: 17.4M
PyPI package
PyPI package: hydra-core
Backlog Atlas dashboard showing backlog summary tables, filters, issue rows, and recent activity

Backlog Atlas turns GitHub issue and pull request metadata into versioned repository snapshots and a static dashboard. It is designed for maintainers who need a public, low-maintenance way to prioritize work across one or more repositories without running a hosted service.

PyPI package
PyPI package: backlog-atlas
GitHub stars
GitHub stars: omry/backlog-atlas
Agent Skill Installer interactive source picker

Agent Skill Installer is a small Python tool for installing Codex and Claude Code skills from GitHub, PyPI, local checkouts, or local wheel files. It supports global and repository-specific installs, writes discoverability blocks, records enough install state to safely upgrade or uninstall what it owns, and validates agent-specific installer metadata.

PyPI package
PyPI package: agent-skill-installer
GitHub stars
GitHub stars: omry/agent-skill-installer
HoodleFinance formula example with price lookup
HoodleFinance spreadsheet examples for foreign ETFs and Philippine stocks

HoodleFinance is a Google Sheets Addon for fetching market data in places where GOOGLEFINANCE falls short, especially around international tickers and identifiers. It also features built-in currency conversion.

GitHub stars
GitHub stars: 2

Small projects

  • Stale Buffer Guard

    Stops open VS Code tabs from showing old text after version control, formatters, or agents change files on disk; warns when unsaved edits are based on an older version.

  • llm-auth

    Local auth surfaces for LLM developer tools: API keys, ChatGPT OAuth, status checks, tests, and safer `.env` handling.