Acs banner
andyvandaric andyvandaric

Acs

Security community

Description

ACS (Agnostic Config Suites) — AI coding agent skill system. 25+ auto-activating skills for Claude Code, Hermes, Kiro, Codex. Spec-driven dev, TDD, security review, architecture blueprints. One install, all agents upgraded.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ACS — Agnostic Config Suites

**🌐 Language:** [English](README.md) | [Bahasa Indonesia](README.id.md)

The agentic coding stack that makes AI work for you — not the other way around.


Why ACS?

**Agent Capability System** — a single binary that turns any AI coding agent into a full engineering team:

  • Multi-model routing — 9router proxy connects all providers (OpenAI, Anthropic, Google, local) through one endpoint, auto-fallback when a provider goes down
  • Agent gateway — deploy AI agents to Telegram, run 24/7, receive tasks from chat anytime
  • Self-healing infrastructure — watchdog auto-restarts crashed services, gateway respawn, stale lock detection, 9router backoff recovery
  • Reactive dashboard — Tide-powered UI with instant cache hydration, skeleton loading, WebSocket live updates, and prefetch on hover
  • 30+ battle-tested skills — spec writing, architecture, TDD, security review, git workflow — all activate automatically based on context
  • Codex multi-auth — manage multiple AI accounts, switch contexts seamlessly
  • Sync & snapshots — pre-sync backup, snapshot browser, quick undo, overlap detection with progress streaming
  • Auto-update — binary updates automatically with realtime progress bar, SHA-256 verification, zero downtime, rollback on failure
  • Zero config routing — set up once, all agents (Claude Code, Hermes, Kiro, Codex) connect to the same model pool

Works with Claude Code, Hermes, Kiro, Codex, and any MCP-compatible agent. Tool-agnostic by design.


Install

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/andyvandaric/acs/main/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/andyvandaric/acs/main/install.ps1 | iex

The installer automatically:

  • Detects your platform (Windows/macOS/Linux, amd64/arm64)
  • Downloads the binary from the private repo via GitHub auth
  • Verifies SHA-256 integrity
  • Installs to `~/.acs/bin