quality-stack
Installation
SKILL.md
Quality Stack
Scan a project's build configuration across JVM, Android, Node.js, and Python ecosystems, cross-reference against curated research documents, and assist with tool setup.
Pre-flight
- Run the orchestrator — it auto-detects ecosystems:
python3 <skill-path>/scripts/scan_project.py <project-root> - If
"error": "no_ecosystem_detected", checknearby_project_filesfor subproject paths. - Monorepo? — use
--recursiveor--ecosystemto force a specific scanner:python3 <skill-path>/scripts/scan_project.py --recursive <project-root> python3 <skill-path>/scripts/scan_project.py --ecosystem node <project-root> - Legacy (JVM only) —
scan_tooling.pystill works as a backwards-compatible wrapper.