AgentSys (avifenesh/awesome-slash) — Summary
AgentSys is a modular multi-platform agent orchestration system distributed as an npm package and Claude Code marketplace entry, comprising 26 plugins, 50 agents (40 file-based + 10 role-based specialists), and 47 skills across all installed plugins — 5 platforms supported (Claude Code, OpenCode, Codex CLI, Cursor, Kiro). The system's core thesis is "code does code work, AI does AI work" — using regex/AST/static analysis for detection tasks (no tokens wasted) and reserving LLM calls for synthesis, planning, and review. Each plugin is an independently versioned GitHub repository under the agent-sh organization; agentsys (the main repo, originally avifenesh/awesome-slash) is the marketplace and installer. AgentSys ships a dedicated CLI binary (agentsys), a PostToolUse hook enforcing script-failure reporting, and benchmarked evidence showing Sonnet + AgentSys outperforms raw Opus at 40% lower cost on the same tasks. State persists across sessions via two files (task state + axiom memory). The audit-project command runs a multi-agent iterative code review — the most sophisticated orchestration in the pack.
differs_from_seeds: Closest to claude-flow (both are large multi-plugin npm packages with persistent state and multi-agent orchestration) but AgentSys uses a marketplace-of-plugins model with independently versioned repos rather than a monolithic MCP server. Unlike superpowers (skills-only, no commands), AgentSys is command-primary (24 commands). Unlike BMAD-METHOD (persona-based subagents), AgentSys agents are file-based skill activators with explicit model assignments. The agnix linter (423 validation rules for agent configs across 12+ platforms) is unique in the seed+batch corpus.