2026-05¶
- State of Routing in Model Serving
- GitHub - Kanaries/Rath: Next generation of automated data exploratory analysis and visualization platform. · GitHub
- DuckDBには対応していない
- GitHub - clidey/whodb: A lightweight next-gen data explorer - Postgres, MySQL, SQLite, MongoDB, Redis, MariaDB, Elastic Search, and Clickhouse with Chat interface · GitHub
- DuckDBには対応していない
- GitHub - robinebers/openusage: Burning through your subscriptions too fast? Paying for stuff you never use? Stop guessing. OpenUsage is free and open source. · GitHub
- only mac
- GitHub - patoles/agent-flow: Real-time visualization of Claude Code agent orchestration — see your agents think, branch, and coordinate as they work. · GitHub
- GitHub - wanshuiyin/Auto-claude-code-research-in-sleep: ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent. · GitHub
- GitHub - sentrux/sentrux: Real-time architectural sensor that helps AI agents close the feedback loop, enabling recursive self-improvement of code quality. Pure Rust. · GitHub
- GitHub - kitlangton/ghui: A GitHub TUI · GitHub
- GitHub - b-nnett/codex-plusplus: Codex++ tweak system for the Codex desktop app · GitHub
- GitHub - appergb/openless: Hold a key, speak, release — AI-polished text appears at your cursor in any app. Open-source voice input for macOS & Windows. (按住快捷键说话,松开即得润色后的文字) · GitHub
- windows or mac
- GitHub - Gitlawb/openclaude: runs anywhere. uses anything · GitHub
- multi provider対応
- GitHub - allinurl/goaccess: GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. · GitHub
- GitHub - revfactory/harness: A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use. · GitHub
- only claude
- GitHub - nextcloud/server: ☁️ Nextcloud server, a safe home for all your data · GitHub
- ⚡ FastAPI vs Gin vs Spring Boot 2026: 1M Request Benchmarks That’ll Change Your Stack Choice
- requestの中でDB接続を毎回やっていたり、ベンチマークとして参考になるかは疑問
- GitHub - starpig1129/DATAGEN: DATAGEN: AI-driven multi-agent research assistant automating hypothesis generation, data analysis, and report writing. · GitHub
- GitHub - CodeBoarding/CodeBoarding: Interactive architecture diagrams for codebases · GitHub
- GitHub - kenforthewin/atomic: Self-hosted, semantically-connected personal knowledge base · GitHub
- GitHub - fabro-sh/fabro: ⚒️ The open source dark software factory for expert engineers. · GitHub
- GitHub - scanopy/scanopy: Network diagrams that update themselves · GitHub
- GitHub - conorbronsdon/avoid-ai-writing: Skill that audits and rewrites content to remove AI writing patterns. Use it with your favorite agents including Claude Code, OpenClaw, and Hermes. · GitHub
- GitHub - Agents365-ai/drawio-skill: drawio-skill — From Text to Professional Diagrams. An Agent Skill (SKILL.md) that generates draw.io diagrams from natural language and exports to PNG/SVG/PDF. Works with Claude Code, OpenClaw, Hermes Agent, OpenAI Codex, and SkillsMP. · GitHub
- GitHub - jhuckaby/Cronicle: A simple, distributed task scheduler and runner with a web based UI. · GitHub
- https://github.com/pixlcore/xyops はメンテされるが、cronicleはメンテされない様子
- Playwright CLI で AI エージェントに視覚的なフィードバックを与える
- GitHub - suzuki-shunsuke/ghtkn: A CLI to create short-lived (8 hours) GitHub App User Access Token for secure local development · GitHub
- 1passwordの年次プランの有効期限残っている状態で、次回更新以降は月次で更新するために請求プランを月次にしたら、請求された。年次の有効期限が残っている状態で、月次にしたら請求されると思っていなかった。支払い期限や契約期限の確認や同意確認がなく、いきなりそのような挙動になってのでびっくりした。
- GitHub - dyad-sh/dyad: Local, open-source AI app builder for power users ✨ v0 / Lovable / Replit / Bolt alternative 🌟 Star if you like it! · GitHub
- bash unit test
- GitHub - bash-unit/bash_unit: bash unit testing enterprise edition framework for professionals · GitHub
- GitHub - bach-sh/bach: Unit testing framework for developing cross-platform Bash unit tests · GitHub
- GitHub - shellspec/shellspec: A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells · GitHub
- GitHub - bats-core/bats-core: Bash Automated Testing System · GitHub
- GitHub - kward/shunit2: shUnit2 is a xUnit based unit test framework for Bourne based shell scripts. · GitHub
- GitHub - bash-unit/bash_unit: bash unit testing enterprise edition framework for professionals · GitHub
- GitHub - faker-js/faker: Generate massive amounts of fake data in the browser and node.js · GitHub
- GitHub - Rohithgilla12/data-peek: A minimal, fast, database client desktop application. Built for developers who want to quickly peek at their data without the bloat. · GitHub
- GitHub - modem-dev/hunk: Review-first terminal diff viewer for agentic coders · GitHub
- GitHub - GreenSheep01201/claw-empire: Command Your AI Agent Empire from the CEO Desk — A local-first AI agent office simulator that orchestrates CLI, OAuth, and API-connected agents (Claude Code, Codex CLI, Gemini CLI, OpenCode, and more) as a virtual autonomous company. · GitHub
- AI-DLCのルールファイルを全部読んでみた——awslabs/aidlc-workflowsの仕組みを深掘りする
- wslでdockerが使えなくなった
- WSL2 Docker Desktop 環境でDockerデーモンが存在しないエラー Cannot connect to the Docker daemon at unix:///var/run/docker.sock #Laravel - Qiita
- wsl integrationを有効にしようとすると権限関連でエラーが出たが、何度かリトライしたら解消した
- WSL2によるホストのメモリ枯渇を防ぐ方法 #Docker - Qiita
sudo sh -c "echo 3 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a"- 【検証】GitHub Copilotのサブエージェントはモデル指定は効果があるか - つばろぐ
- copilot cliではsubagentのmodel指定がどうなっているのかわからない
- Rustだ異常に遅かった本当の理由は「localhost」だった話(0.256s → 0.002s)
- GitHub Copilot individual plans: Introducing flex allotments in Pro and Pro+, and a new Max plan - The GitHub Blog
- playwright-cliでinstall-browserを実行すると途中で止まる
npm config set min-release-age 7 --globalを実行しても反映されなかった。--globalフラグを外してもプロジェクト用の設定ファイルに反映されなかった- helixでgo lspでmodが読み込めない時は
go mod vendorをすると解決した - Large tech companies don't need heroes
- Graphify: Navigate Our Codebase by Structure, Not Similarity
- GitHub - sleuth-io/sx: sx is a package manager for AI coding assistants · GitHub
- Claude Code を社内導入する時の最低限ガードレール5項目 — 機密情報を漏らさない設定パターン #AI - Qiita
- GitHub - ruvnet/RuView: π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video. · GitHub
- GitHub - AdguardTeam/AdGuardHome: Network-wide ads & trackers blocking DNS server · GitHub
- メモリとOOMの動作確認をしたかったので、stressコマンドを使ってみたが、上限以上のメモリ消費ができなかったので、
stress-ngを試してみた。どちらもaptを使ってインストールできる。stress-ng --vm 1 --vm-bytes 100% --oomableのコマンド実行しながらメモリ消費を見ていると、0に近くなったが、マシンが遅くなったり停止するくらいまでメモリ消費はしなかった。 - docker sandboxesでubuntu 25.04をベースにした環境でzshを動かしていたらstarshipの文字が????で表示された。backspaceを押すとカーソルが逆に動く問題も併発していたが、以下の対策で解決した。
- フォントが原因なら次を試しても良いかも
- ↑追記:
locale -aで存在するlocaleを設定する
- コンテナのGoアプリ、過剰並列になっていませんか?──cgroup環境のGOMAXPROCSチューニングをMacで実測 - Timee Product Team Blog
- ubuntu 25.04でyaziを使うと、file previewでmime typeを識別できなかったというエラーが発生した。
sudo apt install fileを実行した後にyaziを使うと解決した。 - GitHub - thananon/9arm-skills · GitHub
- GitHub - multica-ai/andrej-karpathy-skills: A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls. · GitHub
- 10 AutoResearch Agents You Should Absolutely Know About
- mcflyをシェルの履歴検索に使っていたが、積極的にメンテナンスがされていないため、代替を探していた。代替として、atuinを使ってみたが、マッチングのアルゴリズムに慣れなかった。最終的には fzf を使った履歴検索に落ち着いた。
- GitHub - NVIDIA/skills: AI agent skills published by NVIDIA · GitHub
- copilot cliでcopyが動かなくなった
- SQLMeshのデータパイプラインの中で、Pythonを使おうとすると、Pandasで処理される。pandasの処理の部分でメモリを大量に消費し、OOMが発生するということが何度か起きている。省メモリでデータ処理をするために、PolarsのLazyFrameとstreamingを使いたいが、SQLMeshではPolarsが十分にサポートされていない。SQLMeshでは最終的にParquetファイルが作成されるので、作成されたParquetファイルをPolarsで処理することも考えてみたが、今のところ筋のいい解決策を検討できていない。
- IME
- GitHub - smtg-ai/claude-squad: Manage multiple AI terminal agents like Claude Code, Codex, OpenCode, and Amp. · GitHub
- GitHub - browser-use/terminal: Terminal UI to get stuff done in the browser · GitHub
- GitHub - decolua/9router: Unlimited FREE AI coding. Connect Claude Code, Codex, Cursor, Cline, Copilot, Antigravity to FREE Claude/GPT/Gemini via 40+ providers. Auto-fallback, RTK -40% tokens, never hit limits. · GitHub
- GitHub - tinyhumansai/openhuman: Your Personal AI super intelligence. Private, Simple and extremely powerful. · GitHub
- open clawとhermes agentとの比較が載っている
- GitHub - BlockRunAI/ClawRouter: The agent-native LLM router for OpenClaw. 41+ models, <1ms routing, USDC payments on Base & Solana via x402. · GitHub
- GitHub - colbymchenry/codegraph: Pre-indexed code knowledge graph for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, and Hermes Agent — fewer tokens, fewer tool calls, 100% local · GitHub
- GitHub - ComposioHQ/agent-orchestrator: Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews. · GitHub
- tmux依存
- GitHub - NousResearch/hermes-agent: The agent that grows with you · GitHub
- AI エージェントに.envを読まれたくなかったからInfisicalを導入てみた | SIOS Tech Lab
sbx cpでホストとサンドボックス間でファイルのコピーをしようとしたが、うまくできなかった- GitHub - neurocyte/flow: Flow Control: a programmer's text editor · GitHub
- GitHub - biomejs/gritql: GritQL is a query language for searching, linting, and modifying code. · GitHub
- GitHub - kuasar-io/kuasar: A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions. · GitHub
- GitHub - omacom-io/omaterm: Minimal Terminal Omakase for Arch · GitHub
- headless omarchyのようなもの。コマンド、binがプリセットアップされている
- GitHub - t8y2/dbx: 15MB, lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more.15MB,轻量级跨平台数据库客户端。支持 MySQL、PostgreSQL、SQLite、Redis、MongoDB、DuckDB、ClickHouse、SQL Server 等。 · GitHub
- GitHub - fujibee/agmsg · GitHub
- エージェント間のwindowsでテキストの送受信。2026/06時点ではclaude, codexのセットアップが簡略化されている。任意のエージェントにも対応するための拡張あり
- GitHub - 1jehuang/mermaid-rs-renderer: A fast native Rust Mermaid diagram renderer. No browser required. 500-1000x faster than mermaid-cli. · GitHub
- GitHub - 1jehuang/jcode: Coding Agent Harness · GitHub
- GitHub - chopratejas/tokview: See where your LLM tokens actually go — down to the individual tool call. A small, local, zero-config proxy + dashboard for token/cost tracking across Claude, OpenAI, Gemini. · GitHub
- httpxのアクティビティの様子からforkしてメンテナンス
- GitHub - jamesabel/pytest-fly: PyTest for System Tests · GitHub
- GUIでpytest実行中のmemory, cpu, disk, networkの推移を表示。READMEの例を見るのがわかりやすい
- GitHub - JuanJFarina/pymetrica: Pymetrica is a Python static analysis tool that computes software engineering metrics such as Cyclomatic Complexity, Halstead Volume, and Maintainability Cost. It analyzes code using the Python AST and provides a CLI for evaluating complexity, maintainability, and architectural stability of Python projects. · GitHub
- ASTを使ってPythonコードの複雑度などのコードメトリクスを計測
- GitHub - awslabs/aidlc-workflows: AI-Driven Life Cycle (AI-DLC) adaptive workflow steering rules for AI coding agents · GitHub
- GitHub - eclipse-zenoh/zenoh: zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks. · GitHub
- GitHub - waybarrios/opencode-power-pack: Eleven Claude Code skills ported to OpenCode: code-review, security-review, feature-dev, frontend-design + 7 more. One config line, one plugin. · GitHub
- claude codeのスキルの一部をopen codeでも利用できるように
- pyghidra-mcp Meets Ghidra GUI: Drive Project-Wide RE with Local AI | clearbluejar