From f49857ae90f85ffc377eec0a4188d90ac88820e5 Mon Sep 17 00:00:00 2001 From: askalf <263217947+askalf@users.noreply.github.com> Date: Sat, 9 May 2026 18:38:28 -0400 Subject: [PATCH] docs: add git-providers row to 'Also by askalf' table --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7064cac..b11921c 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,13 @@ MIT — see [LICENSE](LICENSE). | Project | What it does | |---------|-------------| +| [arnie](https://github.com/askalf/arnie) | Portable IT troubleshooting companion. Networking, AD, Windows Update, package managers, log triage, hardware checks. | +| [brio](https://github.com/askalf/brio) | Capability layer for AI workloads — semantic cache, cost tiering, policy. Sits in front of any Anthropic-compat endpoint. | +| [claude-bridge](https://github.com/askalf/claude-bridge) | Bridge Claude Code sessions to Discord. | +| [dario](https://github.com/askalf/dario) | Local LLM router. Use your Claude Max/Pro subscription as an API. | +| [deepdive](https://github.com/askalf/deepdive) | Local research agent. Plan → search → fetch → extract → synthesize. Cited answers. | +| [git-providers](https://github.com/askalf/git-providers) | Unified GitHub + GitLab + Bitbucket Cloud REST clients behind one GitProvider interface. Plus a 44-entry api-key-provider taxonomy. | +| [hands](https://github.com/askalf/hands) | Cross-platform computer-use agent. Mouse, keyboard, screen. | +| [install-kit](https://github.com/askalf/install-kit) | curl-pipe-bash template for self-hosted Docker apps. | | [pgflex](https://github.com/askalf/pgflex) | One Postgres API. Two modes (real PG ↔ PGlite WASM). | | [redisflex](https://github.com/askalf/redisflex) | One Redis API. Two modes (ioredis ↔ in-process). | -| [hands](https://github.com/askalf/hands) | Cross-platform computer-use agent. | -| [dario](https://github.com/askalf/dario) | Use your Claude Max subscription as an API. | -| [brio](https://github.com/askalf/brio) | Capability layer for AI workloads. |