Asc
Description
Local-first control plane for coding agents — session contracts, real boundaries, human-in-the-loop execution, and an audit trail.
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
ASC — Agent Session Control
**A local-first control plane for coding agents.** Run several AI sessions without losing track of what each one is allowed to do, what it decided, and what still needs you.
[](https://github.com/colosair/asc/actions/workflows/ci.yml) [](https://www.npmjs.com/package/@asc-agent/runtime) [](https://nodejs.org) [](LICENSE)
ASC gives an agent a contract — a goal, done-criteria, a write boundary — lets it proceed on what it owns, and stops it at the boundaries that are yours: ownership, shared contracts, secrets, irreversible actions. Nothing reaches an external system without an approved execution grant. Everything is auditable afterwards.
**The packages are on npm.** Install them with the exact commands below. Cloning this repository is the [contributor path](#development) — it is not how you use ASC.
If the version pinned here is not on the registry, this source is ahead of the release: report that the exact version is unpublished and stop. **Do not fall back to another version** — `@latest` or an older pin is a runtime nobody tested these instructions against.
**Coding agent?** Read [AGENTS.md](AGENTS.md) — the ordered path from this URL to a ready control plane, with the decisions already made, and the rules for turning a work request into a session contract once there is real work.
Korean: [README.ko.md](README.ko.md). This file is canonical.
The problem it solves
Running parallel agents, a person becomes the memory: carrying context between sessions, remembering which one was allowed to touch what, re-deriving why a decision was made. ASC moves that into a runtime that lives in your own space — not in the repository you are working on.
- **Sessions
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,