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

  1. Run the orchestrator — it auto-detects ecosystems:
    python3 <skill-path>/scripts/scan_project.py <project-root>
    
  2. If "error": "no_ecosystem_detected", check nearby_project_files for subproject paths.
  3. Monorepo? — use --recursive or --ecosystem to 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>
    
  4. Legacy (JVM only)scan_tooling.py still works as a backwards-compatible wrapper.

Two-Phase Workflow

Installs
1
GitHub Stars
15
First Seen
Apr 26, 2026
quality-stack — joaquimscosta/arkhe-claude-plugins