---
title:

korchasa awesome lists digest (16.06.2026)

date: 2026-06-16
categories: [news ]
draft: false
---

Today’s update points to a practical infrastructure layer around AI agents: not just runtimes and dashboards, but tools that connect agentic workflows with code, CAD, internal operations, orchestration, and review loops. The digest includes seven new projects from awesome-ai-agents; awesome-mcp and awesome-aiops did not add new entries this time.

mindsdb/minds — 39303 stars. Minds Platform is a general-purpose AI designed for knowledge workers, offering a flexible, deployable system for automating tasks and building internal AI tools with full control. The notable part is the positioning: AI for operational teams as a controlled platform for internal automation, not just as a standalone assistant.

kestra-io/kestra — 27057 stars. Kestra is an open-source, event-driven orchestration platform for data, AI, and infrastructure workflows, enabling declarative and code-based automation with a rich plugin ecosystem. For agent systems, this combination of event-driven execution, declarative workflows, and infrastructure automation is increasingly important: agents are becoming pipeline components rather than isolated demos.

DietrichGebert/ponytail — 8863 stars. Ponytail enables AI agents to generate more concise, efficient, and cost-effective code by enforcing a “lazy senior dev” methodology, prioritizing existing solutions and minimal implementation. It is a useful example of a tool that shapes agent behavior rather than the model itself: less rewriting, more reuse, and cheaper iteration cycles.

ConardLi/garden-skills — 7984 stars. Garden Skills is an open-source collection of production-ready AI agent skills for Claude Code, Cursor, Codex, and other AI coding agents, focusing on web design, knowledge retrieval, and image gen… Even with the truncated source description, the direction is clear: repeatable practices are being packaged into skills that can be reused across coding-agent environments.

EKKOLearnAI/hermes-studio — 7921 stars. Hermes Studio is a web dashboard, desktop app, and local runtime for Hermes Agent, offering AI chat, model management, automation, and analytics in a self-hosted environment. The emphasis is on local and self-hosted operations: chat, model management, automation, and analytics are combined into one control plane for running Hermes Agent.

earthtojake/text-to-cad — 6384 stars. A library providing agent skills for CAD, robotics, and hardware design, enabling AI agents to generate, inspect, and manage various design artifacts. This extends the coding-agent pattern into engineering domains where the output is not only a text diff, but a design artifact that needs inspection and management.

backnotprop/plannotator — 6213 stars. Plannotator is a local, browser-based tool for visually annotating and reviewing plans, code diffs, and HTML artifacts generated by AI coding agents, enabling one-click feedback. The project addresses a practical gap between generation and control: plans, diffs, and HTML outputs become reviewable artifacts, while feedback turns into a faster operational loop.

Overall, the update shows a maturing agent ecosystem. The interesting growth is now around control, orchestration, reusable skills, and review tooling. This looks less like a race of standalone chatbots and more like the assembly of a production environment where an agent is an executable component inside real workflows.