Acs
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
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,