by itigges22
Adaptive Test-time Learning and Autonomous Specialization
# Add to your Claude Code skills
git clone https://github.com/itigges22/ATLASLast scanned: 7/21/2026
{
"issues": [
{
"file": "README.md",
"line": 117,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://raw.githubusercontent.com/itigges22/ATLAS/main/scripts/atlas-\"",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-07-21T06:27:22.521Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}ATLAS is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by itigges22. Adaptive Test-time Learning and Autonomous Specialization. It has 2,064 GitHub stars.
Yes. ATLAS passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/itigges22/ATLAS" and add it to your Claude Code skills directory (see the Installation section above).
ATLAS is primarily written in Python. It is open-source under itigges22 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ATLAS against similar tools.
No comments yet. Be the first to share your thoughts!
ATLAS is a local coding agent that brings frontier-style reasoning and verification to compact open models. It puts more intelligence in the system around the model (planning, candidate generation, quality scoring, sandboxed testing, and repair) so smaller models can tackle real software work entirely on your own hardware, without a hosted API or per-token fees.
ATLAS_SANDBOX_NET_INTERNAL=true to disable it.Updated weekly (Mondays, via GitHub Actions).
atlas-tui - native Bubbletea terminal UI; the canonical chat client. Type atlas in any project directory to launch it.
/add, /diff, /commit, /run for local file context and shell-out!bash, and /slash with a hint dropdownatlas-proxy - Go agent loop that orchestrates the system.
ast_edit for structural code editsV3 Pipeline - multi-phase code generation; turns a single prompt into a verified candidate.
Geometric Lens - energy-based scoring over the model's own embeddings, no external oracle. (What is a "Geometric Lens"?)
Sandbox - isolated execution for build verification.
llama-server - local LLM inference on one consumer GPU.
Full documentation (setup, architecture, configuration, troubleshooting, benchmark reports, and the research behind each component) lives in the docs/ directory.
One-shot install:
curl -fsSL https://raw.githubusercontent.com/itigges22/ATLAS/main/scripts/atlas-bootstrap.sh | bash
Prefer not to pipe a moving script into bash? Same installer, two more careful ways to run it:
# Pinned to a release: script, checkout, and images all at the signed tag
curl -fsSL https://raw.githubusercontent.com/itigges22/ATLAS/v3.1.3/scripts/atlas-bootstrap.sh \
| ATLAS_BOOTSTRAP_REF=v3.1.3 bash
# Review before running
curl -fsSL -o atlas-bootstrap.sh https://raw.githubusercontent