Skip to main content

Introducing llm-auth

· 2 min read
Omry Yadan
Software engineer and open-source maintainer

llm-auth is a small local credential manager for LLM developer tools. It keeps API-key and subscription-OAuth credentials in a project .env file, with metadata that makes each auth surface discoverable, testable, and refreshable.

The motivating problem is simple: local scripts, benchmarks, evals, and agent runners often need access to several LLM providers, but the credentials tend to end up scattered across shell profiles, one-off env files, and provider-specific token stores.

Introducing Agent Skill Installer

· 3 min read
Omry Yadan
Software engineer and open-source maintainer

Agent Skill Installer started as a by-product of another project I am working on. That project needed to install a skill reliably and easily, and the installer came out useful enough that I decided to make it available more generally.

Agent skills are useful when they are easy to try. The awkward part is usually not writing SKILL.md; it is getting the files into the right place, making the agent aware of them, and later remembering exactly what was installed.

Agent Skill Installer is a small Python tool for that part of the job. It installs Codex and Claude Code skills from GitHub, PyPI, a local checkout, or a local wheel file. Installation can be global for the current user or specific to a repository.

Introducing Backlog Atlas

· 2 min read
Omry Yadan
Software engineer and open-source maintainer

Backlog Atlas started from a maintainer problem I ran into when I recently started maintaining OmegaConf and Hydra again. Both projects are widely used, but they had been under-maintained for years. Over time, issues accumulated, pull requests piled up, and the backlog became hard to reason about.

With hundreds of issues and pull requests across both repositories, tackling the work directly felt almost impossible. Backlog Atlas came from needing a way to make that backlog visible enough to act on.