agentsclimarketplace

Dev

Skill ellmos-ai/skills/skills/assist/dev

Portable SKILL.md library for Claude Code, Codex-compatible agents, BACH, and local-first LLM workflows

Install
npx -y skills add ellmos-ai/skills --skill dev

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Entwickler-Assistent (ATI-Nachfolger). Verschafft schnellen Projekt-Überblick per headless Scan und routet auf die vorhandenen Coding-Werkzeuge: CodeCommander-MCP (Analyse/Refactor/Diagnose) und das ellmos-code-tools-Modul. Reines Werkzeug-Routing + Scan, kein eigener Store.

SKILL.md

3.2 KB, as published. Nobody here has run it

Dev — Entwickler-Assistent (ATI)

Verschafft Überblick, dann übergibt er an die richtigen Werkzeuge.

Zweck

Nachfolger von BACHs ATI/entwickler-Agent. Zwei Aufgaben:

  1. Projekt-Scan (headless, stdlib): schneller, tokensparender Überblick über Struktur, Sprachen und Build-Marker eines Projekts — bevor teure Analyse läuft.
  2. Werkzeug-Routing: leitet auf die vorhandenen Coding-Tools weiter statt eigene zu duplizieren.

Trigger

NutzereingabeAktion
„Verschaff dir Überblick über das Projekt X"dev_core.py scan <pfad>
„Was ist das für ein Projekt / welcher Stack?"dev_core.py scan <pfad>
„Analysiere diese Datei / refactor"→ CodeCommander-MCP
„Generiere/prüfe Python-Code"→ CodeCommander-MCP / ellmos-code-tools

Werkzeug-Landschaft (Routing-Ziele)

  • CodeCommander-MCP (.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 u.a.
  • ellmos-code-tools (.AI/.MODULES/ellmos-code-tools): CLI-Devtools (Structural-Edit, pycutter-Kontext, Method-Analyzer).
  • FileCommander-MCP: Datei-/Verzeichnis-Operationen über große Bäume.

CLI-Einstieg (dev_core.py)

python dev_core.py scan .              # aktuelles Projekt
python dev_core.py scan /pfad/projekt  # Struktur + Sprachen + Marker

Erkennt u.a.: Python (pyproject/requirements/setup), Node/TypeScript, Rust, Go, Java, Roblox (Rojo), Docker, Git-Repo.

Store

Kein Store. Reiner Scan + Routing.

Haltung

Wir empfehlen CodeCommander/ellmos-code-tools als Coding-Werkzeuge, sind aber offen für andere (z.B. ruff/pylint/eslint), falls der Nutzer das vorzieht.

Datenschutz

  • dev_core.py liest nur Datei-/Verzeichnisnamen (Struktur), keine Inhalte, kein Upload.
  • Übersprungen werden u.a. .git, node_modules, .venv, __pycache__.

Verwandte Ressourcen

  • assist/AGENTS.md — Umbrella-Router
  • .AI/.MCP/ellmos-codecommander-mcp · .AI/.MODULES/ellmos-code-tools

Changelog

0.1.0 (2026-06-22)

  • Initiale Version. ATI/entwickler-Nachfolger: headless Projekt-Scan (stdlib) + Routing auf CodeCommander-MCP / ellmos-code-tools. Userneutral, kein Store.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.