Start with ayghri/i-have-adhd, the week’s biggest climber. Despite the jokey name it solves a serious annoyance: it installs as a skill for Claude Code and similar assistants and rewrites how they reply. The answer comes first, multi-step tasks are numbered, and every reply ends with one concrete next step. The rule file is plain text, so you can tune the behavior after a day of use instead of living with defaults that almost fit.

Two entries this week offer different homes for agent work. deepseek-ai/deepseek-harness is DeepSeek’s own agent runtime, built around replaceable plugins with a web interface for driving it; it is explicitly a developer preview, so expect interfaces to move. vastsa/PI-Desktop goes the other direction, giving agents a desktop workspace that belongs to no editor or vendor: projects, sessions, diffs and reviews stay on your machine, you bring the model provider, and three modes trade speed against how much autonomy you hand over. If you want to study how an agent is composed, try the harness; if you want a daily driver you control, PI-Desktop is the one to open first.

diegosouzapw/OmniRoute takes on the tedious arithmetic of free tiers. This self-hosted gateway fronts hundreds of model providers behind one OpenAI-compatible endpoint, and on a fresh install you can send a request with the model set to auto without configuring any keys. When a provider runs dry, the fallback chain moves on to the next one. It suits experiments and prototypes you would rather not put on a credit card; for anything sensitive, read how quotas are counted before relying on the numbers.

The most ambitious entry is EvoMap/AutoResearch, an open-source workflow for AI and machine learning research. Hand it an idea, or let it propose directions from recent papers and community signals, and it plans experiments, runs them, and collects plans, code, logs and reviews on disk as an evidence package. Its guard against agents grading their own homework is structural: at least three different models must cross-check each idea, and negative results are preserved rather than buried. Researchers can inspect, resume or stop a run at any point.

For a quieter utility, microsoft/markitdown keeps doing unglamorous work well: it converts PDFs and Office files into Markdown so a folder of mixed documents can feed search or an AI workflow. If your week involves cleaning up a document pile before anything intelligent can happen, start there and let the louder projects wait.