Detect Stack Skill
Analyse the project root and produce a .claude/autoimprove/config.md that configures the measurement suite for this specific codebase.
Step 1 — Fingerprint the project
Run these checks to identify the stack:
# Language detection
ls *.go go.mod 2>/dev/null && echo "LANG=go"
ls *.rs Cargo.toml 2>/dev/null && echo "LANG=rust"
ls *.py pyproject.toml setup.py requirements.txt 2>/dev/null && echo "LANG=python"
ls package.json 2>/dev/null && echo "LANG=js"
ls *.jav
[Description truncada. Veja o README completo no GitHub.]