Scc — AI skill for Claude Code
System Context Compiler — compile code, config, infra, runtime, and intent into an evidence-backed machine model, then emit task-specific context packs for AI coding agents (Claude Code, Codex, Hermes.
How to install Scc
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open carterlasalle/scc and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Scc does
System Context Compiler — compile code, config, infra, runtime, and intent into an evidence-backed machine model, then emit task-specific context packs for AI coding agents (Claude Code, Codex, Hermes, OpenCode).
Alternatives in AI
- Repomix — 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file 22.7k ★
- Graphjin — GraphJin - An Automagical Compiler to Connect AI to Your Databases 3034 44 1 3k ★
- Nodeterm — Node-based terminal manager for AI coding agents — tmux-backed terminals and parallel agent sessions as dragga 1.3k ★
README
System Context Compiler
**Compile repositories into evidence-backed system context for coding agents.**
[](https://github.com/carterlasalle/scc/actions/workflows/ci.yml)   
[Getting started](docs/IMPLEMENTATION_PLAN.md) · [Context packs](docs/CONTEXT_COMPILER.md) · [System IR schema](docs/SYSTEM_IR_SCHEMA.md) · [Adapters](docs/API_AND_INTEGRATIONS.md) · [Benchmarks](docs/TEST_PLAN.md) · [Contributing](CONTRIBUTING.md)
SCC continuously compiles code, configuration, infrastructure, runtime evidence, tests, and declared architectural intent into a **verified machine model of the software system** — then emits small, task-specific context packs so AI coding agents start every task with correct system understanding instead of rediscovering it through search. Every fact carries a provenance class and points at the exact evidence that supports it; stale facts never enter trusted context.
Give agents more repository understanding per token, not more repository text.
How it works
flowchart LR
A[Source code] --> B[Reality Graph]
C[Config and infra] --> B
D[Runtime traces] --> B
E[Intent] --> B
F[External analyzers] --> B
B --> G[System IR]
G --> H[System Atlas]
H --> I[Context Compiler]
I --> J[Context packs]
J --> K[Coding agents]
K --> L[Exact tools]
L --> A
The authority chain is strict:
runtime observation + compiler/LSP facts > deterministic extraction
> declared architecture > high-confidence inference > memory > model assumption
Inferred cla
Related Skills
System Ir
System Context Compiler — compile code, config, infra, runtime, and intent into an evidence-backed machine mod
Universal Debug Mode Skill
Evidence-driven debugging skill for AI agents: generate competing hypotheses, instrument with isolated runtime
Infra AI Agent Tutorials
This repository provides a comprehensive tutorial for developing AI agents, covering the complete spectrum fro
PromptEnhance
Rewrite the following prompt to be clearer, more specific, and more effective for an AI assistant. Preserve th
Mdscript
A template language for composable LLM prompt engineering. Write prompts with variables, loops, conditionals,
Human Article Writer
Evidence-backed Claude Code skill that generates human-sounding articles. Calibrated against 1,109 pre-AI-era
Related Agents
Light Compiler
Use this agent when you need to compile a Delphi project and verify that code changes build successfully. This
Arch Author
Authors or edits .arch floor-plan files using the compiler's own verification loop (compile → fix → describe →
Ensemble Curator
High-volume triage agent for external-AI-agent PRs (Codex, Jules, Hermes, Droid, Aider, etc.). Analyzes, conso