Alc
Description
ALC — a control plane for agentic coding: automated checks and quality gates around your agents.
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
ALC — Agentic Layer Compiler & Runtime
**Declare how your agents should work once. Run it on any coding engine — with the guardrails built in.**
  
**English** | [Português](README.pt-BR.md)
ALC is a **control plane for agentic coding**. It keeps the good practices — verification, focus, isolation, review — *outside* the model, in plain deterministic code. The coding engine (Claude Code, Gemini, …) becomes a thin, swappable executor.
The point: best practices stop being discipline you have to remember, and become defaults you can't skip.
✨ Highlights
- 🛡️ Guarantees outside the model — the Assurance Loop runs your checks and repairs until they pass. Nothing is reported done until it actually is.
- 🔌 Engine-agnostic — Claude Code or Gemini. Switch with a flag; the control plane doesn't change.
- 🎯 One agent, one purpose — every task is a focused Single Mandate. No context pollution.
- 🧩 Composable — Blueprints → Flows → a Conductor that turns a goal into the right Flows.
- 🌙 Unattended — drop tasks in a queue; cron's
alc tickdrains them, isolated, while you're away. - 🧠 Specialists — agents that keep a Knowledge File and get better at an area over time.
- 🔒 Isolated —
--isolateruns the work in a throwaway git-worktree branch, so your working tree stays clean.
🚀 Quick Start
New to ALC? The [first-run guide](https://alc-runtime.vercel.app/docs/getting-started/first-run) walks you from install to
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11