AIAny
AI Agent2025
Icon for item

wshobson/agents

Modular marketplace of focused Claude Code plugins that composes specialized agents and progressive 'agent skills' to orchestrate multi-agent development workflows while minimizing token usage.

Introduction

Most LLM-enabled automation projects either bloat context with large monolithic toolsets or force you to hand-craft orchestration glue. This repository treats orchestration as a curated marketplace: install only the focused plugins you need, each bundling a small set of agents and progressive skills so workflows scale without dragging unnecessary tokens into context. (github.com)

What Sets It Apart
  • Granular plugin marketplace — dozens of single-purpose plugins (plugins bundle agents + tools), so you compose workflows by installing only required components; this reduces active context size compared with monolithic agent packs. So what: smaller contexts lower token cost and improve reliability for long, multi-step workflows. (github.com)

  • Rich agent & skill taxonomy — the repo exposes large numbers of specialized agents and modular "agent skills" with progressive disclosure. So what: expertise can be scoped tightly (e.g., security-auditor, python-pro), enabling multi-agent orchestration with clearer role boundaries and less prompt engineering overhead. (github.com)

  • Workflow-first orchestrators — prebuilt multi-agent orchestrators for common complex tasks (full-stack dev, incident response, ML pipelines). So what: teams get working end-to-end patterns instead of reinventing coordination logic for each project. (github.com)

  • Production-oriented tooling and evaluation — includes tooling, PluginEval framework, and CI-friendly organization aimed at deployable automation (MIT licensed). So what: this is positioned for integration into engineering processes, not just research demos. (repos.ecosyste.ms)

Who it's for & trade-offs

Great fit if you:

  • Run or plan to run Anthropic/Claude Code-based agent workflows and want a marketplace-style catalog to compose capabilities quickly. (github.com)
  • Prefer explicit agent role separation and token-efficient progressive disclosure over monolithic agent stacks.
  • Need production-ready examples and integratable tooling (workflows, security scans, scaffolding).

Look elsewhere if:

  • You require provider-agnostic agent runtime (this repo targets Claude Code / Anthropic workflow conventions); using other platforms will need adaptation. (claudecodemarketplace.com)
  • You want a minimal single-agent assistant — the repo focuses on multi-agent orchestration and a plugin marketplace, which adds organizational complexity.
Where it fits

Practically, this repository sits between opinionated orchestration templates (gives end-to-end workflows) and a plugin/skill marketplace that encourages composability. Compared to DIY Auto-GPT-style setups, it emphasizes curated, testable orchestration patterns and token efficiency at the cost of some platform coupling. (openaitx.github.io)

Information

  • Websitegithub.com
  • AuthorsSeth Hobson (wshobson)
  • Published date2025/07/24

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).