Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Developer assistant (ATI successor). Provides a quick project overview via headless scan and routes to the available coding tools: CodeCommander MCP (analysis/refactor/diagnose) and the ellmos-code-tools module. Pure tool routing + scan, no own store.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 74% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 549% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 249% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 22% | 0% |
<img src="banner.png" width="100%" alt="dev banner">
> Deutsch — Offizielle Deutsch-Version / Documento Oficial en Deutsch.
Gets an overview first, then hands off to the right tools.
Successor to BACH's ATI/entwickler agent. Two tasks:
structure, languages and build markers of a project — before expensive analysis runs.
| User input | Action | |---|---| | "Get an overview of project X" | dev_core.py scan <path> | | "What kind of project is this / which stack?" | dev_core.py scan <path> | | "Analyse this file / refactor" | → CodeCommander MCP | | "Generate/check Python code" | → CodeCommander MCP / ellmos-code-tools |
.AI/.MCP/ellmos-codecommander-mcp): cc_analyze_code,cc_analyze_methods, cc_extract_classes, cc_diagnose_imports, cc_runtime_import_diagnose, cc_generate_python_code, cc_check_indentation etc.
.AI/.MODULES/ellmos-code-tools): CLI dev tools (Structural-Edit,pycutter context, Method-Analyzer).
bashpython dev_core.py scan . # current project python dev_core.py scan /path/project # structure + languages + markers
Detects e.g.: Python (pyproject/requirements/setup), Node/TypeScript, Rust, Go, Java, Roblox (Rojo), Docker, Git repo.
No store. Pure scan + routing.
We recommend CodeCommander/ellmos-code-tools as coding tools, but are open to others (e.g. ruff/pylint/eslint) if the user prefers them.
dev_core.py only reads file/directory names (structure), no content, no upload..git, node_modules, .venv, __pycache__ etc.assist/AGENTS.md — Umbrella router.AI/.MCP/ellmos-codecommander-mcp · .AI/.MODULES/ellmos-code-toolsrouting to CodeCommander MCP / ellmos-code-tools. User-neutral, no store.
Other measured skills in the registry, with their headline benchmark lift.